From d70063421ac5ab57cff09837fdadad10c9a66fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:43:32 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk[flask] from 2.0.1 to 2.5.0 Bumps [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) from 2.0.1 to 2.5.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/2.0.1...2.5.0) --- updated-dependencies: - dependency-name: sentry-sdk[flask] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e45d9b16..a42f85de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "Flask-RESTful==0.3.10", "Flask-SQLAlchemy==3.1.1", "requests==2.32.3", - "sentry-sdk[flask]==2.0.1" + "sentry-sdk[flask]==2.5.0" ] [project.optional-dependencies]