diff --git a/pyproject.toml b/pyproject.toml index 9e2c940..7bd76f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^8.0.0" -pytest-cov = "^4.1" +pytest-cov = "^5.0.0" pytest-asyncio = "^0.23.0" pytest-mock = "^3.11.1" pytest-loguru = "^0.4.0" @@ -124,7 +124,7 @@ pytest-loguru = "^0.4.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.2.6" +sphinx = "7.3.7" pydata-sphinx-theme = "^0.14.0" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1"