diff --git a/poetry.lock b/poetry.lock index 97ae32f..71ef729 100644 --- a/poetry.lock +++ b/poetry.lock @@ -305,13 +305,13 @@ files = [ [[package]] name = "docstring-parser-fork" -version = "0.0.8" +version = "0.0.9" description = "Parse Python docstrings in reST, Google and Numpydoc format" optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "docstring_parser_fork-0.0.8-py3-none-any.whl", hash = "sha256:88098ae01b0909b241954ad2c50c0c29ec2292223366a540bfd68332be8fd595"}, - {file = "docstring_parser_fork-0.0.8.tar.gz", hash = "sha256:59d3b00d42ba9f4e229a7df7e1f6fc742845f88a1190973cc33ba336a5405425"}, + {file = "docstring_parser_fork-0.0.9-py3-none-any.whl", hash = "sha256:0be85ad00cb25bf5beeb673e46e777facf0f47552fa3a7570d120ef7e3374401"}, + {file = "docstring_parser_fork-0.0.9.tar.gz", hash = "sha256:95b23cc5092af85080c716a6da68360f5ae4fcffa75f4a3aca5e539783cbcc3d"}, ] [[package]] @@ -1106,18 +1106,18 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "pydoclint" -version = "0.5.0" +version = "0.5.6" description = "A Python docstring linter that checks arguments, returns, yields, and raises sections" optional = false python-versions = ">=3.8" files = [ - {file = "pydoclint-0.5.0-py2.py3-none-any.whl", hash = "sha256:11c08ceb7179d5e99c9ddca02eedaced11e2cbf61f41df75eb5b7d2900d83458"}, - {file = "pydoclint-0.5.0.tar.gz", hash = "sha256:f166728424e46622fd1c77e156fc57623d3d040651b2f2292f7536260eb0c12b"}, + {file = "pydoclint-0.5.6-py2.py3-none-any.whl", hash = "sha256:991d336a8058d482e581f55e0b140c5757ce11d2baa2d2fca94b8f678c03831b"}, + {file = "pydoclint-0.5.6.tar.gz", hash = "sha256:903a33a25504df85b200d3a3f1207688de208890b79730ceb6045978864ba7c9"}, ] [package.dependencies] click = ">=8.1.0" -docstring-parser-fork = ">=0.0.7" +docstring-parser-fork = ">=0.0.9" tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [package.extras]