Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump urllib3 from 1.26.15 to 2.2.3 #720

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ ua-parser==0.18.0
# via
# -r requirements/requirements.txt
# pywb
urllib3==1.26.15
urllib3==2.2.3
# via
# -r requirements/requirements.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ ua-parser==0.18.0
# via
# -r requirements/requirements.txt
# pywb
urllib3==1.26.15
urllib3==2.2.3
# via
# -r requirements/requirements.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ ua-parser==0.18.0
# via
# -r requirements/requirements.txt
# pywb
urllib3==1.26.15
urllib3==2.2.3
# via
# -r requirements/requirements.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ ua-parser==0.18.0
# -r requirements/requirements.txt
# -r requirements/tests.txt
# pywb
urllib3==1.26.15
urllib3==2.2.3
# via
# -r requirements/requirements.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ whitenoise
#
# See https://github.com/gevent/gevent/issues/1957 and
# https://github.com/urllib3/urllib3/issues/3289.
urllib3==1.26.15
urllib3==2.2.3
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ tldextract==5.1.1
# surt
ua-parser==0.18.0
# via pywb
urllib3==1.26.15
urllib3==2.2.3
# via
# -r requirements/requirements.in
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ ua-parser==0.18.0
# via
# -r requirements/requirements.txt
# pywb
urllib3==1.26.15
urllib3==2.2.3
# via
# -r requirements/requirements.txt
# requests
Expand Down
Loading