Skip to content

Commit

Permalink
fixes for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Oct 13, 2023
1 parent b3d6294 commit 310e8e4
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 3,296 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# To install dev requirements: inv requirements --dev
# To install release requirements: inv requirements --release

future==0.18.2
future==0.18.3
invoke==0.15.0
Werkzeug==1.0.0
Flask==1.0
Mako==1.0.7
Werkzeug==2.2.3
Flask==2.2.5
Mako==1.2.2
Markdown==3.3.7
WTForms==1.0.4
# Fork of celery 4.1.1 with https://github.com/celery/celery/pull/4278 backported,
Expand Down Expand Up @@ -41,7 +41,7 @@ tqdm==4.28.1
# Python markdown extensions for comment emails
git+https://github.com/Johnetordoff/mdx_del_ins.git@django-3

certifi==2020.12.5
certifi==2023.7.22
sendgrid==1.5.13

requests>=2.21.0
Expand All @@ -52,7 +52,7 @@ raven==6.4.0
django-redis==5.2.0

# API requirements
Django==3.2.17
Django==3.2.20
djangorestframework==3.13.1
django-cors-headers==3.10.1
djangorestframework-bulk==0.2.1
Expand All @@ -63,7 +63,7 @@ django-celery-results==1.0.1
pyjwe==1.0.0
# Required by pyjwe and ndg-httpsclient
# Building wheel for cryptography >= 3.4.0 requires a Rust version incompatible with Docker base image.
cryptography==3.3.2
cryptography==41.0.4
jsonschema==3.1.1
django-guardian==2.4.0

Expand Down
2 changes: 1 addition & 1 deletion requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# newrelic APM agent
newrelic==7.16.0.178
# uwsgi
uwsgi==2.0.16
uwsgi==2.0.22
187 changes: 0 additions & 187 deletions scripts/EGAP/EGAP_tests.py

This file was deleted.

Empty file removed scripts/EGAP/__init__.py
Empty file.
Loading

0 comments on commit 310e8e4

Please sign in to comment.