Skip to content

Commit ae424b1

Browse files
fix(deps): update dependency cryptography to v45.0.7
1 parent 9fb2302 commit ae424b1

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dynamic = [ "version" ]
1111
name = "ibm-oso-framework"
1212
requires-python = ">= 3.11"
1313
dependencies = [
14-
"cryptography==45.0.5",
14+
"cryptography==45.0.7",
1515
"cffi==1.17.1",
1616
"flask",
1717
"jsonschema",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ click==8.2.1
2424
# via flask
2525
colorama==0.4.6 ; sys_platform == 'win32'
2626
# via click
27-
cryptography==45.0.5
27+
cryptography==45.0.7
2828
# via ibm-oso-framework
2929
flask==3.1.1
3030
# via ibm-oso-framework

0 commit comments

Comments
 (0)