We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092266d commit dece7e4Copy full SHA for dece7e4
Pipfile
@@ -25,7 +25,7 @@ click = "==8.1.2"
25
flask = "==2.1.1"
26
backoff = "==1.11.1"
27
boxsdk = {extras = ["jwt"],version = "==3.2.0"}
28
-cryptography = "==36.0.2"
+cryptography = "==39.0.1"
29
hvac = "==0.11.2"
30
asyncio = "==3.4.3"
31
requests = "==2.27.1"
@@ -35,6 +35,7 @@ pyjwt = "==2.4.0"
35
ibm-db = "==3.1.1"
36
detect-secrets = {ref = "0.13.1+ibm.56.dss", git = "https://github.com/ibm/detect-secrets.git"}
37
pytest = "==7.2.0"
38
+Werkzeug = "== 2.2.3"
39
40
[requires]
41
python_version = "3.9"
0 commit comments