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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-26 08:24:26 +00:00 committed by GitHub
parent 5cfc8aae39
commit 3dfc98e3ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -11,4 +11,4 @@ sqlparse~=0.4.2
sqlalchemy[asyncio]~=1.4.39 sqlalchemy[asyncio]~=1.4.39
asyncpg~=0.24.0 asyncpg~=0.24.0
pyshp~=2.3.1 pyshp~=2.3.1
alembic~=1.7.7 alembic~=1.8.1

View file

@ -23,7 +23,7 @@ setup(
"pyshp>=2.2,<2.4", "pyshp>=2.2,<2.4",
"sqlalchemy[asyncio]~=1.4.25", "sqlalchemy[asyncio]~=1.4.25",
"asyncpg~=0.24.0", "asyncpg~=0.24.0",
"alembic~=1.7.7", "alembic>=1.7.7,<1.9.0",
], ],
entry_points={ entry_points={
"console_scripts": [ "console_scripts": [