File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
future
4
4
flake8
5
- pytest
5
+ pytest == 8.3.5
6
6
pytest-ckan
7
7
pytest-cov
8
8
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ pysolr==3.9.0
41
41
python-dateutil==2.9.0.post0
42
42
pytz
43
43
pyyaml==6.0.1
44
- requests==2.32.3
45
44
rq==1.16.2
46
45
simplejson==3.19.2
47
46
SQLAlchemy[mypy]==1.4.52
@@ -93,3 +92,4 @@ MarkupSafe==2.*
93
92
pip>=25.0
94
93
cryptography>=44.0.1
95
94
jinja2>=3.1.6
95
+ requests==2.32.4
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ attrs==25.3.0
4
4
Babel == 2.15.0
5
5
bleach == 6.1.0
6
6
blinker == 1.8.2
7
- boto3 == 1.38.24
8
- botocore == 1.38.25
7
+ boto3 == 1.38.34
8
+ botocore == 1.38.34
9
9
cachelib == 0.13.0
10
10
certifi == 2025.4.26
11
11
cffi == 1.17.1
@@ -21,7 +21,7 @@ ckanext-usmetadata==0.3.3
21
21
-e git+https://github.com/ckan/ckanext-xloader.git@11eb3e64867ac9aa3cab95236e3eed520f601012#egg=ckanext_xloader
22
22
ckantoolkit == 0.0.7
23
23
click == 8.2.1
24
- cryptography == 45.0.3
24
+ cryptography == 45.0.4
25
25
defusedxml == 0.7.1
26
26
dominate == 2.9.1
27
27
elementpath == 5.0.1
@@ -33,7 +33,7 @@ Flask-Login==0.6.3
33
33
Flask-Session == 0.8.0
34
34
Flask-WTF == 1.2.1
35
35
gevent == 25.5.1
36
- greenlet == 3.2.2
36
+ greenlet == 3.2.3
37
37
gunicorn == 23.0.0
38
38
html5lib == 1.1
39
39
idna == 3.10
@@ -52,12 +52,13 @@ Markdown==3.6
52
52
MarkupSafe == 2.1.5
53
53
messytables == 0.15.2
54
54
msgspec == 0.18.6
55
- mypy == 1.15 .0
55
+ mypy == 1.16 .0
56
56
mypy_extensions == 1.1.0
57
- newrelic == 10.12 .0
57
+ newrelic == 10.13 .0
58
58
openpyxl == 3.1.5
59
59
packaging == 24.1
60
60
passlib == 1.7.4
61
+ pathspec == 0.12.1
61
62
pika == 1.3.2
62
63
pip == 25.1.1
63
64
polib == 1.2.0
@@ -73,7 +74,7 @@ python-magic==0.4.27
73
74
pytz == 2025.2
74
75
PyYAML == 6.0.1
75
76
redis == 6.2.0
76
- requests == 2.32.3
77
+ requests == 2.32.4
77
78
rfc3987 == 1.3.8
78
79
rq == 1.16.2
79
80
s3transfer == 0.13.0
@@ -98,6 +99,6 @@ Werkzeug==3.0.6
98
99
wheel == 0.42.0
99
100
WTForms == 3.2.1
100
101
xlrd == 2.0.1
101
- xmlschema == 4.0.1
102
+ xmlschema == 4.1.0
102
103
zope.event == 5.0
103
104
zope.interface == 6.4.post2
You can’t perform that action at this time.
0 commit comments