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 Jan 1, 2024
1 parent 1b3a701 commit 564e06b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions ckan/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ blinker==1.5
click==8.1.3
dominate==2.7.0
feedgen==0.9.0
Flask==2.0.3
Flask-Babel==1.0.0
flask-multistatic==1.0
Flask-Login==0.6.1
Expand Down Expand Up @@ -106,7 +105,6 @@ SQLAlchemy[mypy]==1.4.41
sqlparse==0.4.4
tzlocal==4.2
webassets==2.0
Werkzeug==2.0
# zope.interface==4.7.2

# we are running under gunicorn
Expand All @@ -125,3 +123,5 @@ requests==2.31.0
importlib-resources<6.0
gevent>=23.9.0
cryptography>=41.0.6
flask>=2.2.5
werkzeug>=2.3.8
32 changes: 16 additions & 16 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==3.3.0
blinker==1.5
boto3==1.33.2
botocore==1.33.2
boto3==1.34.11
botocore==1.34.11
certifi==2023.11.17
cffi==1.16.0
chardet==5.2.0
Expand All @@ -14,7 +14,7 @@ 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-datajson==0.1.22
ckanext-datajson==0.1.23
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@1109205069dd105dda27e3486898e4ca1525a808
ckanext-envvars==0.0.3
ckanext-geodatagov==0.2.7
Expand All @@ -31,7 +31,7 @@ defusedxml==0.7.1
dominate==2.7.0
elementpath==4.1.5
feedgen==0.9.0
Flask==2.0.3
Flask==2.2.5
Flask-Babel==1.0.0
Flask-Login==0.6.1
flask-multistatic==1.0
Expand All @@ -43,27 +43,27 @@ geojson==3.0.1
geomet==1.1.0
gevent==23.9.1
google-api-python-client==1.6.7
greenlet==3.0.1
greenlet==3.0.3
gunicorn==21.2.0
html5lib==1.1
httplib2==0.22.0
idna==3.6
importlib-metadata==6.8.0
importlib-metadata==7.0.1
importlib-resources==5.13.0
isodate==0.6.1
itsdangerous==2.1.2
Jinja2==3.1.2
jmespath==1.0.1
json-table-schema==0.2.1
jsonschema==2.4.0
lxml==4.9.3
lxml==5.0.0
Mako==1.3.0
Markdown==3.4.1
MarkupSafe==2.1.3
messytables==0.15.2
mypy==1.7.1
mypy==1.8.0
mypy-extensions==1.0.0
newrelic==9.2.0
newrelic==9.3.0
nose==1.3.7
numpy==1.26.2
oauth2client==4.1.3
Expand Down Expand Up @@ -102,28 +102,28 @@ requests==2.31.0
rfc3987==1.3.8
rq==1.11.0
rsa==4.9
s3transfer==0.8.1
s3transfer==0.10.0
sansjson==0.3.0
setuptools==67.1.0
shapely==2.0.1
simplejson==3.18.0
six==1.16.0
SQLAlchemy==1.4.41
sqlalchemy2-stubs==0.0.2a37
sqlalchemy2-stubs==0.0.2a38
sqlparse==0.4.4
tomli==2.0.1
typing_extensions==4.8.0
tzdata==2023.3
typing_extensions==4.9.0
tzdata==2023.4
tzlocal==4.2
uritemplate==3.0.1
urllib3==1.26.18
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.0
wheel==0.41.3
Werkzeug==3.0.1
wheel==0.42.0
WTForms==3.1.1
xlrd==2.0.1
xmlschema==2.5.0
xmlschema==2.5.1
zipp==3.17.0
zope.event==5.0
zope.interface==6.1

0 comments on commit 564e06b

Please sign in to comment.