From 7d909850599cc8b94ac4cc1bc8dca0ded8c1e45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:03:01 +0000 Subject: [PATCH] Bump pdoc from 13.1.0 to 13.1.1 Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 13.1.0 to 13.1.1. - [Release notes](https://github.com/mitmproxy/pdoc/releases) - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v13.1.0...v13.1.1) --- updated-dependencies: - dependency-name: pdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe5a69c..1a5bf0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -546,14 +546,14 @@ files = [ [[package]] name = "pdoc" -version = "13.1.0" +version = "13.1.1" description = "API Documentation for Python Projects" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pdoc-13.1.0-py3-none-any.whl", hash = "sha256:f44cb93e2508b2f2411f33bf3abbe4fcc1ef766bc61b7433eddd0860f430cea6"}, - {file = "pdoc-13.1.0.tar.gz", hash = "sha256:074ae532b3df71c90df043303a83dcbc92a54e6e63ebf12f30bdd0c7b6f6dbb4"}, + {file = "pdoc-13.1.1-py3-none-any.whl", hash = "sha256:9025c6cd2448b18662e88eacf84c6eb050dcbdc8ee5259aee5e40a1c2b417840"}, + {file = "pdoc-13.1.1.tar.gz", hash = "sha256:2b8e341b1882ed8217e95c1f3f1f11d34f9ef93a5796287590162e2035296815"}, ] [package.dependencies] @@ -970,4 +970,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "308ce5c9c5715ba1b88f25829cdd05dfb364f3a5bc90abafcf081226eb72c815" +content-hash = "bb21624c213184271ed38dbb3d5ff77ddc70ecea6d8846142eb2be738bbfeb9c" diff --git a/pyproject.toml b/pyproject.toml index d2234da..0ac5b1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest-mock = "^3.10.0" optional = true [tool.poetry.group.docs.dependencies] -pdoc = "^13.1.0" +pdoc = "^13.1.1" tomli = {version = "^2.0.1", python = "<3.11"} GitPython = "^3.1.31"