From 9c4da502d10c2567ce2160715851ed09cc83528c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:22:31 +0000 Subject: [PATCH] Update sentry-sdk[flask] requirement from ~=2.24.1 to ~=2.54.0 Updates the requirements on [sentry-sdk[flask]](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.24.1...2.54.0) --- updated-dependencies: - dependency-name: sentry-sdk[flask] dependency-version: 2.54.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 28 ++++++++++++---------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/requirements.in b/requirements.in index 0ad7c5f0..0fd3b402 100644 --- a/requirements.in +++ b/requirements.in @@ -24,7 +24,7 @@ pip-tools~=7.4.1 psycopg2-binary~=2.9.3 pylint~=3.3.6 python-editor~=1.0.3 -sentry-sdk[flask]~=2.24.1 +sentry-sdk[flask]~=2.54.0 six~=1.17.0 SQLAlchemy~=2.0.48 structlog~=25.5.0 diff --git a/requirements.txt b/requirements.txt index b3e1fe19..cfde66cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ cffi==2.0.0 # via cryptography charset-normalizer==3.4.4 # via requests -click==8.3.1 +click==8.1.8 # via # -r requirements.in # flask @@ -103,7 +103,7 @@ jmespath==1.1.0 # via # boto3 # botocore -lazy-object-proxy==1.4.3 +lazy-object-proxy==1.12.0 # via -r requirements.in mako==1.3.10 # via @@ -133,8 +133,6 @@ packaging==26.0 # build # gunicorn # wheel -pip==26.0.1 - # via pip-tools pip-tools==7.4.1 # via -r requirements.in platformdirs==4.9.2 @@ -167,14 +165,9 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -python-dotenv==1.2.2 python-dateutil==2.6.1 - # via - # -r requirements.in - # botocore - # via - # -r requirements.in - # botocore + # via botocore +python-dotenv==1.2.2 # via pydantic-settings python-editor==1.0.4 # via -r requirements.in @@ -185,14 +178,15 @@ requests==2.32.5 # flask-pyoidc # oic # pyjwkest -sentry-sdk[flask]==2.24.1 +s3transfer==0.10.4 + # via boto3 +sentry-sdk[flask]==2.54.0 # via -r requirements.in -setuptools==82.0.0 - # via pip-tools six==1.17.0 # via # -r requirements.in # pyjwkest + # python-dateutil sqlalchemy==2.0.48 # via # -r requirements.in @@ -235,5 +229,7 @@ zipp==3.23.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -# pip -# setuptools +pip==26.0.1 + # via pip-tools +setuptools==82.0.0 + # via pip-tools