Skip to content

Commit 306ad9a

Browse files
committed
updatet wrapt
1 parent a9ee001 commit 306ad9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-
cryptography==3.4.7
3-
cffi==1.15.0
2+
cryptography==42.0.5
3+
cffi==1.16.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements.txt requirements.in
5+
# pip-compile --output-file=requirements.txt
66
#
77
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==3.4.7
17+
cryptography==42.0.5
1818
# via
1919
# -r requirements.in
2020
# pyopenssl

0 commit comments

Comments
 (0)