diff --git a/poetry.lock b/poetry.lock index bf9b906..0439136 100644 --- a/poetry.lock +++ b/poetry.lock @@ -319,13 +319,13 @@ files = [ [[package]] name = "pdoc" -version = "14.1.0" +version = "14.2.0" description = "API Documentation for Python Projects" optional = false python-versions = ">=3.8" files = [ - {file = "pdoc-14.1.0-py3-none-any.whl", hash = "sha256:e8869dffe21296b3bd5545b28e7f07cae0656082aca43f8915323187e541b126"}, - {file = "pdoc-14.1.0.tar.gz", hash = "sha256:3a0bd921a05c39a82b1505089eb6dc99d857b71b856aa60d1aca4d9086d0e18c"}, + {file = "pdoc-14.2.0-py3-none-any.whl", hash = "sha256:c9c0aa79090dcdcdb0a6c7e367cb0e241e891a836348ef741a8847397dcf98cc"}, + {file = "pdoc-14.2.0.tar.gz", hash = "sha256:a6fac864b2690391e89cb16b280603646eddaa5a2a3057c2973261b9a398416e"}, ] [package.dependencies] @@ -334,7 +334,7 @@ MarkupSafe = "*" pygments = ">=2.12.0" [package.extras] -dev = ["black", "hypothesis", "mypy", "pygments (>=2.14.0)", "pytest", "pytest-cov", "pytest-timeout", "ruff", "tox", "types-pygments"] +dev = ["hypothesis", "mypy", "pdoc-pyo3-sample-library (==1.0.11)", "pygments (>=2.14.0)", "pytest", "pytest-cov", "pytest-timeout", "ruff", "tox", "types-pygments"] [[package]] name = "platformdirs" @@ -711,4 +711,4 @@ docs = [] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "060deedd316734dceab628b714de4584f35b188c58cd53c1e7a75694ce0fe280" +content-hash = "a94803b91fa570ae297745608118ddd150de4278780c85c9724fa7a5af756918" diff --git a/pyproject.toml b/pyproject.toml index e5715b4..1da600f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pytest-cov = "^4.1.0" ruff = "^0.1.8" [tool.poetry.group.docs.dependencies] -pdoc = "^14.1.0" +pdoc = "^14.2.0" [tool.poetry.extras] docs = ["pdoc"]