diff options
author | 2024-07-25 21:08:53 +0100 | |
---|---|---|
committer | 2024-07-25 21:08:53 +0100 | |
commit | 090e737b17c9b1c1084064c6f5543cdf3228cf08 (patch) | |
tree | 1686510bd420b98b203515d4de0e5f663ac18140 /pyproject.toml | |
parent | Correct docstring for ViewWithUserAndRoleCheck (diff) |
Bump dependencies to latest
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 78560141..37e7bff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,19 +42,19 @@ taskipy = "1.13.0" python-dotenv = "1.0.1" [tool.poetry.group.test.dependencies] -pytest = "8.2.2" +pytest = "8.3.2" pytest-cov = "5.0.0" pytest-xdist = "3.6.1" [tool.poetry.group.lint.dependencies] -ruff = "0.4.10" +ruff = "0.5.5" pre-commit = "3.7.1" [tool.poetry.group.doc.dependencies] -Sphinx = "7.3.7" +Sphinx = "7.4.7" gitpython = "3.1.43" sphinx-autodoc-typehints = "2.2.3" -furo = "2024.5.6" +furo = "2024.7.18" six = "1.16.0" releases = "2.1.1" sphinx-multiversion = "0.2.4" |