From b110fb8e67800c014b4fda73bae525723ba45799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:38:57 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.31.0 to 1.36.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.31.0 to 1.36.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.31.0...1.36.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9503319d2e..44c4bac77b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1544,13 +1544,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "sentry-sdk" -version = "1.31.0" +version = "1.36.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = "*" files = [ - {file = "sentry-sdk-1.31.0.tar.gz", hash = "sha256:6de2e88304873484207fed836388e422aeff000609b104c802749fd89d56ba5b"}, - {file = "sentry_sdk-1.31.0-py2.py3-none-any.whl", hash = "sha256:64a7141005fb775b9db298a30de93e3b83e0ddd1232dc6f36eb38aebc1553291"}, + {file = "sentry-sdk-1.36.0.tar.gz", hash = "sha256:f32dd16547f2f45e1c71a96fd4a48925e629541f7ddfe3d5d25ef7d5e94eb3c8"}, + {file = "sentry_sdk-1.36.0-py2.py3-none-any.whl", hash = "sha256:25d574f94fdf72199e331c2401fdac60d01b5be8f32822174c51c3ff0fc2f8cb"}, ] [package.dependencies] @@ -1840,4 +1840,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5ac60623ef33a4f665a78999384c4a409ccda6e64a53b9c736029fa5d792078f" +content-hash = "e97d7656e0685dc5ce802a2a52e18d2b9c11a1a694fa90fc58e677fc4dc2bdc4" diff --git a/pyproject.toml b/pyproject.toml index 75e14bbea3..e8aea34b7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ python = "^3.11" python-alipay-sdk = "^3.0.1" python-slugify = "^6.1.2" redis = "^3.5.3" -sentry-sdk = "^1.10.1" +sentry-sdk = "^1.36.0" short_url = "^1.2.2" tomd = "^0.1.3" uWSGI = "^2.0.22"