Skip to content

Commit adebbf9

Browse files
authored
Merge pull request #827 from GSA/update-requirements
make requirements
2 parents 7a8660d + 609d274 commit adebbf9

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

requirements.in.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pyparsing # need to avoid solr missing module error on cloud.gov
8484
urllib3>=1.26.19
8585

8686
certifi>=2024.7.4
87-
setuptools~=71.0.3
87+
setuptools>=80.3.1
8888

8989
# Pin MarkupSafe to avoid button issue data.gov/issues/4954 for logged in user
9090
# https://github.com/GSA/data.gov/issues/4954

requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@ attrs==25.3.0
44
Babel==2.15.0
55
bleach==6.1.0
66
blinker==1.8.2
7-
boto3==1.37.25
8-
botocore==1.37.25
7+
boto3==1.38.8
8+
botocore==1.38.8
99
cachelib==0.13.0
10-
certifi==2025.1.31
10+
certifi==2025.4.26
1111
cffi==1.17.1
1212
chardet==5.2.0
13-
charset-normalizer==3.4.1
13+
charset-normalizer==3.4.2
1414
ckan @ git+https://github.com/ckan/ckan.git@5bd556eb4370614e0f87dea5aebea7abee42d0a6
1515
ckanext-datajson==0.1.28
16-
ckanext-dcat-usmetadata==0.6.1
16+
ckanext-dcat-usmetadata==0.6.2
1717
ckanext-envvars==0.0.6
1818
ckanext-s3filestore @ git+https://github.com/keitaroinc/ckanext-s3filestore.git@caf88c0352ffe7b4432d3d55ddfb0a71249ceddd
1919
ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@99f35585c219a5cd39717b8c42cc54cdd959dfb4
2020
ckanext-usmetadata==0.3.3
2121
-e git+https://github.com/ckan/ckanext-xloader.git@11eb3e64867ac9aa3cab95236e3eed520f601012#egg=ckanext_xloader
2222
ckantoolkit==0.0.7
2323
click==8.1.8
24-
cryptography==44.0.2
24+
cryptography==44.0.3
2525
defusedxml==0.7.1
2626
dominate==2.9.1
27-
elementpath==4.8.0
27+
elementpath==5.0.0
2828
et_xmlfile==2.0.0
2929
feedgen==1.0.0
3030
Flask==3.0.3
3131
flask-babel==4.0.0
3232
Flask-Login==0.6.3
3333
Flask-Session==0.8.0
3434
Flask-WTF==1.2.1
35-
gevent==24.11.1
36-
greenlet==3.1.1
35+
gevent==25.4.2
36+
greenlet==3.2.1
3737
gunicorn==23.0.0
3838
html5lib==1.1
3939
idna==3.10
@@ -47,19 +47,19 @@ jsonlines==4.0.0
4747
jsonschema==2.4.0
4848
linear-tsv==1.1.0
4949
lxml==4.9.1
50-
Mako==1.3.9
50+
Mako==1.3.10
5151
Markdown==3.6
5252
MarkupSafe==2.1.5
5353
messytables==0.15.2
5454
msgspec==0.18.6
5555
mypy==1.15.0
56-
mypy-extensions==1.0.0
57-
newrelic==10.8.1
56+
mypy_extensions==1.1.0
57+
newrelic==10.11.0
5858
openpyxl==3.1.5
5959
packaging==24.1
6060
passlib==1.7.4
6161
pika==1.3.2
62-
pip==25.1
62+
pip==25.0.1
6363
polib==1.2.0
6464
psycopg2==2.9.9
6565
pycparser==2.22
@@ -72,13 +72,13 @@ python-dateutil==2.9.0.post0
7272
python-magic==0.4.27
7373
pytz==2025.2
7474
PyYAML==6.0.1
75-
redis==5.2.1
75+
redis==6.0.0
7676
requests==2.32.3
7777
rfc3987==1.3.8
7878
rq==1.16.2
79-
s3transfer==0.11.4
79+
s3transfer==0.12.0
8080
sansjson==0.3.0
81-
setuptools==71.0.4
81+
setuptools==80.3.1
8282
simplejson==3.19.2
8383
six==1.17.0
8484
SQLAlchemy==1.4.52
@@ -90,14 +90,14 @@ typing_extensions==4.12.2
9090
tzlocal==5.2
9191
unicodecsv==0.14.1
9292
Unidecode==1.0.22
93-
urllib3==2.3.0
93+
urllib3==2.4.0
9494
watchdog==6.0.0
9595
webassets==2.0
9696
webencodings==0.5.1
9797
Werkzeug==3.0.6
9898
wheel==0.42.0
9999
WTForms==3.2.1
100100
xlrd==2.0.1
101-
xmlschema==3.4.5
101+
xmlschema==4.0.1
102102
zope.event==5.0
103103
zope.interface==6.4.post2

0 commit comments

Comments
 (0)