Skip to content

Commit e5b6fa6

Browse files
Bump urllib3 from 1.25.10 to 2.5.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.25.10...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99a2f0d commit e5b6fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ chardet==3.0.4
33
pycryptodomex==3.9.8
44
requests[socks]==2.24.0
55
simplejson==3.17.2
6-
urllib3==1.25.10
6+
urllib3==2.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@
8989
'pycryptodomex>=3.9.8,<4.0.0',
9090
'requests>=2.24.0,<3.0.0',
9191
'simplejson>=3.17.2,<4.0.0',
92-
'urllib3>=1.25.10,<2.0.0'
92+
'urllib3>=1.25.10,<3.0.0'
9393
],
9494
)

0 commit comments

Comments
 (0)