diff options
| author | 2024-03-24 20:59:07 +0000 | |
|---|---|---|
| committer | 2024-03-24 20:59:07 +0000 | |
| commit | edff2a828dc12555f4dcd8cd78e0a0f78ffb4ea4 (patch) | |
| tree | 861b51c3d9ef26af220e2ab9308f40ab285b16d4 /pyproject.toml | |
| parent | Release v11.0.1 (diff) | |
Bump dev deps to latest
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 22d76c40..09453c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,13 +42,13 @@ taskipy = "1.12.2"  python-dotenv = "1.0.1"  [tool.poetry.group.test.dependencies] -pytest = "8.1.0" -pytest-cov = "4.1.0" +pytest = "8.1.1" +pytest-cov = "5.0.0"  pytest-xdist = "3.5.0"  [tool.poetry.group.lint.dependencies] -ruff = "0.3.0" -pre-commit = "3.6.2" +ruff = "0.3.4" +pre-commit = "3.7.0"  [tool.poetry.group.doc.dependencies]  Sphinx = "7.2.6" @@ -58,7 +58,7 @@ furo = "2024.1.29"  six = "1.16.0"  releases = "2.1.1"  sphinx-multiversion = "0.2.4" -docstring-parser = "0.15" +docstring-parser = "0.16"  tomli = "2.0.1"  [tool.taskipy.tasks] | 
