Skip to content
Snippets Groups Projects

Update dependency flake8-rst-docstrings to ^0.0.14

Merged Tine Wittler requested to merge renovate/flake8-rst-docstrings-0.x into master
2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
5
@@ -72,11 +72,11 @@ extras = ["phonenumbers"]
version = ">=3.0,<4.0"
[package.dependencies.django-two-factor-auth]
extras = ["call", "sms", "phonenumbers", "yubikey"]
extras = ["call", "phonenumbers", "sms", "yubikey"]
version = ">=1.11.0,<2.0.0"
[package.dependencies.dynaconf]
extras = ["yaml", "toml", "ini"]
extras = ["toml", "yaml", "ini"]
version = ">=2.0,<3.0"
[package.extras]
@@ -1052,7 +1052,7 @@ description = "Python docstring reStructuredText (RST) validator"
name = "flake8-rst-docstrings"
optional = false
python-versions = "*"
version = "0.0.13"
version = "0.0.14"
[package.dependencies]
flake8 = ">=3.0.0"
@@ -1996,7 +1996,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["jaraco.itertools", "func-timeout"]
[metadata]
content-hash = "32644de0773d03918394ea3744f82675d6340ca85c99ec6bbc2ccdf315f71573"
content-hash = "879da8807eef0814aef213cf55b010d3e2a36897af233e134cdf683ed2cc34fd"
python-versions = "^3.7"
[metadata.files]
@@ -2346,7 +2346,7 @@ flake8-polyfill = [
{file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"},
]
flake8-rst-docstrings = [
{file = "flake8-rst-docstrings-0.0.13.tar.gz", hash = "sha256:b1b619d81d879b874533973ac04ee5d823fdbe8c9f3701bfe802bb41813997b4"},
{file = "flake8-rst-docstrings-0.0.14.tar.gz", hash = "sha256:8f8bcb18f1408b506dd8ba2c99af3eac6128f6911d4bf6ff874b94caa70182a2"},
]
gitdb = [
{file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"},
Loading