aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 476bbbb4..641fda7f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,30 +34,30 @@ aiodns = "3.0.0"
async-rediscache = ["async-rediscache"]
[tool.poetry.group.dev.dependencies]
-taskipy = "1.10.3"
+taskipy = "1.11.0"
python-dotenv = "1.0.0"
[tool.poetry.group.test.dependencies]
-pytest = "7.2.1"
-pytest-cov = "4.0.0"
-pytest-xdist = "3.2.0"
+pytest = "7.3.1"
+pytest-cov = "4.1.0"
+pytest-xdist = "3.3.1"
[tool.poetry.group.lint.dependencies]
isort = "5.12.0"
-ruff = "0.0.265"
-pre-commit = "3.1.1"
-typing-extensions = "4.5.0"
+ruff = "0.0.270"
+pre-commit = "3.3.2"
+typing-extensions = "4.6.2"
[tool.poetry.group.doc.dependencies]
-Sphinx = "6.1.3"
+Sphinx = "7.0.1"
GitPython = "3.1.31"
-sphinx-autodoc-typehints = "1.22"
-furo = "2022.12.7"
+sphinx-autodoc-typehints = "1.23.0"
+furo = "2023.5.20"
six = "1.16.0"
-releases = "2.1.0"
+releases = "2.1.1"
sphinx-multiversion = "0.2.4"
docstring-parser = "0.15"
-typing-extensions = "4.5.0"
+typing-extensions = "4.6.2"
tomli = "2.0.1"
[tool.taskipy.tasks]