From 376e64ec3a704ee7880b40ca453c657338c7edfa Mon Sep 17 00:00:00 2001 From: snaeil Date: Wed, 26 Jun 2024 15:20:02 +0200 Subject: [PATCH] chore: bump pdoc version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bdca4c2..1d78442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ overrides = "^7.7.0" black = "^24.4.2" pytest-cov = "^5.0.0" mypy = "^1.10.0" -pdoc = "^14.4.0" +pdoc = "^14.5.1" bandit = "^1.7.8" pylint = "^3.1.0" pre-commit = "^3.7.1"