Skip to content

Commit

Permalink
Bump minimum required alembic version (#20153)
Browse files Browse the repository at this point in the history
Related to #18453 (comment)

`1.5.0` was yanked so `>=1.5.1` is safe and we already have `1.7.5` in constraints-main
  • Loading branch information
kaxil authored Dec 9, 2021
1 parent 9a92a56 commit f99d0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f99d0e7

Please sign in to comment.