From 4dc85a4164ed726c747a57888e1c5a9953f3f5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 23:25:47 +0000 Subject: [PATCH] Update sqlalchemy[asyncio] requirement from ~=1.4.32 to ~=1.4.39 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.rst) - [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 3cb3ecd..9d637e7 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -8,7 +8,7 @@ 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.32 +sqlalchemy[asyncio]~=1.4.39 asyncpg~=0.24.0 pyshp~=2.3.1 alembic~=1.7.7