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