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 Dec 16, 2023
1 parent 5520c2f commit a313bca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements.in.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ckan==2.10.1
# TODO https://github.com/GSA/datagov-deploy/issues/2794
git+https://github.com/GSA/ckanext-saml2auth.git@create_user_via_saml.log_210#egg=ckanext-saml2auth
git+https://github.com/keitaroinc/ckanext-s3filestore.git#egg=ckanext-s3filestore
Expand Down Expand Up @@ -87,3 +86,4 @@ gevent>=23.9.0
urllib3~=1.26.17
cryptography>=41.0.6
pip>=23.3
ckan>=2.10.3
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.33.5
botocore==1.33.5
boto3==1.34.2
botocore==1.34.2
certifi==2023.11.17
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
ckan==2.10.1
ckan==2.10.3
ckanext-datajson==0.1.22
ckanext-dcat-usmetadata==0.6.0
ckanext-envvars==0.0.3
Expand All @@ -34,7 +34,7 @@ Flask-Login==0.6.1
flask-multistatic==1.0
Flask-WTF==1.0.1
gevent==23.9.1
greenlet==3.0.1
greenlet==3.0.2
gunicorn==21.2.0
html5lib==1.1
idna==3.6
Expand All @@ -54,7 +54,7 @@ MarkupSafe==2.0.1
messytables==0.15.2
mypy==1.7.1
mypy-extensions==1.0.0
newrelic==9.2.0
newrelic==9.3.0
nose==1.3.7
openpyxl==3.1.2
packaging==23.2
Expand All @@ -79,7 +79,7 @@ redis==5.0.1
requests==2.31.0
rfc3987==1.3.8
rq==1.11.0
s3transfer==0.8.2
s3transfer==0.9.0
sansjson==0.3.0
setuptools==68.0.0
simplejson==3.18.0
Expand All @@ -89,7 +89,7 @@ sqlalchemy2-stubs==0.0.2a37
sqlparse==0.4.4
tabulator==1.53.5
tomli==2.0.1
typing_extensions==4.8.0
typing_extensions==4.9.0
tzdata==2023.3
tzlocal==4.2
unicodecsv==0.14.1
Expand All @@ -99,7 +99,7 @@ watchdog==3.0.0
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.3
wheel==0.41.3
wheel==0.42.0
WTForms==3.1.1
xlrd==2.0.1
xmlschema==2.5.0
Expand Down

0 comments on commit a313bca

Please sign in to comment.