From 1b340fc4189716eaf0fc53403871f51bebcc4cd2 Mon Sep 17 00:00:00 2001 From: patnr Date: Mon, 2 Dec 2024 16:08:42 +0100 Subject: [PATCH] Update pdoc --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff3f6ba..2a39baa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "appnope" @@ -859,13 +859,13 @@ testing = ["funcsigs", "pytest"] [[package]] name = "pdoc" -version = "12.3.1" +version = "14.7.0" description = "API Documentation for Python Projects" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pdoc-12.3.1-py3-none-any.whl", hash = "sha256:c3f24f31286e634de9c76fa6e67bd5c0c5e74360b41dc91e6b82499831eb52d8"}, - {file = "pdoc-12.3.1.tar.gz", hash = "sha256:453236f225feddb8a9071428f1982a78d74b9b3da4bc4433aedb64dbd0cc87ab"}, + {file = "pdoc-14.7.0-py3-none-any.whl", hash = "sha256:72377a907efc6b2c5b3c56b717ef34f11d93621dced3b663f3aede0b844c0ad2"}, + {file = "pdoc-14.7.0.tar.gz", hash = "sha256:2d28af9c0acc39180744ad0543e4bbc3223ecba0d1302db315ec521c51f71f93"}, ] [package.dependencies] @@ -874,7 +874,7 @@ MarkupSafe = "*" pygments = ">=2.12.0" [package.extras] -dev = ["black", "hypothesis", "mypy", "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 = "pexpect" @@ -1492,4 +1492,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "9ab21f7de2f2d6e18819a65a2f80c3b834300df80485a1a0373b2df37a3379bc" +content-hash = "451b9c379c3359cec1c3a1c2dd16c88811e6eec9aa3fbb7091f77d4f13aad3ed" diff --git a/pyproject.toml b/pyproject.toml index 9de37b4..3c9e10f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pdbpp = "^0.10.3" pytest = "^7.1.3" flakeheaven = "*" ipdb = "^0.13.9" -pdoc = "^12.2.1" +pdoc = "^14.2" [build-system] requires = ["poetry-core"]