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 #766

Merged
merged 2 commits into from
Sep 18, 2024
Merged
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
1 change: 1 addition & 0 deletions requirements.in.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ Werkzeug==2.0.3
urllib3>=1.26.19

certifi>=2024.7.4
cryptography>=43.0.1
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.35.10
botocore==1.35.10
boto3==1.35.14
botocore==1.35.14
certifi==2024.8.30
cffi==1.17.0
cffi==1.17.1
chardet==5.2.0
charset-normalizer==3.3.2
ckan @ git+https://github.com/GSA/ckan.git@8c4a517efeac80db098cc6ba144cb742bbeca194
ckanext-datajson==0.1.25
ckanext-dcat-usmetadata==0.6.0
ckanext-envvars==0.0.3
ckanext-envvars==0.0.6
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@387cfc1c6a7619f670bf387384f2634516de5844
Expand All @@ -25,7 +25,7 @@ click==8.1.3
cryptography==43.0.1
defusedxml==0.7.1
dominate==2.7.0
elementpath==4.4.0
elementpath==4.5.0
et-xmlfile==1.1.0
feedgen==0.9.0
Flask==2.0.3
Expand Down Expand Up @@ -60,7 +60,7 @@ openpyxl==3.1.5
packaging==24.1
passlib==1.7.4
pika==1.3.2
pip==24.1
pip==24.2
polib==1.1.1
psycopg2==2.9.3
pycparser==2.22
Expand All @@ -81,7 +81,7 @@ rfc3987==1.3.8
rq==1.11.0
s3transfer==0.10.2
sansjson==0.3.0
setuptools==70.1.0
setuptools==74.1.2
simplejson==3.18.0
six==1.16.0
SQLAlchemy==1.4.41
Expand All @@ -95,7 +95,7 @@ tzlocal==4.2
unicodecsv==0.14.1
Unidecode==1.0.22
urllib3==2.2.2
watchdog==5.0.1
watchdog==5.0.2
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.3
Expand Down
Loading