From 0747c0ad5a6c6f4921b428d62be0e08f7a865dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:31:53 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.46 to 2.0.23 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.46 to 2.0.23. - [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-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5932c593e..af6637d42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ python-dateutil==2.8.2 python-memcached==1.59 sentry-sdk==1.32.0 requests==2.31.0 -SQLAlchemy==1.4.46 +SQLAlchemy==2.0.23 statsd==4.0.1 transaction==4.0 python-rapidjson==1.12 diff --git a/setup.cfg b/setup.cfg index 4cc45ee3d..d3759ce4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,7 +72,7 @@ redis = memcached = python-memcached postgresql = - SQLAlchemy < 2 + SQLAlchemy < 3 psycopg2 zope.sqlalchemy monitoring =