From 775e7d1a2c267457f07b974cffdee4c395869365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 May 2021 19:32:28 +0000 Subject: [PATCH] Update sqlalchemy requirement from ~=1.3.0 to >=1.3,<1.5 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/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fde228c9..82dcce0f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ install_requires = Jinja2~=2.11 requests~=2.22 SQLAlchemy-Continuum~=1.3 - SQLAlchemy~=1.3.0 # New 1.4 changes API, see #728 + SQLAlchemy>=1.3,<1.5 # New 1.4 changes API, see #728 [options.extras_require] dev =