From 5c4652387b55767732d9c2d06617f3d642bb3a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 01:00:29 +0000 Subject: [PATCH] Bump sqlalchemy from 1.3.24 to 1.4.38 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.24 to 1.4.38. - [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..0789e39a 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.38 uvloop==0.16.0; python_version < '3.11' twine==4.0.1