aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-10-21 21:38:46 +0100
committerGravatar Chris Lovering <[email protected]>2023-10-26 14:10:03 +0100
commit8cde6d81136855cfaa4f67c7cdaa64f7473ae441 (patch)
tree3261120bcc547c593655a5bf3d2bf153c47f7cae /pyproject.toml
parentSet various loggers to suitable default levels (diff)
Bump deps to latest
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml23
1 files changed, 11 insertions, 12 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5f7a9501..5290646c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,36 +29,35 @@ python = "3.10.* || 3.11.*"
async-rediscache = { version = "1.0.0rc2", extras = ["fakeredis"], optional = true }
pydantic = ">=1.7.4,<3.0.0"
statsd = "4.0.1"
-aiodns = "3.0.0"
+aiodns = "3.1.1"
[tool.poetry.extras]
async-rediscache = ["async-rediscache"]
[tool.poetry.group.dev.dependencies]
-taskipy = "1.11.0"
+taskipy = "1.12.0"
python-dotenv = "1.0.0"
[tool.poetry.group.test.dependencies]
-pytest = "7.4.0"
+pytest = "7.4.3"
pytest-cov = "4.1.0"
pytest-xdist = "3.3.1"
[tool.poetry.group.lint.dependencies]
-isort = "5.12.0"
-ruff = "0.0.286"
-pre-commit = "3.3.3"
-typing-extensions = "4.6.3"
+ruff = "0.1.2"
+pre-commit = "3.5.0"
+typing-extensions = "4.8.0"
[tool.poetry.group.doc.dependencies]
-Sphinx = "7.0.1"
-GitPython = "3.1.31"
-sphinx-autodoc-typehints = "1.23.2"
-furo = "2023.5.20"
+Sphinx = "7.2.6"
+GitPython = "3.1.40"
+sphinx-autodoc-typehints = "1.24.0"
+furo = "2023.9.10"
six = "1.16.0"
releases = "2.1.1"
sphinx-multiversion = "0.2.4"
docstring-parser = "0.15"
-typing-extensions = "4.6.3"
+typing-extensions = "4.8.0"
tomli = "2.0.1"
[tool.taskipy.tasks]