Skip to content

Commit

Permalink
Bump urllib3 from 1.26.15 to 2.2.3
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.2.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.15...2.2.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 6c569be commit 3de4e5a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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

0 comments on commit 3de4e5a

Please sign in to comment.