From eca3f57fc4025916a36f406967a321017dfb5354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:45:40 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.48 to 2.0.49 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.48 to 2.0.49. - [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.49 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 2865da27..53a50751 100644 --- a/requirements.in +++ b/requirements.in @@ -26,7 +26,7 @@ pylint~=3.3.6 python-editor~=1.0.3 sentry-sdk[flask]~=2.56.0 six~=1.17.0 -SQLAlchemy~=2.0.48 +SQLAlchemy~=2.0.49 structlog~=25.5.0 Werkzeug~=3.1.6 wrapt~=2.1.2 diff --git a/requirements.txt b/requirements.txt index c960f88a..4e709d2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -187,7 +187,7 @@ six==1.17.0 # -r requirements.in # pyjwkest # python-dateutil -sqlalchemy==2.0.48 +sqlalchemy==2.0.49 # via # -r requirements.in # alembic