Skip to content

Commit a56b7df

Browse files
committed
updated github actions
1 parent 68aa7b4 commit a56b7df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asn1==2.2.0
2-
cffi==1.16.0
3-
cryptography==41.0.7
2+
cryptography==3.4.7
3+
cffi==1.15.0
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.16.0
11+
cffi==1.15.0
1212
# via
1313
# -r requirements.in
1414
# cryptography
1515
chardet==3.0.4
1616
# via requests
17-
cryptography==41.0.7
17+
cryptography==38.0.2
1818
# via
1919
# -r requirements.in
2020
# pyopenssl

0 commit comments

Comments
 (0)