From 0e5d60ad843e02fa87d69b9e116be29708d8938b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 17:02:02 -0400 Subject: [PATCH] dep: pip: bump alembic from 1.9.2 to 1.11.1 (#147) Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.9.2 to 1.11.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e23dcf..0c227e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pandas==1.5.3 # psycopg2-binary==2.9.5 psycopg2==2.9.5 cyberjake==0.1.0 -alembic==1.9.2 \ No newline at end of file +alembic==1.11.1 \ No newline at end of file