From 61e57bb2ecfb308e92cea196edbfb7356b9a3280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:51:47 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.45 to 2.0.48 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.45 to 2.0.48. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-version: 2.0.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 48c51eb..58449a3 100644 --- a/requirements.in +++ b/requirements.in @@ -24,7 +24,7 @@ python-dateutil~=2.6.1 python-editor~=1.0.3 sentry-sdk[flask]~=2.24.1 six~=1.17.0 -SQLAlchemy~=2.0.40 +SQLAlchemy~=2.0.48 structlog~=25.5.0 Werkzeug~=3.1.6 wrapt~=1.17.2 diff --git a/requirements.txt b/requirements.txt index 7036755..6ae8863 100644 --- a/requirements.txt +++ b/requirements.txt @@ -170,7 +170,7 @@ six==1.17.0 # -r requirements.in # pyjwkest # python-dateutil -sqlalchemy==2.0.45 +sqlalchemy==2.0.48 # via # -r requirements.in # alembic