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 f6ee4e11..95e2e187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,22 +38,22 @@ fakeredis = ["fakeredis"]  all = ["async-rediscache", "fakeredis"]  [tool.poetry.group.dev.dependencies] -taskipy = "1.12.2" +taskipy = "1.13.0"  python-dotenv = "1.0.1"  [tool.poetry.group.test.dependencies] -pytest = "8.2.1" +pytest = "8.2.2"  pytest-cov = "5.0.0"  pytest-xdist = "3.6.1"  [tool.poetry.group.lint.dependencies] -ruff = "0.4.8" +ruff = "0.4.10"  pre-commit = "3.7.1"  [tool.poetry.group.doc.dependencies]  Sphinx = "7.3.7"  gitpython = "3.1.43" -sphinx-autodoc-typehints = "2.1.0" +sphinx-autodoc-typehints = "2.2.1"  furo = "2024.5.6"  six = "1.16.0"  releases = "2.1.1" | 
