From 9c108aa455241d52efdf99159c46faafd5d7515d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:48:11 +0000 Subject: [PATCH] chore(deps-dev): bump sentry-sdk[flask] from 1.40.0 to 1.40.4 Bumps [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) from 1.40.0 to 1.40.4. - [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.40.0...1.40.4) --- 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 9e7fcd7b..bb109624 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.40.0" + "sentry-sdk[flask]==1.40.4" ] [project.optional-dependencies]