Skip to content

Commit

Permalink
Update Pip Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
datagov-bot committed Sep 5, 2024
1 parent ee327e8 commit 685cf00
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 @@ -119,7 +119,6 @@ requests~=2.32.2
importlib-resources<6.0
gevent>=23.9.0
jinja2>=3.1.3
cryptography>=42.0.4

# lxml beyond 5.1.0 show error module 'lxml.etree' has no attribute '_ElementStringResult'
# as in https://github.com/GSA/data.gov/issues/4681
Expand All @@ -135,3 +134,4 @@ certifi>=2024.7.4

# snyk finding
setuptools>=70.0.0
cryptography>=43.0.1
32 changes: 16 additions & 16 deletions ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.34.145
botocore==1.34.145
certifi==2024.7.4
cffi==1.16.0
boto3==1.35.12
botocore==1.35.12
certifi==2024.8.30
cffi==1.17.1
chardet==5.2.0
charset-normalizer==3.3.2
ckan @ git+https://github.com/GSA/ckan.git@453dd7f8ecdcf678e5d068d2c838c73b7ecac448
ckan @ git+https://github.com/GSA/ckan.git@9f824f75714566674d75cef82598949a15be6284
-e git+https://github.com/ckan/ckanext-archiver.git@cbfadf9fbf10405958fdef9f77a7faedc05aa20b#egg=ckanext_archiver
ckanext-datagovcatalog==0.1.0
ckanext-datagovtheme==0.2.33
ckanext-datajson==0.1.25
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@b8ebf24004cd3f3edb7f9d01c87c20259c102093
ckanext-envvars==0.0.3
ckanext-geodatagov==0.2.8
ckanext-geodatagov==0.2.9
-e git+https://github.com/GSA/ckanext-harvest.git@9039e7a5d563a40177d62487758b366ab77434b6#egg=ckanext_harvest
ckanext-metrics-dashboard==0.1.6
-e git+https://github.com/ckan/ckanext-report.git@3588577f46d17e5f6ef163bb984d0e7016daef71#egg=ckanext_report
ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@387cfc1c6a7619f670bf387384f2634516de5844
-e git+https://github.com/GSA/ckanext-spatial.git@3d0a375fe98edc70a0d12efd2f4ac54f0e05b597#egg=ckanext_spatial
ckantoolkit==0.0.7
click==8.1.3
cryptography==42.0.8
cryptography==43.0.1
defusedxml==0.7.1
dominate==2.7.0
elementpath==4.4.0
Expand All @@ -41,9 +41,9 @@ geojson==3.0.1
geomet==1.1.0
gevent==24.2.1
greenlet==2.0.2
gunicorn==22.0.0
gunicorn==23.0.0
html5lib==1.1
idna==3.7
idna==3.8
importlib-resources==5.13.0
isodate==0.6.1
itsdangerous==2.2.0
Expand All @@ -58,7 +58,7 @@ MarkupSafe==2.1.5
messytables==0.15.2
mypy==1.10.1
mypy-extensions==1.0.0
newrelic==9.12.0
newrelic==9.13.0
nose==1.3.7
numpy==1.26.4
OWSLib==0.31.0
Expand All @@ -73,8 +73,8 @@ progressbar2==3.53.3
psycopg2==2.9.3
pycparser==2.22
PyJWT==2.4.0
pyOpenSSL==24.1.0
pyparsing==3.1.2
pyOpenSSL==24.2.1
pyparsing==3.1.4
pyproj==3.4.1
pysaml2==7.0.1
pysolr==3.9.0
Expand All @@ -87,13 +87,13 @@ PyUtilib==6.0.0
PyYAML==6.0.1
PyZ3950 @ git+https://github.com/danizen/PyZ3950@6d44a4ab85c8bda3a7542c2c9efdfad46c830219
rdflib==6.1.1
redis==5.0.7
redis==5.0.8
requests==2.32.3
rfc3987==1.3.8
rq==1.11.0
s3transfer==0.10.2
sansjson==0.3.0
setuptools==71.0.3
setuptools==74.1.2
shapely==2.0.1
simplejson==3.18.0
six==1.16.0
Expand All @@ -105,13 +105,13 @@ typing_extensions==4.3.0
tzdata==2024.1
tzlocal==4.2
urllib3==2.2.2
watchdog==4.0.1
watchdog==5.0.2
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.3
wheel==0.42.0
WTForms==3.1.2
xlrd==2.0.1
xmlschema==3.3.1
xmlschema==3.3.2
zope.event==5.0
zope.interface==5.4.0

0 comments on commit 685cf00

Please sign in to comment.