Use latest mkdocs version 1.4.2

This commit is contained in:
Micah Jerome Ellison 2023-02-24 10:12:50 -08:00
parent 18397b13eb
commit b0f65177ce
3 changed files with 630 additions and 459 deletions

View file

@ -1,2 +1,2 @@
mkdocs==1.2.4 mkdocs==1.4.2
jinja2==3.1.2 jinja2==3.1.2

1085
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

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