diff --git a/pyproject.toml b/pyproject.toml index 238604a..6fea4cb 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8.1, <3.12" -cleo = "^0.8.1" +cleo = "^2.0.0" ############################# # Add you dependencies here # ############################# @@ -43,9 +43,9 @@ loguru = "^0" gitpython = "^3.1" [tool.poetry.group.dev.dependencies] -tox = "^3.14" +tox = "^4.0.0" tox-pyenv = "^1.1" -rope = "^0" +rope = "^1.0.0" pytest = "^7.2.2" pytest-cov = "^4.0" pytest-mock = "^3.10" @@ -59,10 +59,10 @@ pydocstyle = "^6.3" pylint = "^2.17" yapf = "^0" mypy = "^1.2" -types-python-slugify = "^8" +types-python-slugify = "^6" black = "^23.3.0" isort = "^5.12" -sphinx = "^6.2" +sphinx = "^7.0.0" sphinx-autodoc-typehints = "^1.23" sphinx-autobuild = "^2021" sphinx_rtd_theme = "^1"