From 49f7827b51bad2d85acb8fad0c7fb96aa476d684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 23:33:54 +0000 Subject: [PATCH] Update sqlalchemy[asyncio] requirement from ~=1.4.31 to ~=1.4.32 in /api Updates the requirements on [sqlalchemy[asyncio]](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/main/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy[asyncio] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 4100778..b824709 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -8,6 +8,6 @@ motor~=2.5.1 pyyaml<6 -e git+https://github.com/openmaptiles/openmaptiles-tools#egg=openmaptiles-tools sqlparse~=0.4.2 -sqlalchemy[asyncio]~=1.4.31 +sqlalchemy[asyncio]~=1.4.32 asyncpg~=0.24.0 pyshp~=2.2.0