Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade jinja version to 3.1.5 #1512

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ requests~=2.32.3

# avoid ImportError error https://github.com/GSA/data.gov/issues/4396
importlib-resources<6.0
jinja2>=3.1.4
jinja2>=3.1.5
cryptography>=42.0.4

# fix for https://security.snyk.io/vuln/SNYK-PYTHON-GEVENT-8320934
Expand Down
20 changes: 10 additions & 10 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.35.76
botocore==1.35.76
certifi==2024.8.30
boto3==1.35.90
botocore==1.35.90
certifi==2024.12.14
cffi==1.17.1
chardet==5.2.0
charset-normalizer==3.4.0
charset-normalizer==3.4.1
ckan @ git+https://github.com/GSA/ckan.git@8c4a517efeac80db098cc6ba144cb742bbeca194
-e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver
ckanext-datagovcatalog==0.1.1
Expand All @@ -28,7 +28,7 @@ click==8.1.3
cryptography==44.0.0
defusedxml==0.7.1
dominate==2.7.0
elementpath==4.6.0
elementpath==4.7.0
feedgen==0.9.0
Flask==2.0.3
Flask-Babel==1.0.0
Expand All @@ -47,18 +47,18 @@ idna==3.10
importlib-resources==5.13.0
isodate==0.7.2
itsdangerous==2.2.0
Jinja2==3.1.4
Jinja2==3.1.5
jmespath==1.0.1
json-table-schema==0.2.1
jsonschema==2.4.0
lxml==5.1.0
Mako==1.3.7
Mako==1.3.8
Markdown==3.4.1
MarkupSafe==2.1.5
messytables==0.15.2
mypy==1.10.1
mypy-extensions==1.0.0
newrelic==10.3.1
newrelic==10.4.0
nose==1.3.7
numpy==1.26.4
OWSLib==0.32.0
Expand Down Expand Up @@ -87,7 +87,7 @@ PyUtilib==6.0.0
PyYAML==6.0.1
PyZ3950 @ git+https://github.com/danizen/PyZ3950@6d44a4ab85c8bda3a7542c2c9efdfad46c830219
rdflib==6.1.1
redis==5.2.0
redis==5.2.1
requests==2.32.3
rfc3987==1.3.8
rq==1.11.0
Expand All @@ -104,7 +104,7 @@ tomli==2.2.1
typing_extensions==4.3.0
tzdata==2024.2
tzlocal==4.2
urllib3==2.2.3
urllib3==2.3.0
watchdog==6.0.0
webassets==2.0
webencodings==0.5.1
Expand Down
Loading