From 285983bbf99d3879a5bfc5686dcbd20962843e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:55:58 +0000 Subject: [PATCH] Update sqlalchemy requirement in /server Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [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.51 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index d54a10bd..bce28150 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ tornado==6.5.7 -sqlalchemy>=2.0.50,<2.1.0 +sqlalchemy>=2.0.51,<2.1.0 python-dateutil==2.9.0.post0 marshmallow-sqlalchemy>=1.5.0 tornado-prometheus==0.1.2