diff --git a/poetry.lock b/poetry.lock index 958727f1..bbfe8e2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2311,8 +2311,8 @@ astroid = ">=3.3.3,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ {version = ">=0.2", markers = "python_version < \"3.11\""}, - {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, + {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, ] isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" mccabe = ">=0.6,<0.8" @@ -3673,4 +3673,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7c9ec6cbec67ceb2a963001bc543111b9b563b2fac0777c78b59bc5690a4dc0a" +content-hash = "dee3ba1f43badc3f0ad1bb80da6bac72c222461ba83f6d7d46cd95704d1dc8ba" diff --git a/pyproject.toml b/pyproject.toml index 30ff2992..8152c503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python-semantic-release = "^9.8.6" respx = "^0.21.1" ruff = "^0.6.7" - sphinx-autoapi = "^3.2.1" + sphinx-autoapi = "^3.3.1" sphinx-rtd-theme = "^2.0.0" [tool.poetry.group.dev.dependencies]