Skip to content

Commit

Permalink
Merge pull request #72 from atsign-foundation/cpswan-bump-urllib3-2.0.7
Browse files Browse the repository at this point in the history
build(deps): Bump urllib3 to 2.0.7
  • Loading branch information
gkc authored Oct 20, 2023
2 parents 6c36ee9 + 9478232 commit 75d8958
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.dev
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,6 @@ six==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
tomli==2.0.1 ; python_full_version >= "3.8.1" and python_version < "3.11" \
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
--hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
urllib3==2.0.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2 \
--hash=sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564
urllib3==2.0.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 \
--hash=sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@ requests==2.31.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0
six==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
urllib3==2.0.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2 \
--hash=sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564
urllib3==2.0.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \
--hash=sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 \
--hash=sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e
3 changes: 3 additions & 0 deletions update_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# update the requirements.txt, which is what we actually use to pull
# in our Python dependencies. So we need to run this to generate a
# new requirements.txt from the updated files.
if ! [ -f poetry.lock ]; then
rm poetry.lock
fi
poetry export --format requirements.txt --output requirements.txt
poetry export --format requirements.txt --output requirements.dev --with dev
# of course this assumes that poetry is installed, which is done by:
Expand Down

0 comments on commit 75d8958

Please sign in to comment.