diff options
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/pyproject.toml b/pyproject.toml index abd852e7..5b123669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,20 +38,20 @@ taskipy = "1.11.0"  python-dotenv = "1.0.0"  [tool.poetry.group.test.dependencies] -pytest = "7.3.2" +pytest = "7.4.0"  pytest-cov = "4.1.0"  pytest-xdist = "3.3.1"  [tool.poetry.group.lint.dependencies]  isort = "5.12.0" -ruff = "0.0.272" -pre-commit = "3.3.2" +ruff = "0.0.275" +pre-commit = "3.3.3"  typing-extensions = "4.6.3"  [tool.poetry.group.doc.dependencies]  Sphinx = "7.0.1"  GitPython = "3.1.31" -sphinx-autodoc-typehints = "1.23.0" +sphinx-autodoc-typehints = "1.23.2"  furo = "2023.5.20"  six = "1.16.0"  releases = "2.1.1" | 
