diff options
author | 2023-06-26 09:45:08 +0100 | |
---|---|---|
committer | 2023-07-14 13:19:32 +0100 | |
commit | 9325140d2381899b8dbecc64ffde9d8c06922458 (patch) | |
tree | 9539d41d6f8c75a91c972d3cbfa252c97fca5459 /pyproject.toml | |
parent | Bump pre-commit-hooks (diff) |
Bump dev deps
Diffstat (limited to 'pyproject.toml')
-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" |