From 4f7adf37d5e18b97c0a519c05d6c1974bf5ce58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:15:38 +0000 Subject: [PATCH] Bump alembic from 1.7.6 to 1.8.1 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.7.6 to 1.8.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 58042e4..6436b4c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ # requirements. To emit only development requirements, pass "--dev-only". -i https://pypi.python.org/simple -alembic==1.7.6 +alembic==1.8.1 amqp==5.0.9; python_version >= '3.6' attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' billiard==3.6.4.0 diff --git a/requirements.txt b/requirements.txt index 95acbc5..1260f84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # -i https://pypi.python.org/simple -alembic==1.7.6 +alembic==1.8.1 amqp==5.0.9; python_version >= '3.6' billiard==3.6.4.0 blinker==1.4