From e7129afc01099ea681141c02820c54bf5d7e453c Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Wed, 8 Dec 2021 23:42:40 +0000 Subject: [PATCH] Bump minimum required ``alembic`` version Related to https://github.com/apache/airflow/pull/18453#issuecomment-989314399 `1.5.0` was yanked so `>=1.5.1` is safe and we already have `1.7.5` in constraints-main --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3dd187281df00..de005cc12fc09 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,7 +81,7 @@ setup_requires = # DEPENDENCIES_EPOCH_NUMBER in the Dockerfile.ci ##################################################################################################### install_requires = - alembic>=1.2, <2.0 + alembic>=1.5.1, <2.0 argcomplete~=1.10 attrs>=20.0, <21.0 blinker