Skip to content

Commit b07dddc

Browse files
Bump urllib3 from 2.6.0 to 2.6.2 (#5151)
* Bump urllib3 from 2.6.0 to 2.6.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.2) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 570a0d6 commit b07dddc

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.6.0
125+
urllib3==2.6.2
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.6.0
404+
urllib3==2.6.2
405405
# via
406406
# requests
407407
# sentry-sdk

0 commit comments

Comments
 (0)