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

[Snyk + GH Actions] Update requirements #1211

Merged
merged 1 commit into from
Jan 18, 2024
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 @@ -81,7 +81,6 @@ Flask==2.0.3
Flask-Babel==1.0.0
flask-multistatic==1.0
Flask-Login==0.6.1
Jinja2==3.1.2
Flask-WTF==1.0.1
pyjwt==2.4.0
Markdown==3.4.1
Expand Down Expand Up @@ -125,3 +124,4 @@ requests==2.31.0
importlib-resources<6.0
gevent>=23.9.0
cryptography>=41.0.6
jinja2>=3.1.3
10 changes: 5 additions & 5 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Babel==2.10.3
Beaker==1.11.0
bleach==3.3.0
blinker==1.5
boto3==1.34.16
botocore==1.34.16
boto3==1.34.21
botocore==1.34.21
certifi==2023.11.17
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
ckan==2.10.1
-e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver
ckanext-datagovcatalog==0.1.0
ckanext-datagovtheme==0.2.10
ckanext-datagovtheme==0.2.12
ckanext-datajson==0.1.23
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@1109205069dd105dda27e3486898e4ca1525a808
ckanext-envvars==0.0.3
Expand Down Expand Up @@ -52,7 +52,7 @@ importlib-metadata==7.0.1
importlib-resources==5.13.0
isodate==0.6.1
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.3
jmespath==1.0.1
json-table-schema==0.2.1
jsonschema==2.4.0
Expand All @@ -63,7 +63,7 @@ MarkupSafe==2.1.3
messytables==0.15.2
mypy==1.8.0
mypy-extensions==1.0.0
newrelic==9.4.0
newrelic==9.5.0
nose==1.3.7
numpy==1.26.3
oauth2client==4.1.3
Expand Down