Skip to content

Commit 3228270

Browse files
authored
Merge pull request #134 from oslokommune/dependabot/pip/urllib3-2.5.0
Bump urllib3 from 1.26.20 to 2.5.0
2 parents c615175 + e90164d commit 3228270

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
@@ -49,7 +49,7 @@ rpds-py==0.20.0
4949
# referencing
5050
typing-extensions==4.12.2
5151
# via jwcrypto
52-
urllib3==1.26.20
52+
urllib3==2.5.0
5353
# via
5454
# okdata-sdk (setup.py)
5555
# requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# abandoned) python-jose library.
2424
"python-keycloak>=3.9.1,<4",
2525
"requests>=2.25,<3",
26-
"urllib3>=1.26,<2",
26+
"urllib3>=1.26,<3",
2727
],
2828
data_files=[
2929
(

0 commit comments

Comments
 (0)