Merge pull request #116 from Alexander-D-Karpov/dependabot/pip/sentry-sdk-1.20.0

Bump sentry-sdk from 1.19.1 to 1.20.0
This commit is contained in:
Alexander Karpov 2023-04-20 00:12:33 +03:00 committed by GitHub
commit 96a7d0efc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -5631,4 +5631,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "e88180893bf7fe17c6abd07a9bcdfa87637e9f81bc168a391bbd25a264ee83e6" content-hash = "20cd7aa75803b18a50189bf57c0f26a103d737d98f9783385f3cf6f1aa82044f"

View File

@ -56,7 +56,7 @@ django-extensions = "^3.2.1"
django-coverage-plugin = "^3.0.0" django-coverage-plugin = "^3.0.0"
pytest-django = "^4.5.2" pytest-django = "^4.5.2"
gunicorn = "^20.1.0" gunicorn = "^20.1.0"
sentry-sdk = "^1.19.0" sentry-sdk = "^1.20.0"
django-anymail = {extras = ["mailgun"], version = "^9.1"} django-anymail = {extras = ["mailgun"], version = "^9.1"}
django-polymorphic = "^3.1.0" django-polymorphic = "^3.1.0"
django-jazzmin = "^2.6.0" django-jazzmin = "^2.6.0"