From 653582f906fe5dcbba5033224053d763f1749029 Mon Sep 17 00:00:00 2001
From: Ronan Amicel <ronan@amicel.net>
Date: Sat, 22 Mar 2025 07:20:07 +0000
Subject: [PATCH] Build(deps): bump sentry-sdk[fastapi] from 2.23.1 to 2.24.0

Bumps [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) from 2.23.1 to 2.24.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.23.1...2.24.0)
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 2f9ff78cf..a4570f65b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -215,7 +215,7 @@ rpds-py==0.18.0
     # via
     #   jsonschema
     #   referencing
-sentry-sdk[fastapi]==2.23.1
+sentry-sdk[fastapi]==2.24.0
     # via -r requirements.in
 shapely==2.0.7
     # via -r requirements.in
-- 
GitLab