File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
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.0
4
+ yoti>= 2.14.4
5
5
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
8
9
9
10
# 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
13
14
Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ cryptography==41.0.7
24
24
# via
25
25
# pyopenssl
26
26
# yoti
27
- deprecated == 1.2.10
28
-
27
+ deprecated >= 1.2.14
29
28
# via
30
29
# -r requirements.in
31
30
# yoti
32
31
filetype == 1.0.7
33
32
# via -r requirements.in
34
- flask == 3.1 .0
33
+ flask >= 2.2 .0
35
34
# 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
38
39
idna == 2.9
39
40
# via requests
40
- iso8601 == 0.1.13
41
-
41
+ iso8601 >= 1.1.0
42
42
# via
43
43
# -r requirements.in
44
44
# yoti
@@ -51,24 +51,23 @@ markupsafe==3.0.2
51
51
# jinja2
52
52
# werkzeug
53
53
54
- protobuf == 3.11.3
54
+ protobuf == 4.21.12
55
55
# via yoti
56
- pycparser == 2.20
56
+ pycparser == 2.22
57
57
# via cffi
58
-
59
- pyopenssl == 23.2.0
58
+ pyopenssl >= 24.0.0
60
59
# via
61
60
# -r requirements.in
62
61
# yoti
63
62
python-dotenv == 1.1.0
64
63
# via -r requirements.in
65
- pytz == 2020.4
64
+ pytz >= 2025.2
66
65
# via
67
66
# -r requirements.in
68
67
# yoti
69
- requests == 2.23 .0
68
+ requests >= 2.31 .0
70
69
# via yoti
71
- six == 1.14 .0
70
+ six >= 1.16 .0
72
71
# via protobuf
73
72
urllib3 == 1.25.9
74
73
# via requests
@@ -77,7 +76,7 @@ werkzeug==3.1.3
77
76
wrapt == 1.17.2
78
77
79
78
# via deprecated
80
- yoti == 2.14.0
79
+ yoti >= 2.14.4
81
80
# via -r requirements.in
82
81
83
82
# The following packages are considered to be unsafe in a requirements file:
You can’t perform that action at this time.
0 commit comments