mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-25 07:03:44 +03:00
Merge pull request #123 from Alexander-D-Karpov/dependabot/pip/sentry-sdk-1.21.0
Bump sentry-sdk from 1.20.0 to 1.21.0
This commit is contained in:
commit
5bb2909371
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -4435,14 +4435,14 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "sentry-sdk"
|
||||
version = "1.20.0"
|
||||
version = "1.21.0"
|
||||
description = "Python client for Sentry (https://sentry.io)"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "sentry-sdk-1.20.0.tar.gz", hash = "sha256:a3410381ae769a436c0852cce140a5e5e49f566a07fb7c2ab445af1302f6ad89"},
|
||||
{file = "sentry_sdk-1.20.0-py2.py3-none-any.whl", hash = "sha256:0ad6bbbe78057b8031a07de7aca6d2a83234e51adc4d436eaf8d8c697184db71"},
|
||||
{file = "sentry-sdk-1.21.0.tar.gz", hash = "sha256:36a1ca082a3065a8a05aafa4b1e3d74e9459d41fbb0bea8a5364caca68626341"},
|
||||
{file = "sentry_sdk-1.21.0-py2.py3-none-any.whl", hash = "sha256:82faf9e2c9eb77401a7a187094b126ca25c2a3a478de6704612f48b3346f7a84"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -5698,4 +5698,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "da34f6b6380f581216534e1c852bb1d367efb6f22dce54431f8068edf38bde72"
|
||||
content-hash = "3faff0ef5981dfa8b63354c46a12ccf82bd9b524ae8213b1bafa407ae1a244c4"
|
||||
|
|
|
@ -56,7 +56,7 @@ django-extensions = "^3.2.1"
|
|||
django-coverage-plugin = "^3.0.0"
|
||||
pytest-django = "^4.5.2"
|
||||
gunicorn = "^20.1.0"
|
||||
sentry-sdk = "^1.20.0"
|
||||
sentry-sdk = "^1.21.0"
|
||||
django-anymail = {extras = ["mailgun"], version = "^9.1"}
|
||||
django-polymorphic = "^3.1.0"
|
||||
django-jazzmin = "^2.6.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user