aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
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 01575bf8..a8305e43 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,9 +44,9 @@ pytest-cov = "4.1.0"
pytest-xdist = "3.5.0"
[tool.poetry.group.lint.dependencies]
-ruff = "0.1.6"
-pre-commit = "3.5.0"
-typing-extensions = "4.8.0"
+ruff = "0.1.7"
+pre-commit = "3.6.0"
+typing-extensions = "4.9.0"
[tool.poetry.group.doc.dependencies]
Sphinx = "7.2.6"
@@ -57,7 +57,7 @@ six = "1.16.0"
releases = "2.1.1"
sphinx-multiversion = "0.2.4"
docstring-parser = "0.15"
-typing-extensions = "4.8.0"
+typing-extensions = "4.9.0"
tomli = "2.0.1"
[tool.taskipy.tasks]