diff --git a/poetry.lock b/poetry.lock index 511b6be..d572b83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -321,17 +321,18 @@ python-versions = ">=3.6" [[package]] name = "pydocstyle" -version = "6.1.1" +version = "6.2.3" description = "Python docstring style checker" category = "dev" optional = false python-versions = ">=3.6" [package.dependencies] -snowballstemmer = "*" +importlib-metadata = {version = ">=2.0.0,<5.0.0", markers = "python_version < \"3.8\""} +snowballstemmer = ">=2.2.0" [package.extras] -toml = ["toml"] +toml = ["tomli (>=1.2.3)"] [[package]] name = "pyflakes" @@ -509,8 +510,8 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "1.1" - python-versions = ">=3.6.2,<3.11" -content-hash = "45b9f3c417ee5090226cb851e091bba621439c6962cd72c94fe8e774a42024b5" +python-versions = ">=3.6.2,<3.11" +content-hash = "ba45a5888ee34d13797922dc324ae63fe01db1f572b08b4bb632aad9c7a72032" [metadata.files] atomicwrites = [ @@ -765,8 +766,8 @@ pycodestyle = [ {file = "pycodestyle-2.9.1.tar.gz", hash = "sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785"}, ] pydocstyle = [ - {file = "pydocstyle-6.1.1-py3-none-any.whl", hash = "sha256:6987826d6775056839940041beef5c08cc7e3d71d63149b48e36727f70144dc4"}, - {file = "pydocstyle-6.1.1.tar.gz", hash = "sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc"}, + {file = "pydocstyle-6.2.3-py3-none-any.whl", hash = "sha256:a04ed1e6fe0be0970eddbb1681a7ab59b11eb92729fdb4b9b24f0eb11a25629e"}, + {file = "pydocstyle-6.2.3.tar.gz", hash = "sha256:d867acad25e48471f2ad8a40ef9813125e954ad675202245ca836cb6e28b2297"}, ] pyflakes = [ {file = "pyflakes-2.4.0-py2.py3-none-any.whl", hash = "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e"}, diff --git a/pyproject.toml b/pyproject.toml index 574325c..820584b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ classifiers = [ { version = "^4.0.1", python = "<3.7" }, { version = "^5.0.4", python = ">=3.7" }, ] - pydocstyle = "^6.1.1" + pydocstyle = "^6.2.3" mypy = "^0.971" coverage = "^6.1.2" pytest = "^7.0.0"