Skip to content

Commit

Permalink
upgrade urllib3 to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuzhu committed Oct 17, 2023
1 parent 07e8e52 commit 8b04fdd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,9 @@ typing-extensions==4.8.0 \
# via
# -r requirements.txt
# twisted
urllib3==2.0.5 \
--hash=sha256:13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594 \
--hash=sha256:ef16afa8ba34a1f989db38e1dbbe0c302e4289a47856990d0682e374563ce35e
urllib3==2.0.6 \
--hash=sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2 \
--hash=sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564
# via
# -r requirements.txt
# requests
Expand Down
6 changes: 4 additions & 2 deletions requirements-no-hashes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ twisted==23.8.0
# fedora-messaging
typing-extensions==4.8.0
# via twisted
urllib3==2.0.5
# via requests
urllib3==2.0.6
# via
# -r requirements.in
# requests
werkzeug==2.3.7
# via flask
wrapt==1.15.0
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ python-qpid-proton
requests
prometheus_client
fedora-messaging
urllib3>=2.0.6
# rhmsg is not available in PyPI so far.
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -603,10 +603,12 @@ typing-extensions==4.8.0 \
--hash=sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0 \
--hash=sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
# via twisted
urllib3==2.0.5 \
--hash=sha256:13abf37382ea2ce6fb744d4dad67838eec857c9f4f57009891805e0b5e123594 \
--hash=sha256:ef16afa8ba34a1f989db38e1dbbe0c302e4289a47856990d0682e374563ce35e
# via requests
urllib3==2.0.6 \
--hash=sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2 \
--hash=sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564
# via
# -r requirements.in
# requests
werkzeug==2.3.7 \
--hash=sha256:2b8c0e447b4b9dbcc85dd97b6eeb4dcbaf6c8b6c3be0bd654e25553e0a2157d8 \
--hash=sha256:effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528
Expand Down

0 comments on commit 8b04fdd

Please sign in to comment.