mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-11 07:06:34 +03:00
Merge pull request #99 from Alexander-D-Karpov/dependabot/pip/sentry-sdk-1.19.0
Bump sentry-sdk from 1.17.0 to 1.19.0
This commit is contained in:
commit
a04837382a
9
poetry.lock
generated
9
poetry.lock
generated
|
@ -3710,14 +3710,14 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "sentry-sdk"
|
||||
version = "1.17.0"
|
||||
version = "1.19.0"
|
||||
description = "Python client for Sentry (https://sentry.io)"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "sentry-sdk-1.17.0.tar.gz", hash = "sha256:ad40860325c94d1a656da70fba5a7c4dbb2f6809d3cc2d00f74ca0b608330f14"},
|
||||
{file = "sentry_sdk-1.17.0-py2.py3-none-any.whl", hash = "sha256:3c4e898f7a3edf5a2042cd0dcab6ee124e2112189228c272c08ad15d3850c201"},
|
||||
{file = "sentry-sdk-1.19.0.tar.gz", hash = "sha256:6732b59a55051646587acce21f6a00b53d05df9282d54886ad88b59b4e9b82ad"},
|
||||
{file = "sentry_sdk-1.19.0-py2.py3-none-any.whl", hash = "sha256:8dcffbbb963963567384d6eb49c76b8fb05753540715cbee5e5ca5bc8327ded4"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3735,6 +3735,7 @@ django = ["django (>=1.8)"]
|
|||
falcon = ["falcon (>=1.4)"]
|
||||
fastapi = ["fastapi (>=0.79.0)"]
|
||||
flask = ["blinker (>=1.1)", "flask (>=0.11)"]
|
||||
grpcio = ["grpcio (>=1.21.1)"]
|
||||
httpx = ["httpx (>=0.16.0)"]
|
||||
huey = ["huey (>=2)"]
|
||||
opentelemetry = ["opentelemetry-distro (>=0.35b0)"]
|
||||
|
@ -4758,4 +4759,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "040bd26e90385aa11d6b3d1fe44de121caf7ae23d1f63f7a9fb484924b113d22"
|
||||
content-hash = "57bf4a9d91600495a180536f5ab3628a1a0d9544aea98936a65de051ea0b38a4"
|
||||
|
|
|
@ -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.12.0"
|
||||
sentry-sdk = "^1.19.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