aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-11-27 17:12:20 +0000
committerGravatar Chris Lovering <[email protected]>2023-11-27 17:12:20 +0000
commitdf84657f80cb97fc6d24a2d86979d074b78e42ec (patch)
tree2a2511db847e7b9dcffde5171cd94f91a8007d57 /pyproject.toml
parentChangelog 10.4.0 (diff)
Bump dev deps to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
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"