From d171a71787cbbda74b0036c8166af7a251df6710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 18:51:31 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.24 to 1.4.40 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.24 to 1.4.40. - [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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6d3f63bf..891988de 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,6 +7,6 @@ pytest-sugar==0.9.5 PyMySQL==1.0.2 sphinx>=1.8.1, <5.1.2 sphinxcontrib-asyncio==0.3.0 -SQLAlchemy==1.3.24 +SQLAlchemy==1.4.40 uvloop==0.16.0; python_version < '3.11' twine==4.0.1