diff options
-rw-r--r-- | poetry.lock | 9 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index f6b0828c..afe311b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1534,13 +1534,13 @@ files = [ [[package]] name = "sentry-sdk" -version = "1.42.0" +version = "1.43.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.42.0.tar.gz", hash = "sha256:4a8364b8f7edbf47f95f7163e48334c96100d9c098f0ae6606e2e18183c223e6"}, - {file = "sentry_sdk-1.42.0-py2.py3-none-any.whl", hash = "sha256:a654ee7e497a3f5f6368b36d4f04baeab1fe92b3105f7f6965d6ef0de35a9ba4"}, + {file = "sentry-sdk-1.43.0.tar.gz", hash = "sha256:41df73af89d22921d8733714fb0fc5586c3461907e06688e6537d01a27e0e0f6"}, + {file = "sentry_sdk-1.43.0-py2.py3-none-any.whl", hash = "sha256:8d768724839ca18d7b4c7463ef7528c40b7aa2bfbf7fe554d5f9a7c044acfd36"}, ] [package.dependencies] @@ -1554,6 +1554,7 @@ asyncpg = ["asyncpg (>=0.23)"] beam = ["apache-beam (>=2.12)"] bottle = ["bottle (>=0.12.13)"] celery = ["celery (>=3)"] +celery-redbeat = ["celery-redbeat (>=2)"] chalice = ["chalice (>=1.16.0)"] clickhouse-driver = ["clickhouse-driver (>=0.2.0)"] django = ["django (>=1.8)"] @@ -1842,4 +1843,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "f05504759790c943633e06a62ca42c581e49c84120c342f241f9f97649839345" +content-hash = "c22287e60f1aa190f0594d3ad70f917e779bef21f674cfd23511fe4614fc47a0" diff --git a/pyproject.toml b/pyproject.toml index 5460f48c..b6668967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ rapidfuzz = "3.6.2" arrow = "1.3.0" beautifulsoup4 = "4.12.3" pillow = "10.2.0" -sentry-sdk = "1.42.0" +sentry-sdk = "1.43.0" PyYAML = "6.0.1" emojis = "0.7.0" coloredlogs = "15.0.1" |