From 8f69e1b1e8c9ca4633fbfc61206ec1e659324261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 04:10:41 +0000 Subject: [PATCH] chore(deps): Update sentry-sdk requirement from ~=2.17.0 to >=2.17,<2.21 Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. - [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/2.17.0...2.20.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85cf811..7f8720e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "tortoise-orm>=0.19.1,<0.21.0", "aiosqlite~=0.17.0", "cryptography~=43.0.1", - "sentry-sdk~=2.17.0", + "sentry-sdk>=2.17,<2.21", "httpx~=0.27.2", "tomli~=2.0.2", "unidecode~=1.3.8",