From f99d0e7066d2c00ff6581fd566a4d0a9826a2fc3 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Thu, 9 Dec 2021 01:01:56 +0000 Subject: [PATCH] Bump minimum required ``alembic`` version (#20153) 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