aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-03-04 12:45:34 +0000
committerGravatar Chris Lovering <[email protected]>2024-03-04 12:46:27 +0000
commitc72b515aec03b1d9df49a3d58bfa90a3d864160e (patch)
treecf79be9b823d5826c86f8622612276ceb3369a75 /pyproject.toml
parentAdd changelog entry for ruff rules (diff)
Bump dev deps to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 732fde54..80e916d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,25 +39,25 @@ taskipy = "1.12.2"
python-dotenv = "1.0.1"
[tool.poetry.group.test.dependencies]
-pytest = "8.0.0"
+pytest = "8.1.0"
pytest-cov = "4.1.0"
pytest-xdist = "3.5.0"
[tool.poetry.group.lint.dependencies]
-ruff = "0.2.2"
-pre-commit = "3.6.0"
-typing-extensions = "4.9.0"
+ruff = "0.3.0"
+pre-commit = "3.6.2"
+typing-extensions = "4.10.0"
[tool.poetry.group.doc.dependencies]
Sphinx = "7.2.6"
-gitpython = "3.1.41"
-sphinx-autodoc-typehints = "1.25.3"
+gitpython = "3.1.42"
+sphinx-autodoc-typehints = "2.0.0"
furo = "2024.1.29"
six = "1.16.0"
releases = "2.1.1"
sphinx-multiversion = "0.2.4"
docstring-parser = "0.15"
-typing-extensions = "4.9.0"
+typing-extensions = "4.10.0"
tomli = "2.0.1"
[tool.taskipy.tasks]