Skip to content

Commit 5fb3c67

Browse files
committed
Update doc_scan example requirements for protobuf 4.21.12 and SDK v2.14.4
1 parent b4aaff6 commit 5fb3c67

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

examples/doc_scan/requirements.in

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Core requirements
22
flask>=2.2.0
33
python-dotenv>=0.21.0
4-
yoti==2.14.0
4+
yoti>=2.14.4
55
filetype>=1.0.7
6-
pyopenssl==23.2.0
7-
click >=8.0
6+
pyopenssl>=24.0.0
7+
click>=8.0
8+
future>=1.0.0
89

910
# Required for yoti compatibility
10-
deprecated==1.2.10
11-
iso8601==0.1.13
12-
pytz==2020.4
11+
deprecated>=1.2.14
12+
iso8601>=1.1.0
13+
pytz>=2025.2
1314

examples/doc_scan/requirements.txt

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ cryptography==41.0.7
2424
# via
2525
# pyopenssl
2626
# yoti
27-
deprecated==1.2.10
28-
27+
deprecated>=1.2.14
2928
# via
3029
# -r requirements.in
3130
# yoti
3231
filetype==1.0.7
3332
# via -r requirements.in
34-
flask==3.1.0
33+
flask>=2.2.0
3534
# via -r requirements.in
36-
future==1.0.0
37-
# via yoti
35+
future>=1.0.0
36+
# via
37+
# -r requirements.in
38+
# yoti
3839
idna==2.9
3940
# via requests
40-
iso8601==0.1.13
41-
41+
iso8601>=1.1.0
4242
# via
4343
# -r requirements.in
4444
# yoti
@@ -51,24 +51,23 @@ markupsafe==3.0.2
5151
# jinja2
5252
# werkzeug
5353

54-
protobuf==3.11.3
54+
protobuf==4.21.12
5555
# via yoti
56-
pycparser==2.20
56+
pycparser==2.22
5757
# via cffi
58-
59-
pyopenssl==23.2.0
58+
pyopenssl>=24.0.0
6059
# via
6160
# -r requirements.in
6261
# yoti
6362
python-dotenv==1.1.0
6463
# via -r requirements.in
65-
pytz==2020.4
64+
pytz>=2025.2
6665
# via
6766
# -r requirements.in
6867
# yoti
69-
requests==2.23.0
68+
requests>=2.31.0
7069
# via yoti
71-
six==1.14.0
70+
six>=1.16.0
7271
# via protobuf
7372
urllib3==1.25.9
7473
# via requests
@@ -77,7 +76,7 @@ werkzeug==3.1.3
7776
wrapt==1.17.2
7877

7978
# via deprecated
80-
yoti==2.14.0
79+
yoti>=2.14.4
8180
# via -r requirements.in
8281

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

0 commit comments

Comments
 (0)