Skip to content

Commit

Permalink
Merge pull request #1079 from GSA/requirement-patches
Browse files Browse the repository at this point in the history
[Snyk + GH Actions] Update requirements
  • Loading branch information
FuhuXia authored Sep 21, 2023
2 parents 2965df2 + 1322ad6 commit 16f5fe4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ Werkzeug==2.0
# Pinned greenlet version to match version delivered with OS,
# preventing error with gevent dependency using newer version.
gunicorn
gevent>=21.8.0
# greenlet==0.4.12

# New Relic
Expand All @@ -118,3 +117,4 @@ requests==2.31.0
# avoid ImportError error https://github.com/GSA/data.gov/issues/4396
importlib-resources<6.0
cryptography>=41.0.3
gevent>=23.9.0
32 changes: 16 additions & 16 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
alembic==1.8.1
async-timeout==4.0.2
async-timeout==4.0.3
Babel==2.10.3
Beaker==1.11.0
bleach==3.3.0
blinker==1.5
boto3==1.28.17
botocore==1.31.17
boto3==1.28.52
botocore==1.31.52
certifi==2023.7.22
cffi==1.15.1
chardet==5.2.0
Expand All @@ -15,19 +15,18 @@ ckan==2.10.1
ckanext-datagovcatalog==0.1.0
ckanext-datagovtheme==0.2.4
ckanext-datajson==0.1.21
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@008a3e2f22a352d7ded9dd988dc69e654f58cd87
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@93bf901684b729ccca474c970b7f47309ebace5b
ckanext-envvars==0.0.3
ckanext-geodatagov==0.2.7
ckanext-googleanalyticsbasic==0.2.1
-e git+https://github.com/ckan/ckanext-harvest.git@9fb44f79809a1c04dfeb0e1ca2540c5ff3cacef4#egg=ckanext_harvest
ckanext-metrics-dashboard==0.1.6
# -e git+https://github.com/ckan/ckanext-qa.git@1731b59d2bf82b06f7866c204b26eb7c6c9ea1f9#egg=ckanext_qa
-e git+https://github.com/ckan/ckanext-report.git@3588577f46d17e5f6ef163bb984d0e7016daef71#egg=ckanext_report
ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@4d59366423ed965ba86a7b85547a6bd9f4351869
-e git+https://github.com/GSA/ckanext-spatial.git@f8e0ad7af15425e8df3f650a602f85f1e77526ff#egg=ckanext_spatial
ckantoolkit==0.0.7
click==8.1.3
cryptography==41.0.3
cryptography==41.0.4
defusedxml==0.7.1
dominate==2.7.0
elementpath==4.1.5
Expand All @@ -41,7 +40,7 @@ future==0.18.3
GeoAlchemy2==0.5.0
geojson==3.0.1
geomet==1.0.0
gevent==23.7.0
gevent==23.9.1
greenlet==2.0.2
gunicorn==21.2.0
html5lib==1.1
Expand All @@ -59,11 +58,11 @@ Mako==1.2.4
Markdown==3.4.1
MarkupSafe==2.1.3
messytables==0.15.2
mypy==1.4.1
mypy==1.5.1
mypy-extensions==1.0.0
newrelic==8.9.0
newrelic==9.0.0
nose==1.3.7
numpy==1.25.2
numpy==1.26.0
OWSLib==0.29.2
packaging==23.1
passlib==1.7.4
Expand All @@ -86,17 +85,18 @@ pysolr==3.9.0
python-dateutil==2.8.2
python-magic==0.4.27
python-utils==3.7.0
pytz==2023.3
pytz==2023.3.post1
pytz-deprecation-shim==0.1.0.post0
PyUtilib==6.0.0
PyYAML==6.0
PyZ3950 @ git+https://github.com/danizen/PyZ3950@6d44a4ab85c8bda3a7542c2c9efdfad46c830219
rdflib==6.1.1
redis==4.6.0
redis==5.0.0
requests==2.31.0
rfc3987==1.3.8
rq==1.11.0
s3transfer==0.6.1
s3transfer==0.6.2
sansjson==0.3.0
setuptools==67.1.0
shapely==2.0.1
simplejson==3.18.0
Expand All @@ -105,17 +105,17 @@ SQLAlchemy==1.4.41
sqlalchemy2-stubs==0.0.2a35
sqlparse==0.4.4
tomli==2.0.1
typing_extensions==4.7.1
typing_extensions==4.8.0
tzdata==2023.3
tzlocal==4.2
urllib3==1.26.16
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.0
wheel==0.41.0
wheel==0.41.2
WTForms==3.0.1
xlrd==2.0.1
xmlschema==2.4.0
zipp==3.16.2
zipp==3.17.0
zope.event==5.0
zope.interface==6.0

0 comments on commit 16f5fe4

Please sign in to comment.