Skip to content

Commit fe38304

Browse files
committed
updated github actions
1 parent 7bb0acc commit fe38304

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asn1==2.2.0
2-
cryptography==42.0.5
32
cffi==1.16.0
3+
cryptography==41.0.7
44
future==0.18.2
55
itsdangerous>=2.1.2 # Updated to match Flask's requirement
66
pbr==1.10.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ asn1==2.2.0
88
# via -r requirements.in
99
certifi==2018.11.29
1010
# via requests
11-
cffi==1.15.0
11+
cffi==1.16.0
1212
# via
1313
# -r requirements.in
1414
# cryptography
1515
chardet==3.0.4
1616
# via requests
17-
cryptography==38.0.2
17+
cryptography==41.0.7
1818
# via
1919
# -r requirements.in
2020
# pyopenssl

0 commit comments

Comments
 (0)