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 a505d7a1..1009de79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,23 +35,23 @@ aiodns = "3.1.1"  async-rediscache = ["async-rediscache"]  [tool.poetry.group.dev.dependencies] -taskipy = "1.12.0" +taskipy = "1.12.2"  python-dotenv = "1.0.0"  [tool.poetry.group.test.dependencies]  pytest = "7.4.3"  pytest-cov = "4.1.0" -pytest-xdist = "3.3.1" +pytest-xdist = "3.5.0"  [tool.poetry.group.lint.dependencies] -ruff = "0.1.2" +ruff = "0.1.6"  pre-commit = "3.5.0"  typing-extensions = "4.8.0"  [tool.poetry.group.doc.dependencies]  Sphinx = "7.2.6"  GitPython = "3.1.40" -sphinx-autodoc-typehints = "1.24.0" +sphinx-autodoc-typehints = "1.25.2"  furo = "2023.9.10"  six = "1.16.0"  releases = "2.1.1" | 
