diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index acb8b5a1..99549f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,11 +21,11 @@ python = "3.9.*" [tool.poetry.dev-dependencies] flake8 = "4.0.1" flake8-annotations = "2.7.0" -flake8-bugbear = "21.11.29" +flake8-bugbear = "22.1.11" flake8-docstrings = "1.6.0" flake8-import-order = "0.18.1" flake8-string-format = "0.3.0" -flake8-tidy-imports = "4.5.0" +flake8-tidy-imports = "4.6.0" flake8-todo = "0.7" pep8-naming = "0.12.1" pre-commit = "2.16.0" @@ -34,10 +34,10 @@ python-dotenv = "0.19.2" pytest = "6.2.5" pytest-cov = "3.0.0" pytest-xdist = { version = "2.5.0", extras = ["psutil"] } -Sphinx = "4.3.2" +Sphinx = "4.4.0" tomli = "2.0.0" -GitPython = "3.1.25" -sphinx-autodoc-typehints = "1.14.1" +GitPython = "3.1.26" +sphinx-autodoc-typehints = "1.17.0" releases = "1.6.3" furo = "2022.1.2" |