From b670f44bc3dedd772272f68b2f9ef3e3093cbac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:06:40 +0000 Subject: [PATCH] Update sentry-sdk requirement from <2.0,>=1.0.0 to >=1.0.0,<3.0 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/v1.0...2.12.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-server.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-server.txt b/requirements-server.txt index 1373c8f..adc1b47 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -9,5 +9,5 @@ # setup.py. cchardet >=2.1.6,<3 pycurl >=7.43,<8 -sentry-sdk >=1.0.0,<2.0 +sentry-sdk >=1.0.0,<3.0 tornado >=6.0.0,<7