From 4cc78cdd3eadbfafd4d009066792dfe7ac6149aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:50:44 +0000 Subject: [PATCH] Bump pdoc from 10.0.4 to 14.4.0 Bumps [pdoc](https://github.com/mitmproxy/pdoc) from 10.0.4 to 14.4.0. - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v10.0.4...v14.4.0) --- updated-dependencies: - dependency-name: pdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 21 +++++++++++---------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index b681fa5da..f131e3a24 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4,7 +4,7 @@ name = "aiohttp" version = "3.9.2" description = "Async http client/server framework (asyncio)" -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "aiohttp-3.9.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:772fbe371788e61c58d6d3d904268e48a594ba866804d08c995ad71b144f94cb"}, @@ -2054,7 +2054,7 @@ twitter = ["twython"] name = "numpy" version = "1.23.4" description = "NumPy is the fundamental package for array computing with Python." -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "numpy-1.23.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:95d79ada05005f6f4f337d3bb9de8a7774f259341c70bc88047a1f7b96a4bcb2"}, @@ -2313,22 +2313,23 @@ testing = ["docopt", "pytest (<6.0.0)"] [[package]] name = "pdoc" -version = "10.0.4" +version = "14.4.0" description = "API Documentation for Python Projects" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pdoc-10.0.4-py3-none-any.whl", hash = "sha256:39186fa0a12b903388fc6e8a85cbe682dc40de59ea97f2fa45ae316bdbad8d40"}, + {file = "pdoc-14.4.0-py3-none-any.whl", hash = "sha256:6ea4fe07620b1f7601e2708a307a257636ec206e20b5611640b30f2e3cab47d6"}, + {file = "pdoc-14.4.0.tar.gz", hash = "sha256:c92edc425429ccbe287ace2a027953c24f13de53eab484c1a6d31ca72dd2fda9"}, ] [package.dependencies] astunparse = {version = "*", markers = "python_version < \"3.9\""} Jinja2 = ">=2.11.0" MarkupSafe = "*" -pygments = "*" +pygments = ">=2.12.0" [package.extras] -dev = ["flake8", "hypothesis", "mypy", "pytest", "pytest-cov", "pytest-timeout", "tox"] +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" @@ -2359,7 +2360,7 @@ files = [ name = "pillow" version = "10.2.0" description = "Python Imaging Library (Fork)" -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "pillow-10.2.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:7823bdd049099efa16e4246bdf15e5a13dbb18a51b68fa06d6c1d4d8b99a796e"}, @@ -2668,7 +2669,7 @@ files = [ name = "pyarrow" version = "14.0.1" description = "Python library for Apache Arrow" -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "pyarrow-14.0.1-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:96d64e5ba7dceb519a955e5eeb5c9adcfd63f73a56aea4722e2cc81364fc567a"}, @@ -4624,4 +4625,4 @@ worker-addons = ["detoxify"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a66f3d716076507679fb0b0ffcb499884da283e162ecc4d5a52d67954a0ad967" +content-hash = "3178d1bde4df12013fd72515a9777e773fb584e3426c9df2b53144ef17f21677" diff --git a/pyproject.toml b/pyproject.toml index e0b291435..e1b2b143d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ parlai = ["parlai", "torch"] [tool.poetry.group.dev.dependencies] docutils = "^0.15" mdutils = "^1.4.0" -pdoc = "^10.0.3" +pdoc = ">=10.0.3,<15.0.0" pylint = "^2.4" pytest = "^5.0" pytest-cov = "^4.1.0"