Skip to content

Commit 5000f03

Browse files
Bump urllib3 from 2.5.0 to 2.6.0 (#5139)
* Bump urllib3 from 2.5.0 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Fix deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73d64e6 commit 5000f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ typing-extensions==4.15.0
122122
# uvicorn
123123
typing-inspection==0.4.2
124124
# via pydantic
125-
urllib3==2.5.0
125+
urllib3==2.6.0
126126
# via
127127
# -c ../requirements.txt
128128
# requests

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ uritemplate==4.2.0
401401
# coreapi
402402
# drf-spectacular
403403
# drf-yasg
404-
urllib3==2.5.0
404+
urllib3==2.6.0
405405
# via
406406
# requests
407407
# sentry-sdk

0 commit comments

Comments
 (0)