Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk + GH Actions] Update requirements #693

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ setuptools>=65.5.1,!=68.1.*,!=68.2.*,!=69.0.*
importlib-resources<6.0
gevent>=23.9.0
urllib3~=1.26.17
cryptography>=41.0.6
pip>=23.3
jinja2>=3.1.3
cryptography>=42.0.2
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.34.23
botocore==1.34.23
certifi==2023.11.17
boto3==1.34.42
botocore==1.34.42
certifi==2024.2.2
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
Expand All @@ -19,21 +19,21 @@ ckanext-googleanalyticsbasic==0.2.1
ckanext-s3filestore @ git+https://github.com/keitaroinc/ckanext-s3filestore.git@caf88c0352ffe7b4432d3d55ddfb0a71249ceddd
ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@4d59366423ed965ba86a7b85547a6bd9f4351869
ckanext-usmetadata==0.3.2
-e git+https://github.com/ckan/ckanext-xloader.git@16b84175005435d579607638dfe2056dda61af70#egg=ckanext_xloader
-e git+https://github.com/ckan/ckanext-xloader.git@67fabfc25a39b7bc6d3310fcb33c1f2dd887bc66#egg=ckanext_xloader
ckantoolkit==0.0.7
click==8.1.3
cryptography==41.0.7
cryptography==42.0.2
defusedxml==0.7.1
dominate==2.7.0
elementpath==4.1.5
elementpath==4.2.1
et-xmlfile==1.1.0
feedgen==0.9.0
Flask==2.0.3
Flask-Babel==1.0.0
Flask-Login==0.6.1
flask-multistatic==1.0
Flask-WTF==1.0.1
gevent==23.9.1
gevent==24.2.1
greenlet==3.0.3
gunicorn==21.2.0
html5lib==1.1
Expand All @@ -48,13 +48,13 @@ jsonlines==4.0.0
jsonschema==2.4.0
linear-tsv==1.1.0
lxml==4.9.1
Mako==1.3.0
Mako==1.3.2
Markdown==3.4.1
MarkupSafe==2.0.1
messytables==0.15.2
mypy==1.8.0
mypy-extensions==1.0.0
newrelic==9.5.0
newrelic==9.6.0
nose==1.3.7
openpyxl==3.1.2
packaging==23.2
Expand All @@ -66,12 +66,12 @@ polib==1.1.1
psycopg2==2.9.3
pycparser==2.21
PyJWT==2.4.0
pyOpenSSL==23.3.0
pyOpenSSL==24.0.0
pysaml2==7.0.1
pysolr==3.9.0
python-dateutil==2.8.2
python-magic==0.4.27
pytz==2023.3.post1
pytz==2024.1
pytz-deprecation-shim==0.1.0.post0
PyUtilib==6.0.0
PyYAML==6.0
Expand All @@ -81,7 +81,7 @@ rfc3987==1.3.8
rq==1.11.0
s3transfer==0.10.0
sansjson==0.3.0
setuptools==68.0.0
setuptools==69.1.0
simplejson==3.18.0
six==1.16.0
SQLAlchemy==1.4.41
Expand All @@ -90,12 +90,12 @@ sqlparse==0.4.4
tabulator==1.53.5
tomli==2.0.1
typing_extensions==4.9.0
tzdata==2023.4
tzdata==2024.1
tzlocal==4.2
unicodecsv==0.14.1
Unidecode==1.0.22
urllib3==1.26.18
watchdog==3.0.0
watchdog==4.0.0
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.3
Expand Down
Loading
Loading