From 3dfc98e3ea0ac205d07f5c8333ac24ba85a44d38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 08:24:26 +0000 Subject: [PATCH] Update alembic requirement from ~=1.7.7 to ~=1.8.1 in /api Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- api/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 837e553..4652ef9 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -11,4 +11,4 @@ sqlparse~=0.4.2 sqlalchemy[asyncio]~=1.4.39 asyncpg~=0.24.0 pyshp~=2.3.1 -alembic~=1.7.7 +alembic~=1.8.1 diff --git a/api/setup.py b/api/setup.py index e76b57f..967241c 100644 --- a/api/setup.py +++ b/api/setup.py @@ -23,7 +23,7 @@ setup( "pyshp>=2.2,<2.4", "sqlalchemy[asyncio]~=1.4.25", "asyncpg~=0.24.0", - "alembic~=1.7.7", + "alembic>=1.7.7,<1.9.0", ], entry_points={ "console_scripts": [