Skip to content

Commit

Permalink
ci(pip-compile-upgrade): fix requirements path for *.in files
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed May 4, 2024
1 parent e633e95 commit 613f2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --generate-hashes build.in
# pip-compile --allow-unsafe --generate-hashes requirements/build.in
#
argcomplete==3.3.0 \
--hash=sha256:c168c3723482c031df3c207d4ba8fa702717ccb9fc0bfe4117166c1f537b4a54 \
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --generate-hashes dev.in
# pip-compile --generate-hashes requirements/dev.in
#
enum34==1.1.10 \
--hash=sha256:a98a201d6de3f2ab3db284e70a33b0f896fbf35f8086594e8c9e74b909058d53 \
Expand Down

0 comments on commit 613f2b3

Please sign in to comment.