diff --git a/poetry.lock b/poetry.lock index 2af65ce..f86ec53 100644 --- a/poetry.lock +++ b/poetry.lock @@ -443,17 +443,20 @@ flake8 = "*" [[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 = "flask" version = "2.2.2" @@ -1694,7 +1697,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "4e37b92f76deb528dd8d08327f0593576ff6e0fe7e3a5f9f8d6aa8421bc690c1" +content-hash = "23c05513ef73154dff7e2ed8952ae0e3cb8c2489ef75a1fbd2f6ff61f6ace490" [metadata.files] alabaster = [ @@ -1960,8 +1963,8 @@ flake8-polyfill = [ {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, ] 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"}, ] flask = [ {file = "Flask-2.2.2-py3-none-any.whl", hash = "sha256:b9c46cc36662a7949f34b52d8ec7bb59c0d74ba08ba6cb9ce9adc1d8676d9526"}, @@ -2122,6 +2125,7 @@ lazy-object-proxy = [ {file = "lazy_object_proxy-1.8.0-pp39-pypy39_pp73-any.whl", hash = "sha256:ce58b2b3734c73e68f0e30e4e725264d4d6be95818ec0a0be4bb6bf9a7e79aa8"}, ] livereload = [ + {file = "livereload-2.6.3-py2.py3-none-any.whl", hash = "sha256:ad4ac6f53b2d62bb6ce1a5e6e96f1f00976a32348afedcb4b6d68df2a1d346e4"}, {file = "livereload-2.6.3.tar.gz", hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869"}, ] lz4 = [ diff --git a/pyproject.toml b/pyproject.toml index 5a2a3c0..963f562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ flake8 = "^4.0.1" flake8-bandit = ">=3.0.0" flake8-bugbear = "^21.9.2" flake8-docstrings = "^1.6.0" -flake8-rst-docstrings = "^0.2.3" +flake8-rst-docstrings = "^0.3.0" pep8-naming = "^0.12.1" sphinx-click = "^3.0.2" Pygments = "^2.10.0"