Skip to content

Commit

Permalink
Merge pull request #1316 from GSA/fix-snyk
Browse files Browse the repository at this point in the history
fix sqlparse and gunicorn version
  • Loading branch information
Jin-Sun-tts authored Apr 23, 2024
2 parents 05b0750 + cafe5b2 commit 048ed8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ typing_extensions==4.3.0
tzlocal==4.2
webassets==2.0
Werkzeug[watchdog]==2.0.3
wheel==0.42.0
zope.interface==5.4.0

# catalog uses newer versions of these packages
simplejson==3.18.0
sqlparse==0.4.4
sqlparse==0.5.0

# we are running under gunicorn
# Pinned greenlet version to match version delivered with OS,
Expand Down
16 changes: 8 additions & 8 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.34.83
botocore==1.34.83
boto3==1.34.89
botocore==1.34.89
certifi==2024.2.2
cffi==1.16.0
chardet==5.2.0
Expand All @@ -14,7 +14,7 @@ ckan==2.10.4
-e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver
ckanext-datagovcatalog==0.1.0
ckanext-datagovtheme==0.2.20
ckanext-datajson==0.1.23
ckanext-datajson==0.1.24
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@b8ebf24004cd3f3edb7f9d01c87c20259c102093
ckanext-envvars==0.0.3
ckanext-geodatagov==0.2.8
Expand All @@ -41,12 +41,12 @@ geojson==3.0.1
geomet==1.1.0
gevent==24.2.1
greenlet==2.0.2
gunicorn==21.2.0
gunicorn==22.0.0
html5lib==1.1
idna==3.7
importlib-resources==5.13.0
isodate==0.6.1
itsdangerous==2.1.2
itsdangerous==2.2.0
Jinja2==3.1.3
jmespath==1.0.1
json-table-schema==0.2.1
Expand All @@ -58,7 +58,7 @@ MarkupSafe==2.1.5
messytables==0.15.2
mypy==1.9.0
mypy-extensions==1.0.0
newrelic==9.8.0
newrelic==9.9.0
nose==1.3.7
numpy==1.26.4
OWSLib==0.30.0
Expand Down Expand Up @@ -99,7 +99,7 @@ simplejson==3.18.0
six==1.16.0
SQLAlchemy==1.4.41
sqlalchemy2-stubs==0.0.2a38
sqlparse==0.4.4
sqlparse==0.5.0
tomli==2.0.1
typing_extensions==4.3.0
tzdata==2024.1
Expand All @@ -112,6 +112,6 @@ Werkzeug==2.0.3
wheel==0.42.0
WTForms==3.1.2
xlrd==2.0.1
xmlschema==3.2.1
xmlschema==3.3.0
zope.event==5.0
zope.interface==5.4.0

0 comments on commit 048ed8a

Please sign in to comment.