aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-11-23 18:40:30 +0000
committerGravatar Chris Lovering <[email protected]>2024-11-23 18:40:30 +0000
commit69bf0963279234b3ea4c437445e0a2bd3fe2d397 (patch)
tree7db6ec517129058fe6973ad64c227dcfa250f862 /pyproject.toml
parentBump version and add changelog entry (diff)
Bump dev deps to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml15
1 files changed, 7 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1f345477..69266efe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,28 +38,28 @@ fakeredis = ["fakeredis"]
all = ["async-rediscache", "fakeredis"]
[tool.poetry.group.dev.dependencies]
-taskipy = "1.13.0"
+taskipy = "1.14.0"
python-dotenv = "1.0.1"
[tool.poetry.group.test.dependencies]
pytest = "8.3.3"
-pytest-cov = "5.0.0"
+pytest-cov = "6.0.0"
pytest-xdist = "3.6.1"
[tool.poetry.group.lint.dependencies]
-ruff = "0.6.4"
-pre-commit = "3.8.0"
+ruff = "0.8.0"
+pre-commit = "4.0.1"
[tool.poetry.group.doc.dependencies]
-Sphinx = "8.0.2"
+Sphinx = "8.1.3"
gitpython = "3.1.43"
-sphinx-autodoc-typehints = "2.4.0"
+sphinx-autodoc-typehints = "2.5.0"
furo = "2024.8.6"
six = "1.16.0"
releases = "2.1.1"
sphinx-multiversion = "0.2.4"
docstring-parser = "0.16"
-tomli = "2.0.1"
+tomli = "2.1.0"
[tool.taskipy.tasks]
lint = "pre-commit run --all-files"
@@ -83,7 +83,6 @@ extend-exclude = [".cache"]
output-format = "concise"
line-length = 120
unsafe-fixes = true
-preview = false
[tool.ruff.lint]
select = ["ALL"]