Skip to content

Commit

Permalink
Switch from pip-compile to uv pip compile
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Oct 22, 2024
1 parent b1addc4 commit 688d0e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ disable = [
[tool.winky]
target_branch = "winky"

[[tool.winky.pip_compile]]
[[tool.winky.uv]]
file = "./requirements/base.in"
hashes = true
python = "3.9"

[[tool.winky.pip_compile]]
[[tool.winky.uv]]
file = "./requirements/dev.in"
hashes = true
python = "3.9"
26 changes: 11 additions & 15 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --generate-hashes --no-emit-index-url --strip-extras base.in
#
# This file was autogenerated by uv via the following command:
# uv --config-file=/root/.config/uv/uv.toml pip compile --python-version=3.9 --generate-hashes base.in -o=base.txt
annotated-types==0.7.0 \
--hash=sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 \
--hash=sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89
Expand All @@ -18,19 +14,19 @@ aws-sam-translator==1.91.0 \
--hash=sha256:0cdfbc598f384c430c3ec064f6008d80c5a0d58f1dc45ca4e331ae5c43cb4697 \
--hash=sha256:9ebf4b53c226338e6b89d14d8583bc4559b87f0be52ed8d577c5a1dc2db14962
# via cfn-lint
boto3==1.35.44 \
--hash=sha256:18416d07b41e6094101a44f8b881047dcec6b846dad0b9f83b9bbf2f0cd93d07 \
--hash=sha256:7f8e8a252458d584d8cf7877c372c4f74ec103356eedf43d2dd9e479f47f3639
boto3==1.35.45 \
--hash=sha256:9f4a081e1940846171b51d903000a04322f1356d53225ce1028fc1760a155a70 \
--hash=sha256:f16c7edfcbbeb0a0c22d67d6ebbfcb332fa78d3ea88275e082260ba04fe65347
# via aws-sam-translator
botocore==1.35.44 \
--hash=sha256:1fcd97b966ad8a88de4106fe1bd3bbd6d8dadabe99bbd4a6aadcf11cb6c66b39 \
--hash=sha256:55388e80624401d017a9a2b8109afd94814f7e666b53e28fce51375cfa8d9326
botocore==1.35.45 \
--hash=sha256:9a898bfdd6b0027fee2018711192c15c2716bf6a7096b1168bd8a896df3664a1 \
--hash=sha256:e07e170975721c94ec1e3bf71a484552ad63e2499f769dd14f9f37375b4993fd
# via
# boto3
# s3transfer
cfn-lint==1.17.2 \
--hash=sha256:1a9b1d71e4063b438212710899c5c93c6d484fb81f2f891aafb2067103e53621 \
--hash=sha256:2ac2e41fbacc30b77cf4ac0f07d31593217afd7a52a10f83f0c124da74f58586
cfn-lint==1.18.1 \
--hash=sha256:09139c4260897ada66034b57c9d9979cc2ec25856660d8f114f373dc4f70a34a \
--hash=sha256:adee5d07a97acc4b9edf141553b9d3ece14eeb4aaf150bcfebc79103689c65e3
# via -r base.in
jmespath==1.0.1 \
--hash=sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980 \
Expand Down
8 changes: 2 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --generate-hashes --no-emit-index-url --strip-extras dev.in
#
# This file was autogenerated by uv via the following command:
# uv --config-file=/root/.config/uv/uv.toml pip compile --python-version=3.9 --generate-hashes dev.in -o=dev.txt
astroid==3.3.5 \
--hash=sha256:5cfc40ae9f68311075d27ef68a4841bdc5cc7f6cf86671b49f00607d30188e2d \
--hash=sha256:a9d1c946ada25098d790e079ba2a1b112157278f3fb7e718ae6a9252f5835dc8
Expand Down

0 comments on commit 688d0e9

Please sign in to comment.