Use mkdocs 1.4 or greater with no upper bound

This commit is contained in:
Micah Jerome Ellison 2023-02-25 12:12:25 -08:00
parent 0da84d7f25
commit 0499050444
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
mkdocs==1.4.2
mkdocs>=1.4
jinja2==3.1.2

View file

@ -51,7 +51,7 @@ flake8-type-checking = ">=2.2.0"
flake8-simplify = ">=0.19"
ipdb = "*"
isort = ">=5.10"
mkdocs = ">=1.4,<1.5"
mkdocs = ">=1.4"
poethepoet = "*"
pytest = ">=6.2"
pytest-bdd = ">=4.0.1,<6.0"