Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent cb32b89 commit 869dfa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tqdm = "==4.67.1"
types-decorator = "==5.1.8.20240310"
typing-extensions = "==4.12.2"
url-normalize = "==1.4.3"
urllib3 = "==2.2.3"
urllib3 = "==2.3.0"
wcwidth = "==0.2.13"
websocket-client = "==1.8.0"
wrapt = "==1.17.0"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tqdm==4.67.1; python_version >= '3.7'
types-decorator==5.1.8.20240310
typing-extensions==4.12.2
url-normalize==1.4.3
urllib3==2.2.3; python_version >= '3.8'
urllib3==2.3.0; python_version >= '3.9'
wcwidth==0.2.13
websocket-client==1.8.0
wrapt==1.17.0; python_version >= '3.8'

0 comments on commit 869dfa7

Please sign in to comment.