Skip to content

Commit

Permalink
Merge pull request #569 from release-engineering/deps/pip-compile
Browse files Browse the repository at this point in the history
chore: scheduled pip-compile
  • Loading branch information
github-actions[bot] authored Apr 16, 2024
2 parents 56b9a37 + 9cb0df0 commit dd9dd5d
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 102 deletions.
15 changes: 8 additions & 7 deletions requirements-fakefront.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# pip-compile --generate-hashes --pip-args='--platform "manylinux2014_x86_64" --only-binary=":all:" --python-version="3.11" --implementation cp' requirements-fakefront.in
#
boto3==1.34.79 \
--hash=sha256:265b0b4865e8c07e27abb32a31d2bd9129bb009b1d89ca0783776ec084886123
--only-binary :all:

boto3==1.34.84 \
--hash=sha256:7a02f44af32095946587d748ebeb39c3fa15b9d7275307ff612a6760ead47e04
# via -r requirements.in
botocore==1.34.79 \
--hash=sha256:a42a014d3dbaa9ef123810592af69f9e55b456c5be3ac9efc037325685519e83
botocore==1.34.84 \
--hash=sha256:da1ae0a912e69e10daee2a34dafd6c6c106450d20b8623665feceb2d96c173eb
# via
# -r requirements.in
# boto3
Expand Down Expand Up @@ -199,8 +201,8 @@ cryptography==42.0.5 \
--hash=sha256:f12764b8fffc7a123f641d7d049d382b73f96a34117e0b637b80643169cec8ac \
--hash=sha256:f8837fe1d6ac4a8052a9a8ddab256bc006242696f03368a4009be7ee3075cdb7
# via -r requirements.in
docutils==0.20.1 \
--hash=sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6
docutils==0.21.1 \
--hash=sha256:14c8d34a55b46c88f9f714adb29cefbdd69fb82f3fef825e59c5faab935390d8
# via -r requirements.in
frozendict==2.3.10 \
--hash=sha256:07208e4718cb70aa259ac886c19b96a4aad1cf00e9199f211746f738951bbf7c \
Expand Down Expand Up @@ -247,7 +249,6 @@ gunicorn==21.2.0 \
--hash=sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0
# via -r requirements-fakefront.in
idna==3.7 \
--hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
--hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
# via requests
jmespath==1.0.1 \
Expand Down
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# pip-compile --generate-hashes --pip-args='--platform "manylinux2014_x86_64" --only-binary=":all:" --python-version="3.11" --implementation cp' requirements.in
#
boto3==1.34.79 \
--hash=sha256:265b0b4865e8c07e27abb32a31d2bd9129bb009b1d89ca0783776ec084886123
--only-binary :all:

boto3==1.34.84 \
--hash=sha256:7a02f44af32095946587d748ebeb39c3fa15b9d7275307ff612a6760ead47e04
# via -r requirements.in
botocore==1.34.79 \
--hash=sha256:a42a014d3dbaa9ef123810592af69f9e55b456c5be3ac9efc037325685519e83
botocore==1.34.84 \
--hash=sha256:da1ae0a912e69e10daee2a34dafd6c6c106450d20b8623665feceb2d96c173eb
# via
# -r requirements.in
# boto3
Expand Down Expand Up @@ -199,8 +201,8 @@ cryptography==42.0.5 \
--hash=sha256:f12764b8fffc7a123f641d7d049d382b73f96a34117e0b637b80643169cec8ac \
--hash=sha256:f8837fe1d6ac4a8052a9a8ddab256bc006242696f03368a4009be7ee3075cdb7
# via -r requirements.in
docutils==0.20.1 \
--hash=sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6
docutils==0.21.1 \
--hash=sha256:14c8d34a55b46c88f9f714adb29cefbdd69fb82f3fef825e59c5faab935390d8
# via -r requirements.in
frozendict==2.3.10 \
--hash=sha256:07208e4718cb70aa259ac886c19b96a4aad1cf00e9199f211746f738951bbf7c \
Expand Down Expand Up @@ -244,7 +246,6 @@ frozenlist2==1.0.0 \
--hash=sha256:caffe66813e42de320b10d08b8c0604c7eb3f142a8482ad3130243e084f37a2f
# via cdn-definitions
idna==3.7 \
--hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
--hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
# via requests
jmespath==1.0.1 \
Expand Down
Loading

0 comments on commit dd9dd5d

Please sign in to comment.