diff --git a/poetry.lock b/poetry.lock index 72204c8b..579e6817 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1377,13 +1377,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.6.13" +version = "9.6.14" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.6.13-py3-none-any.whl", hash = "sha256:3730730314e065f422cc04eacbc8c6084530de90f4654a1482472283a38e30d3"}, - {file = "mkdocs_material-9.6.13.tar.gz", hash = "sha256:7bde7ebf33cfd687c1c86c08ed8f6470d9a5ba737bd89e7b3e5d9f94f8c72c16"}, + {file = "mkdocs_material-9.6.14-py3-none-any.whl", hash = "sha256:3b9cee6d3688551bf7a8e8f41afda97a3c39a12f0325436d76c86706114b721b"}, + {file = "mkdocs_material-9.6.14.tar.gz", hash = "sha256:39d795e90dce6b531387c255bd07e866e027828b7346d3eba5ac3de265053754"}, ] [package.dependencies] @@ -2771,4 +2771,4 @@ test = ["hypothesis"] [metadata] lock-version = "2.0" python-versions = ">= 3.10, < 3.12" -content-hash = "08c6712467dec9d135e70465141e598944d0041d0c30794501bbd1fda5a23e97" +content-hash = "2b7ae14f3f42071e29e0129ea6394832e902db7396ba81ee553b509f2549cf09" diff --git a/pyproject.toml b/pyproject.toml index 401befbc..6bacab2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfun" -version = "0.13.34" +version = "0.13.35" description = "Functional, composable, asynchronous, type-safe Python." authors = ["Sune Debel"] readme = "README.md" @@ -42,7 +42,7 @@ pre-commit-hooks = "5.0.0" main-dec = "0.1.1" mkdocs = "1.6.1" mkdocstrings = { version = "0.18.1", extras = [] } -mkdocs-material = "9.6.13" +mkdocs-material = "9.6.14" taskipy = "1.14.1" [tool.poetry.extras]