Skip to content

Commit

Permalink
security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Aug 1, 2024
1 parent dc84403 commit 586e8d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# To install release requirements: inv requirements --release
wheel==0.42.0
invoke==2.2.0
Werkzeug==3.0.1
Werkzeug==3.0.3
Flask==3.0.2
Mako==1.3.2
Markdown==3.5.2
Expand All @@ -22,7 +22,7 @@ python-dateutil==2.9.0
pytz==2024.1
bleach==6.1.0
bleach[css]==6.1.0
pillow==10.2.0
pillow==10.3.0
Markupsafe==2.1.5
blinker==1.7.0
furl==2.1.3
Expand All @@ -38,24 +38,24 @@ boto3==1.34.60
django-waffle==4.1.0
pymongo[ocsp]==3.13.0 # install to get bson module
PyYAML==6.0.1
tqdm==4.66.2
tqdm==4.66.3
email-validator==2.1.1
# Python markdown extensions for comment emails
markdown-del-ins==1.0.0

certifi==2024.2.2
certifi==2024.07.04
sendgrid==6.11.0

requests==2.31.0
urllib3==1.26.18 # still <2.0 because elasticseach2 lib doesn't supprort urllib3>=2.0
requests==2.32.0
urllib3==1.26.19 # still <2.0 because elasticseach2 lib doesn't supprort urllib3>=2.0
oauthlib==3.2.2
requests-oauthlib==1.3.1
sentry-sdk[django, flask, celery]==2.2.0
sentry-sdk[django, flask, celery]==2.8.0
django-redis==5.4.0

# API requirements
Django==4.2.13
djangorestframework==3.15.1
Django==4.2.14
djangorestframework==3.15.2
django-cors-headers==4.3.1
djangorestframework-bulk==0.2.1
django-bulk-update==2.2.0
Expand Down

0 comments on commit 586e8d8

Please sign in to comment.