From b25c35373cab90c7f02d41686cf7f79c8accbe84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:43:54 +0000 Subject: [PATCH] chore(deps): Update sentry-sdk requirement from ~=2.17.0 to >=2.17,<2.20 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.19.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..e42fe58 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.20", "httpx~=0.27.2", "tomli~=2.0.2", "unidecode~=1.3.8",