diff --git a/poetry.lock b/poetry.lock index 99976f1..b11eff2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -220,14 +220,6 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" [package.extras] license = ["editdistance"] -[[package]] -name = "idna" -version = "3.1" -description = "Internationalized Domain Names in Applications (IDNA)" -category = "dev" -optional = false -python-versions = ">=3.4" - [[package]] name = "iniconfig" version = "1.1.1" @@ -271,14 +263,6 @@ category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -[[package]] -name = "markdown2" -version = "2.4.0" -description = "A fast and complete Python implementation of Markdown" -category = "dev" -optional = false -python-versions = ">=3.5, <4" - [[package]] name = "markupsafe" version = "1.1.1" @@ -367,16 +351,15 @@ python-versions = ">=2.6" [[package]] name = "pdoc" -version = "4.0.0" -description = "A simple program and library to auto generate API documentation for Python modules." +version = "6.3.1" +description = "API Documentation for Python Projects" category = "dev" optional = false -python-versions = ">=3.8" +python-versions = ">=3.7" [package.dependencies] astunparse = {version = "*", markers = "python_version < \"3.9\""} Jinja2 = "*" -markdown2 = "*" MarkupSafe = "*" pygments = "*" @@ -695,7 +678,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "aaee496a20175f0944c8e087640c75120e301937b6f4ab99fae02ba60c04b45d" +content-hash = "a1b01a5083bb4e37bbfabbcdcc6e7a6aac23b5d933a49cc89dd7942a2ba266df" [metadata.files] appdirs = [ @@ -813,10 +796,6 @@ identify = [ {file = "identify-1.5.13-py2.py3-none-any.whl", hash = "sha256:9dfb63a2e871b807e3ba62f029813552a24b5289504f5b071dea9b041aee9fe4"}, {file = "identify-1.5.13.tar.gz", hash = "sha256:70b638cf4743f33042bebb3b51e25261a0a10e80f978739f17e7fd4837664a66"}, ] -idna = [ - {file = "idna-3.1-py3-none-any.whl", hash = "sha256:5205d03e7bcbb919cc9c19885f9920d622ca52448306f2377daede5cf3faac16"}, - {file = "idna-3.1.tar.gz", hash = "sha256:c5b02147e01ea9920e6b0a3f1f7bb833612d507592c837a6c49552768f4054e1"}, -] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, @@ -852,10 +831,6 @@ lazy-object-proxy = [ {file = "lazy_object_proxy-1.4.3-cp38-cp38-win32.whl", hash = "sha256:5541cada25cd173702dbd99f8e22434105456314462326f06dba3e180f203dfd"}, {file = "lazy_object_proxy-1.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:59f79fef100b09564bc2df42ea2d8d21a64fdcda64979c0fa3db7bdaabaf6239"}, ] -markdown2 = [ - {file = "markdown2-2.4.0-py2.py3-none-any.whl", hash = "sha256:8d4ef4a2d090c99532069c4611a9a2b9bea6ae1fa29b6c3727c95d1e31a8f6c5"}, - {file = "markdown2-2.4.0.tar.gz", hash = "sha256:28d769f0e544e6f68f684f01e9b186747b079a6927d9ca77ebc8c640a2829b1b"}, -] markupsafe = [ {file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"}, {file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"}, @@ -963,7 +938,7 @@ pbr = [ {file = "pbr-5.5.1.tar.gz", hash = "sha256:5fad80b613c402d5b7df7bd84812548b2a61e9977387a80a5fc5c396492b13c9"}, ] pdoc = [ - {file = "pdoc-4.0.0-py3-none-any.whl", hash = "sha256:f28959cd2455f367f71ea276a6a3028f3039a6590b33ea92b3767ac2ac7e5b23"}, + {file = "pdoc-6.3.1-py3-none-any.whl", hash = "sha256:a2751e7c70e46161b3692b51951b83d0662b4cfa5580f8060742fdd527f7ebbb"}, ] playwright = [ {file = "playwright-0.171.1-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:dd0265446af2383dc18949d04a53dff0af96e6288043937705753d28367f3f28"}, diff --git a/pyproject.toml b/pyproject.toml index 0b14747..19f86a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pytest = "^6.2.1" pylint = "^2.6.0" pydocstyle = "^5.1.1" pre-commit = "^2.10.1" -pdoc = "^4.0.0" +pdoc = "^6.3.1" [tool.black] # https://github.com/psf/black