File tree Expand file tree Collapse file tree 2 files changed +19
-15
lines changed
examples/yoti_example_flask Expand file tree Collapse file tree 2 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 11click>=7
22cffi>=1.15.0
3+ cryptography>=42.0.0
34flask>=1.0.4
5+ future>=1.0.0
46jinja2>=3.0.3
5- pyopenssl>=19 .0.0
7+ pyopenssl>=24 .0.0
68python-dotenv>=0.7.1
7- requests>=2.20 .0
9+ requests>=2.31 .0
810urllib3>=1.24.2
9- yoti>=2.14.0
11+ yoti>=2.14.4
1012werkzeug>=1.0.1
1113six==1.16.0
Original file line number Diff line number Diff line change @@ -18,41 +18,43 @@ click==8.1.2
1818 # via
1919 # -r requirements.in
2020 # flask
21- cryptography == 3.2
21+ cryptography >= 42.0.0
2222 # via
2323 # pyopenssl
2424 # yoti
25- deprecated == 1.2.10
25+ deprecated == 1.2.18
2626 # via yoti
2727flask == 1.1.1
2828 # via -r requirements.in
29- future == 0.16.0
30- # via yoti
29+ future == 1.0.0
30+ # via
31+ # -r requirements.in
32+ # yoti
3133idna == 2.7
3234 # via requests
33- iso8601 == 0 .1.13
35+ iso8601 >= 1 .1.0
3436 # via yoti
35- itsdangerous == 0.24
37+ itsdangerous == 1.1.0
3638 # via flask
3739jinja2 == 3.0.3
3840 # via
3941 # -r requirements.in
4042 # flask
4143markupsafe == 2.0.1
4244 # via jinja2
43- protobuf == 3.6.0
45+ protobuf == 4.21.12
4446 # via yoti
4547pycparser == 2.18
4648 # via cffi
47- pyopenssl == 19 .0.0
49+ pyopenssl >= 24 .0.0
4850 # via
4951 # -r requirements.in
5052 # yoti
51- python-dotenv == 0.8.2
53+ python-dotenv >= 0.7.1
5254 # via -r requirements.in
53- pytz == 2020.4
55+ pytz >= 2025.2
5456 # via yoti
55- requests == 2.21 .0
57+ requests >= 2.31 .0
5658 # via
5759 # -r requirements.in
5860 # yoti
@@ -72,7 +74,7 @@ werkzeug==1.0.1
7274 # flask
7375wrapt == 1.12.1
7476 # via deprecated
75- yoti == 2.14.0
77+ yoti == 2.14.4
7678 # via -r requirements.in
7779
7880# The following packages are considered to be unsafe in a requirements file:
You can’t perform that action at this time.
0 commit comments