diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9b0031d9..16bb312e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,28 +38,28 @@ fakeredis = ["fakeredis"] all = ["async-rediscache", "fakeredis"] [tool.poetry.group.dev.dependencies] -taskipy = "1.14.0" +taskipy = "1.14.1" python-dotenv = "1.0.1" [tool.poetry.group.test.dependencies] -pytest = "8.3.3" +pytest = "8.3.4" pytest-cov = "6.0.0" pytest-xdist = "3.6.1" [tool.poetry.group.lint.dependencies] -ruff = "0.8.0" -pre-commit = "4.0.1" +ruff = "0.9.6" +pre-commit = "4.1.0" [tool.poetry.group.doc.dependencies] Sphinx = "8.1.3" -gitpython = "3.1.43" -sphinx-autodoc-typehints = "2.5.0" +gitpython = "3.1.44" +sphinx-autodoc-typehints = "3.0.1" furo = "2024.8.6" -six = "1.16.0" +six = "1.17.0" releases = "2.1.1" sphinx-multiversion = "0.2.4" docstring-parser = "0.16" -tomli = "2.1.0" +tomli = "2.2.1" [tool.taskipy.tasks] lint = "pre-commit run --all-files" |