diff --git a/poetry.lock b/poetry.lock index a3e9934..45efe5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "attrs" @@ -296,13 +296,13 @@ files = [ [[package]] name = "pdoc" -version = "14.4.0" +version = "14.5.1" description = "API Documentation for Python Projects" optional = false python-versions = ">=3.8" files = [ - {file = "pdoc-14.4.0-py3-none-any.whl", hash = "sha256:6ea4fe07620b1f7601e2708a307a257636ec206e20b5611640b30f2e3cab47d6"}, - {file = "pdoc-14.4.0.tar.gz", hash = "sha256:c92edc425429ccbe287ace2a027953c24f13de53eab484c1a6d31ca72dd2fda9"}, + {file = "pdoc-14.5.1-py3-none-any.whl", hash = "sha256:fda6365a06e438b43ca72235b58a2e2ecd66445fcc444313f6ebbde4b0abd94b"}, + {file = "pdoc-14.5.1.tar.gz", hash = "sha256:4ddd9c5123a79f511cedffd7231bf91a6e0bd0968610f768342ec5d00b5eefee"}, ] [package.dependencies] @@ -453,4 +453,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "299311535888f39a178bd8d41e034630656aba51f8096dbf47f27c2f1ebd95a2" +content-hash = "62aefc2659cfa8a9435802ba4f93ba2c5e52315bae688781b5f09b5d8c432c0c" diff --git a/pyproject.toml b/pyproject.toml index ac5cf65..1e93a79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python-dotenv = "^1.0.1" [tool.poetry.group.dev.dependencies] autopep8 = "^2.1.0" -pdoc = "^14.4.0" +pdoc = "^14.5.1" pytest = "^8.1.1" [build-system]