Skip to content

Commit e692a8a

Browse files
authored
Merge pull request #1561 from GSA/requirement-patches
[Snyk + GH Actions] Update requirements
2 parents 8d43713 + a1b87a1 commit e692a8a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ckan/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ requests~=2.32.3
118118

119119
# avoid ImportError error https://github.com/GSA/data.gov/issues/4396
120120
importlib-resources<6.0
121-
jinja2>=3.1.5
122121

123122
# fix for https://security.snyk.io/vuln/SNYK-PYTHON-GEVENT-8320934
124123
gevent>=24.10.1
@@ -145,3 +144,4 @@ MarkupSafe==2.*
145144
greenlet>=3.1.1
146145
pip>=25.0
147146
cryptography>=44.0.1
147+
jinja2>=3.1.6

ckan/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Babel==2.10.3
44
Beaker==1.11.0
55
bleach==5.0.1
66
blinker==1.5
7-
boto3==1.36.18
8-
botocore==1.36.18
7+
boto3==1.37.9
8+
botocore==1.37.9
99
certifi==2025.1.31
1010
cffi==1.17.1
1111
chardet==5.2.0
@@ -25,10 +25,10 @@ ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@387cfc1c6a7
2525
-e git+https://github.com/GSA/ckanext-spatial.git@6d83a53efa1e9ff225daf4e7a5751b98367ee7f2#egg=ckanext_spatial
2626
ckantoolkit==0.0.7
2727
click==8.1.3
28-
cryptography==44.0.1
28+
cryptography==44.0.2
2929
defusedxml==0.7.1
3030
dominate==2.7.0
31-
elementpath==4.7.0
31+
elementpath==4.8.0
3232
feedgen==0.9.0
3333
Flask==2.0.3
3434
Flask-Babel==1.0.0
@@ -58,7 +58,7 @@ MarkupSafe==2.1.5
5858
messytables==0.15.2
5959
mypy==1.10.1
6060
mypy-extensions==1.0.0
61-
newrelic==10.6.0
61+
newrelic==10.7.0
6262
nose==1.3.7
6363
numpy==1.26.4
6464
OWSLib==0.32.1
@@ -91,7 +91,7 @@ redis==5.2.1
9191
requests==2.32.3
9292
rfc3987==1.3.8
9393
rq==1.11.0
94-
s3transfer==0.11.2
94+
s3transfer==0.11.4
9595
sansjson==0.3.0
9696
setuptools==71.0.4
9797
shapely==2.0.1

0 commit comments

Comments
 (0)