diff --git a/poetry.lock b/poetry.lock index 94f560f9a..7536d62dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiodns" @@ -6525,18 +6525,18 @@ setuptools = "*" [[package]] name = "pydoclint" -version = "0.4.1" +version = "0.5.1" description = "A Python docstring linter that checks arguments, returns, yields, and raises sections" optional = false python-versions = ">=3.8" files = [ - {file = "pydoclint-0.4.1-py2.py3-none-any.whl", hash = "sha256:4e32fdf0a47a2199377617f09af0a82a2157f80543026f919a17112a396e752f"}, - {file = "pydoclint-0.4.1.tar.gz", hash = "sha256:d39ed26a793203afadb1917011710fbf258ac3dddcd79b53212e0a2107221643"}, + {file = "pydoclint-0.5.1-py2.py3-none-any.whl", hash = "sha256:198cc7d80e7701e340466783b5c461d062622832f8ea7b4af66a1901c7df8a95"}, + {file = "pydoclint-0.5.1.tar.gz", hash = "sha256:380fcd5f14ef9781605f81db76a55f5781972cbf2a902282eab0c6566743860b"}, ] [package.dependencies] click = ">=8.1.0" -docstring-parser-fork = ">=0.0.5" +docstring-parser-fork = ">=0.0.8" tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} [package.extras] @@ -8689,4 +8689,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10, <3.11" -content-hash = "6c00c39b39dbea140d90c2dcf903b1dfb19090a43f95c8d02db91e939e8fff9b" +content-hash = "6ea700226c2fc4f56af1aa56f84ee61fc2b41955f76e9c0bb28626376425dfed" diff --git a/pyproject.toml b/pyproject.toml index e2d973421..4f9cfafc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ ipykernel = "^6.28.0" google-cloud-dataproc = "^5.8.0" apache-airflow = "^2.8.0" apache-airflow-providers-google = "^10.13.1" -pydoclint = ">=0.3.8,<0.5.0" +pydoclint = ">=0.3.8,<0.6.0" prettier = "^0.0.7" deptry = ">=0.12,<0.17" yamllint = "^1.33.0"