From a0de70fe043ac1ace647a158b9ae02b56d93540f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:07:22 +0000 Subject: [PATCH] Update sqlalchemy[asyncio] requirement from ~=1.4.39 to ~=1.4.44 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 837e553..6e817ad 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -8,7 +8,7 @@ motor~=3.0.0 pyyaml<6 -e git+https://github.com/openmaptiles/openmaptiles-tools#egg=openmaptiles-tools sqlparse~=0.4.2 -sqlalchemy[asyncio]~=1.4.39 +sqlalchemy[asyncio]~=1.4.44 asyncpg~=0.24.0 pyshp~=2.3.1 alembic~=1.7.7