Skip to content

Commit 93ebd81

Browse files
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: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 624a38c commit 93ebd81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ typing-extensions==4.15.0
269269
# virtualenv
270270
typing-inspection==0.4.2
271271
# via pydantic
272-
urllib3==2.6.0
272+
urllib3==2.6.2
273273
# via requests
274274
uvloop==0.21.0 ; platform_system != "Windows"
275275
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ typing-extensions==4.15.0
259259
# virtualenv
260260
typing-inspection==0.4.2
261261
# via pydantic
262-
urllib3==2.6.0
262+
urllib3==2.6.2
263263
# via requests
264264
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
265265
# via

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ towncrier==25.8.0
6969
# via
7070
# -r requirements/doc.in
7171
# sphinxcontrib-towncrier
72-
urllib3==2.6.0
72+
urllib3==2.6.2
7373
# via requests

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ towncrier==25.8.0
6262
# via
6363
# -r requirements/doc.in
6464
# sphinxcontrib-towncrier
65-
urllib3==2.6.0
65+
urllib3==2.6.2
6666
# via requests

0 commit comments

Comments
 (0)