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 to >=1.14.0 #306

Merged
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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django-extensions
psycopg2-binary<2.9
django-mptt
lxml>=4.9.1
sentry-sdk
sentry-sdk>=1.14.0
pip-tools
python-dateutil
pytest-django
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ requests-cache==0.8.1
# via -r requirements.in
requests-mock==1.9.3
# via -r requirements.in
sentry-sdk==1.9.0
sentry-sdk==1.30.0
# via -r requirements.in
shapely==1.8.0
# via -r requirements.in
Expand Down Expand Up @@ -249,7 +249,7 @@ uritemplate==4.1.1
# via drf-spectacular
url-normalize==1.4.3
# via requests-cache
urllib3==1.26.7
urllib3==1.26.16
# via
# requests
# requests-cache
Expand Down
Loading