From e1fcf46faef4555f546b51f5bca8e47e8a0b58d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 18:03:45 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.24 to 1.4.39 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.24 to 1.4.39. - [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 928b67e3..5ee37948 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,6 +7,6 @@ pytest-sugar==0.9.4 PyMySQL==1.0.2 sphinx>=1.8.1, <5.0.3 sphinxcontrib-asyncio==0.3.0 -SQLAlchemy==1.3.24 +SQLAlchemy==1.4.39 uvloop==0.16.0; python_version < '3.11' twine==4.0.1