Skip to content

Commit 51cd822

Browse files
authored
Merge pull request #703 from release-engineering/deps/pip-compile
chore: scheduled pip-compile
2 parents 79a24d5 + 2bc7aa9 commit 51cd822

3 files changed

Lines changed: 423 additions & 15 deletions

File tree

requirements-fakefront.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
#
55
# pip-compile --generate-hashes --pip-args='--platform "manylinux2014_x86_64" --only-binary=":all:" --python-version="3.11" --implementation cp' requirements-fakefront.in
66
#
7-
boto3==1.42.21 \
8-
--hash=sha256:1885f252d715a5810bb4e0c5bbebfa8e9018b025febf5be3d58540626e7b43d2
7+
--only-binary :all:
8+
9+
boto3==1.42.25 \
10+
--hash=sha256:8128bde4f9d5ffce129c76d1a2efe220e3af967a2ad30bc305ba088bbc96343d
911
# via -r requirements.in
10-
botocore==1.42.21 \
11-
--hash=sha256:6b59973a3ba8c3cfd5123f2656fef2339beee9f6483b8bc12bb00c5453ea2c6d
12+
botocore==1.42.25 \
13+
--hash=sha256:470261966aab1d09a1cd4ba56810098834443602846559ba9504f6613dfa52dc
1214
# via
1315
# -r requirements.in
1416
# boto3
@@ -482,7 +484,6 @@ six==1.17.0 \
482484
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274
483485
# via python-dateutil
484486
urllib3==2.6.3 \
485-
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
486487
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
487488
# via
488489
# botocore

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
#
55
# pip-compile --generate-hashes --pip-args='--platform "manylinux2014_x86_64" --only-binary=":all:" --python-version="3.11" --implementation cp' requirements.in
66
#
7-
boto3==1.42.21 \
8-
--hash=sha256:1885f252d715a5810bb4e0c5bbebfa8e9018b025febf5be3d58540626e7b43d2
7+
--only-binary :all:
8+
9+
boto3==1.42.25 \
10+
--hash=sha256:8128bde4f9d5ffce129c76d1a2efe220e3af967a2ad30bc305ba088bbc96343d
911
# via -r requirements.in
10-
botocore==1.42.21 \
11-
--hash=sha256:6b59973a3ba8c3cfd5123f2656fef2339beee9f6483b8bc12bb00c5453ea2c6d
12+
botocore==1.42.25 \
13+
--hash=sha256:470261966aab1d09a1cd4ba56810098834443602846559ba9504f6613dfa52dc
1214
# via
1315
# -r requirements.in
1416
# boto3
@@ -476,7 +478,6 @@ six==1.17.0 \
476478
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274
477479
# via python-dateutil
478480
urllib3==2.6.3 \
479-
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
480481
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
481482
# via
482483
# botocore

0 commit comments

Comments
 (0)