diff --git a/poetry.lock b/poetry.lock index fafd7bf..459afa5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -667,13 +667,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.45" +version = "9.5.47" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.45-py3-none-any.whl", hash = "sha256:a9be237cfd0be14be75f40f1726d83aa3a81ce44808dc3594d47a7a592f44547"}, - {file = "mkdocs_material-9.5.45.tar.gz", hash = "sha256:286489cf0beca4a129d91d59d6417419c63bceed1ce5cd0ec1fc7e1ebffb8189"}, + {file = "mkdocs_material-9.5.47-py3-none-any.whl", hash = "sha256:53fb9c9624e7865da6ec807d116cd7be24b3cb36ab31b1d1d1a9af58c56009a2"}, + {file = "mkdocs_material-9.5.47.tar.gz", hash = "sha256:fc3b7a8e00ad896660bd3a5cc12ca0cb28bdc2bcbe2a946b5714c23ac91b0ede"}, ] [package.dependencies] @@ -875,13 +875,13 @@ extra = ["pygments (>=2.12)"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -1319,4 +1319,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "78063079efb04cf5da107645bbf50b738398cd794a25fbc540efbf84cd6bf877" +content-hash = "9210c57ef8343efbed77b6ab71fa84915652ae0ae0eb60bcf876321785d70511" diff --git a/pyproject.toml b/pyproject.toml index 7c0b79d..1145232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,13 +31,13 @@ pre-commit = "^4.0.1" [tool.poetry.group.docs.dependencies] mkdocs = "^1.6.1" -mkdocs-material = "^9.5.45" +mkdocs-material = "^9.5.47" mkdocstrings = {extras = ["python"], version = "^0.27.0"} pymdown-extensions = "^10.12" [tool.poetry.group.test.dependencies] -pytest = "^8.3.3" +pytest = "^8.3.4" pytest-cov = "^6.0.0" pytest-cookies = "^0.7.0"