Skip to content
Open
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
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tqdm = "4.66.2"
email-validator = "2.1.1"
#" Python markdown extensions for comment emails
markdown-del-ins = "1.0.0"
certifi = "2024.2.2"
certifi = "2024.7.4"
sendgrid = "6.11.0"
requests = "2.31.0"
urllib3 = "1.26.18" # still <2.0 because elasticseach2 lib doesn't supprort urllib3>=2.0
Expand All @@ -56,7 +56,7 @@ requests-oauthlib = "1.3.1"
sentry-sdk = {version= "2.2.0", extras = ["django", "flask", "celery"]}
django-redis = "5.4.0"
# API requirements
Django = "4.2.13"
Django = "4.2.16"
djangorestframework = "3.15.1"
django-cors-headers = "4.3.1"
djangorestframework-bulk = "0.2.1"
Expand Down
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