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

Bump sentry-sdk from 2.2.0 to 2.8.0 #218

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
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
22 changes: 11 additions & 11 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,13 +47,13 @@ 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
oauthlib = "3.2.2"
requests-oauthlib = "1.3.1"
sentry-sdk = {version= "2.2.0", extras = ["django", "flask", "celery"]}
sentry-sdk = {version= "2.8.0", extras = ["django", "flask", "celery"]}
django-redis = "5.4.0"
# API requirements
Django = "4.2.13"
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
Loading