Skip to content

Commit deedb86

Browse files
chore(deps): 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: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a92f5be commit deedb86

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

requirements-dev.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ build==1.2.2.post1
88
# via pip-tools
99
certifi==2025.7.14
1010
# via requests
11+
cffi==2.0.0
12+
# via cryptography
1113
charset-normalizer==3.4.2
1214
# via requests
1315
click==8.1.8
1416
# via pip-tools
1517
coverage[toml]==7.9.2
1618
# via pytest-cov
19+
cryptography==46.0.3
20+
# via secretstorage
1721
idna==3.10
1822
# via requests
1923
iniconfig==2.1.0
@@ -24,6 +28,10 @@ jaraco-context==6.0.1
2428
# via keyring
2529
jaraco-functools==4.2.1
2630
# via keyring
31+
jeepney==0.9.0
32+
# via
33+
# keyring
34+
# secretstorage
2735
keyring==25.6.0
2836
# via -r requirements-dev.in
2937
mock==5.2.0
@@ -42,6 +50,8 @@ pluggy==1.6.0
4250
# via
4351
# pytest
4452
# pytest-cov
53+
pycparser==2.23
54+
# via cffi
4555
pygments==2.19.2
4656
# via pytest
4757
pyproject-hooks==1.2.0
@@ -60,7 +70,9 @@ requests==2.32.4
6070
# via responses
6171
responses==0.25.7
6272
# via -r requirements-dev.in
63-
urllib3==2.5.0
73+
secretstorage==3.5.0
74+
# via keyring
75+
urllib3==2.6.0
6476
# via
6577
# requests
6678
# responses

0 commit comments

Comments
 (0)