Skip to content

Commit

Permalink
Merge pull request #253 from fiaas/requests-2.32.3
Browse files Browse the repository at this point in the history
Update k8s and requests
  • Loading branch information
oyvindio authored Oct 4, 2024
2 parents f5f60f2 + a453a2a commit f74d3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(filename):
"decorator < 5.0.0", # 5.0.0 and later drops py2 support (transitive dep from pinject)
"six >= 1.12.0",
"dnspython == 1.16.0",
"k8s == 0.27.1",
"k8s == 0.27.3",
"appdirs == 1.4.3",
"requests-toolbelt == 0.10.1",
"backoff == 1.8.0",
Expand All @@ -52,7 +52,7 @@ def read(filename):

DEPLOY_REQ = [
"urllib3 == 1.26.17",
"requests == 2.31.0",
"requests == 2.32.3",
"ipaddress == 1.0.22", # Required by requests for resolving IP address in SSL cert
]

Expand Down

0 comments on commit f74d3ce

Please sign in to comment.