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 9fb2302 commit ae424b1Copy full SHA for ae424b1
pyproject.toml
@@ -11,7 +11,7 @@ dynamic = [ "version" ]
11
name = "ibm-oso-framework"
12
requires-python = ">= 3.11"
13
dependencies = [
14
- "cryptography==45.0.5",
+ "cryptography==45.0.7",
15
"cffi==1.17.1",
16
"flask",
17
"jsonschema",
requirements.txt
@@ -24,7 +24,7 @@ click==8.2.1
24
# via flask
25
colorama==0.4.6 ; sys_platform == 'win32'
26
# via click
27
-cryptography==45.0.5
+cryptography==45.0.7
28
# via ibm-oso-framework
29
flask==3.1.1
30
0 commit comments