mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-12-01 00:43:42 +03:00
Compare commits
3 Commits
11806aee7f
...
d5afdd5f39
Author | SHA1 | Date | |
---|---|---|---|
|
d5afdd5f39 | ||
|
9c33509052 | ||
|
0aef69b754 |
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -5249,13 +5249,13 @@ files = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sentry-sdk"
|
name = "sentry-sdk"
|
||||||
version = "1.35.0"
|
version = "1.38.0"
|
||||||
description = "Python client for Sentry (https://sentry.io)"
|
description = "Python client for Sentry (https://sentry.io)"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
files = [
|
files = [
|
||||||
{file = "sentry-sdk-1.35.0.tar.gz", hash = "sha256:04e392db9a0d59bd49a51b9e3a92410ac5867556820465057c2ef89a38e953e9"},
|
{file = "sentry-sdk-1.38.0.tar.gz", hash = "sha256:8feab81de6bbf64f53279b085bd3820e3e737403b0a0d9317f73a2c3374ae359"},
|
||||||
{file = "sentry_sdk-1.35.0-py2.py3-none-any.whl", hash = "sha256:a7865952701e46d38b41315c16c075367675c48d049b90a4cc2e41991ebc7efa"},
|
{file = "sentry_sdk-1.38.0-py2.py3-none-any.whl", hash = "sha256:0017fa73b8ae2d4e57fd2522ee3df30453715b29d2692142793ec5d5f90b94a6"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -6702,4 +6702,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 = "0590ec65cb28b41aa9c87ed527026c7bd6aad6738860203c4a85843a498a0f93"
|
content-hash = "ac20ed4a2fbcefce235c3aa344158e9c99f0edb2d8a9e92a155a27ca80a9f16e"
|
||||||
|
|
|
@ -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 = "^21.2.0"
|
gunicorn = "^21.2.0"
|
||||||
sentry-sdk = "^1.25.1"
|
sentry-sdk = "^1.38.0"
|
||||||
django-anymail = {extras = ["mailgun"], version = "^10.1"}
|
django-anymail = {extras = ["mailgun"], version = "^10.1"}
|
||||||
django-polymorphic = "^3.1.0"
|
django-polymorphic = "^3.1.0"
|
||||||
django-jazzmin = "^2.6.0"
|
django-jazzmin = "^2.6.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user