From 9167b13877258b208164681f28538e7acd9c2c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:52:43 +0000 Subject: [PATCH] requirement: bump sentry-sdk from 2.16.0 to 2.17.0 in /back Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.16.0 to 2.17.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.16.0...2.17.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements/base.txt b/back/requirements/base.txt index 108064289..cc0d7d3f8 100644 --- a/back/requirements/base.txt +++ b/back/requirements/base.txt @@ -18,7 +18,7 @@ psycopg==3.2.3 PyJWT==2.6.0 # conflit avec ggshield sur versions supérieures redis==5.1.1 requests==2.32.3 -sentry-sdk==2.16.0 +sentry-sdk==2.17.0 sib-api-v3-sdk==7.6.0 Unidecode==1.3.8 whitenoise==6.7.0