Skip to content

Commit 4622161

Browse files
authored
Merge pull request #55 from oslokommune/dependabot/pip/urllib3-2.5.0
Bump urllib3 from 1.26.20 to 2.5.0
2 parents 5b3052d + bef2564 commit 4622161

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jsonschema-specifications==2024.10.1
3232
# via jsonschema
3333
jwcrypto==1.5.6
3434
# via python-keycloak
35-
okdata-sdk==3.2.0
35+
okdata-sdk==3.3.0
3636
# via dataplatform-probe (setup.py)
3737
packaging==24.1
3838
# via deprecation
@@ -64,7 +64,7 @@ six==1.16.0
6464
# via python-dateutil
6565
typing-extensions==4.12.2
6666
# via jwcrypto
67-
urllib3==1.26.20
67+
urllib3==2.5.0
6868
# via
6969
# botocore
7070
# okdata-sdk

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=find_packages(),
1616
install_requires=[
1717
"aws-xray-sdk",
18-
"okdata-sdk>=3.1.1,<4",
18+
"okdata-sdk>=3.3,<4",
1919
"prometheus-client",
2020
"requests",
2121
],

0 commit comments

Comments
 (0)