From cc22202be9f8a70fc652c3b9b1cd1c340fe35022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:30:00 +0000 Subject: [PATCH] chore(deps): update sentry-sdk requirement from ~=2.13.0 to ~=2.19.1 Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. - [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.13.0...2.19.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66df29597..529ed23b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pytest-postgresql==6.1.1 python-dateutil==2.9.0.post0 requests==2.32.3 redis>=5.0.0,<6.0.0 -sentry-sdk~=2.13.0 +sentry-sdk~=2.19.1 SQLAlchemy>=1.4.40,<=1.4.53 starlette-context==0.3.6 # Extras from fastapi[all], which we can't install because it requires pydantic v2: https://github.com/tiangolo/fastapi/blob/master/pyproject.toml#L79-L103