Skip to content

Commit 2fa19d7

Browse files
committed
updated example reequirements
1 parent d55a086 commit 2fa19d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/doc_scan/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flask>=1.1.2
22
python-dotenv>=0.13.0
33
yoti>=2.13.0
44
filetype>=1.0.7
5-
pyopenssl>=19.1.0
5+
pyopenssl>=24.0.0

examples/doc_scan/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
#
77
asn1==2.2.0 # via yoti
88
certifi==2020.4.5.1 # via requests
9-
cffi==1.14.0 # via cryptography
9+
cffi==1.17.1
1010
chardet==3.0.4 # via requests
1111
click==7.1.2 # via flask
12-
cryptography==3.2 # via pyopenssl, yoti
12+
cryptography==44.0.2
1313
deprecated==1.2.10 # via yoti
1414
filetype==1.0.7 # via -r requirements.in
1515
flask==1.1.2 # via -r requirements.in
16-
future==0.18.2 # via yoti
16+
future==1.0.0
1717
idna==2.9 # via requests
1818
iso8601==0.1.13 # via yoti
1919
itsdangerous==1.1.0 # via flask
@@ -27,7 +27,7 @@ requests==2.23.0 # via yoti
2727
six==1.14.0 # via cryptography, protobuf, pyopenssl
2828
urllib3==1.25.9 # via requests
2929
werkzeug==1.0.1 # via flask
30-
wrapt==1.12.1 # via deprecated
30+
wrapt==1.17.2 # via deprecated
3131
yoti==2.13.0 # via -r requirements.in
3232

3333
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)