From cbee7c224a39680139c8d4885e01df00bb9d478c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 04:08:47 +0000 Subject: [PATCH] Bump sqlalchemy from 2.0.29 to 2.0.31 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.29 to 2.0.31. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 56ed61b6..a1fe0599 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -206,7 +206,7 @@ six==1.16.0 # via # -r requirements/prod.txt # python-dateutil -sqlalchemy==2.0.29 +sqlalchemy==2.0.31 # via -r requirements/prod.txt tomli==2.0.1 # via diff --git a/requirements/prod.txt b/requirements/prod.txt index 9eacc8b5..cf7bd3ed 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -43,7 +43,7 @@ requests==2.29.0 # via -r requirements/prod.in six==1.16.0 # via python-dateutil -sqlalchemy==2.0.29 +sqlalchemy==2.0.31 # via -r requirements/prod.in typing-extensions==4.11.0 # via