diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 78560141..37e7bff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,19 +42,19 @@ taskipy = "1.13.0" python-dotenv = "1.0.1" [tool.poetry.group.test.dependencies] -pytest = "8.2.2" +pytest = "8.3.2" pytest-cov = "5.0.0" pytest-xdist = "3.6.1" [tool.poetry.group.lint.dependencies] -ruff = "0.4.10" +ruff = "0.5.5" pre-commit = "3.7.1" [tool.poetry.group.doc.dependencies] -Sphinx = "7.3.7" +Sphinx = "7.4.7" gitpython = "3.1.43" sphinx-autodoc-typehints = "2.2.3" -furo = "2024.5.6" +furo = "2024.7.18" six = "1.16.0" releases = "2.1.1" sphinx-multiversion = "0.2.4" |