Skip to content

Commit

Permalink
Update k8s and requests
Browse files Browse the repository at this point in the history
To use requests 2.32.3
  • Loading branch information
oyvindio committed Oct 3, 2024
1 parent e04e0ce commit a453a2a
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 a453a2a

Please sign in to comment.