diff --git a/poetry.lock b/poetry.lock index b8c452f..5864d7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -476,6 +476,7 @@ spacy = ">=3.4.0,<3.5.0" [package.source] type = "url" url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.0/en_core_web_sm-3.4.0-py3-none-any.whl" + [[package]] name = "entrypoints" version = "0.4" @@ -591,17 +592,20 @@ pydocstyle = ">=2.1" [[package]] name = "flake8-rst-docstrings" -version = "0.2.7" -description = "Python docstring reStructuredText (RST) validator" +version = "0.3.0" +description = "Python docstring reStructuredText (RST) validator for flake8" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] -flake8 = ">=3.0.0" +flake8 = ">=3" pygments = "*" restructuredtext-lint = "*" +[package.extras] +develop = ["build", "twine"] + [[package]] name = "fqdn" version = "1.5.1" @@ -2839,7 +2843,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "b63607365331b6a4d6507889aa248050ac9cf3650f151547d9734c1dd6c31c79" +content-hash = "40cc0bcf55892f4659146ef75f0fe1cfedcbb6711aee8bb423aee809315b8c6f" [metadata.files] alabaster = [ @@ -3329,8 +3333,8 @@ flake8-docstrings = [ {file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"}, ] flake8-rst-docstrings = [ - {file = "flake8-rst-docstrings-0.2.7.tar.gz", hash = "sha256:2740067ab9237559dd45a3434d8c987792c7b259ca563621a3b95efe201f5382"}, - {file = "flake8_rst_docstrings-0.2.7-py3-none-any.whl", hash = "sha256:5d56075dce360bcc9c6775bfe7cb431aa395de600ca7e8d40580a28d50b2a803"}, + {file = "flake8-rst-docstrings-0.3.0.tar.gz", hash = "sha256:d1ce22b4bd37b73cd86b8d980e946ef198cfcc18ed82fedb674ceaa2f8d1afa4"}, + {file = "flake8_rst_docstrings-0.3.0-py3-none-any.whl", hash = "sha256:f8c3c6892ff402292651c31983a38da082480ad3ba253743de52989bdc84ca1c"}, ] fqdn = [ {file = "fqdn-1.5.1-py3-none-any.whl", hash = "sha256:3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014"}, diff --git a/pyproject.toml b/pyproject.toml index 775e020..79b12d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ black = "^22.1" flake8-bandit = "^4.1" flake8-bugbear = "^22.6.22" flake8-docstrings = "^1.6.0" -flake8-rst-docstrings = "^0.2.5" +flake8-rst-docstrings = "^0.3.0" pep8-naming = "^0.13.0" darglint = "^1.8.0" reorder-python-imports = "^3.0"