From df84657f80cb97fc6d24a2d86979d074b78e42ec Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 27 Nov 2023 17:12:20 +0000 Subject: Bump dev deps to latest --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyproject.toml') 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" -- cgit v1.2.3