File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Core requirements
2
2
flask>=2.2.0
3
3
python-dotenv>=0.21.0
4
- yoti>=2.14.4
4
+ yoti>=2.14.0
5
5
filetype>=1.0.7
6
6
pyopenssl>=24.0.0
7
7
click>=8.0
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ werkzeug==3.1.3
76
76
wrapt == 1.17.2
77
77
78
78
# via deprecated
79
- yoti >= 2.14.4
79
+ yoti >= 2.14.0
80
80
# via -r requirements.in
81
81
82
82
# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ pyopenssl>=24.0.0
8
8
python-dotenv>=0.7.1
9
9
requests>=2.31.0
10
10
urllib3>=1.24.2
11
- yoti>=2.14.4
11
+ yoti>=2.14.0
12
12
werkzeug>=1.0.1
13
- six==1.16.0
13
+ six==1.16.0
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ werkzeug==1.0.1
74
74
# flask
75
75
wrapt == 1.12.1
76
76
# via deprecated
77
- yoti == 2.14.4
77
+ yoti == 2.14.0
78
78
# via -r requirements.in
79
79
80
80
# The following packages are considered to be unsafe in a requirements file:
You can’t perform that action at this time.
0 commit comments