From 49165b18a52e68402a4aba7cf2497aa9b3db4cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:48:13 +0000 Subject: [PATCH] Update sentry-sdk[flask] requirement from <1.30,>=1.0 to >=1.0,<1.35 Updates the requirements on [sentry-sdk[flask]](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...1.34.0) --- updated-dependencies: - dependency-name: sentry-sdk[flask] 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 303b504e..3fdb7911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ online = [ "panoptes-client>=1.6,<1.7", "requests>=2.28,<2.32", "gunicorn>=20.0,<21.3", - "sentry-sdk[flask]>=1.0,<1.30", + "sentry-sdk[flask]>=1.0,<1.35", "newrelic>=8.4.0,<9.1.2", "gitpython>=3.0.0,<3.2" ]