From 4c5f999e8aba598fc4660ac432d1677b39c75117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:37:49 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk[flask] from 2.19.0 to 2.19.1 Bumps [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) from 2.19.0 to 2.19.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/2.19.0...2.19.1) --- updated-dependencies: - dependency-name: sentry-sdk[flask] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4740c93..4b7f2d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "Flask-RESTful==0.3.10", "Flask-SQLAlchemy==3.1.1", "requests==2.32.3", - "sentry-sdk[flask]==2.19.0" + "sentry-sdk[flask]==2.19.1" ] [project.optional-dependencies]