diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/pyproject.toml b/pyproject.toml index b330bac2..f7032d4f 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.3.2" +pytest = "8.3.3"  pytest-cov = "5.0.0"  pytest-xdist = "3.6.1"  [tool.poetry.group.lint.dependencies] -ruff = "0.5.5" -pre-commit = "3.7.1" +ruff = "0.6.4" +pre-commit = "3.8.0"  [tool.poetry.group.doc.dependencies] -Sphinx = "7.4.7" +Sphinx = "8.0.2"  gitpython = "3.1.43" -sphinx-autodoc-typehints = "2.2.3" -furo = "2024.7.18" +sphinx-autodoc-typehints = "2.4.0" +furo = "2024.8.6"  six = "1.16.0"  releases = "2.1.1"  sphinx-multiversion = "0.2.4" | 
