Skip to content
Snippets Groups Projects
Commit aeb907ad authored by Tine Wittler's avatar Tine Wittler :construction_worker_tone2:
Browse files

Update dependency flake8-rst-docstrings to ^0.0.14

parent b2acf79c
No related branches found
No related tags found
1 merge request!37Update dependency flake8-rst-docstrings to ^0.0.14
Pipeline #3886 failed
...@@ -335,7 +335,7 @@ description = "Python docstring reStructuredText (RST) validator" ...@@ -335,7 +335,7 @@ description = "Python docstring reStructuredText (RST) validator"
name = "flake8-rst-docstrings" name = "flake8-rst-docstrings"
optional = false optional = false
python-versions = "*" python-versions = "*"
version = "0.0.13" version = "0.0.14"
[package.dependencies] [package.dependencies]
flake8 = ">=3.0.0" flake8 = ">=3.0.0"
...@@ -1097,7 +1097,7 @@ django = ["dicttoxml", "django"] ...@@ -1097,7 +1097,7 @@ django = ["dicttoxml", "django"]
sysstat = ["sadf"] sysstat = ["sadf"]
[metadata] [metadata]
content-hash = "3fe68bc1146f29630928f9c64b60e97eeae3626bf2f3ce1fde0332f4426cdee7" content-hash = "a3856d8dcc31b133c77ecaf6c8a924949455610eb05251a9c9c05d2d84771e35"
python-versions = "^3.6" python-versions = "^3.6"
[metadata.files] [metadata.files]
...@@ -1240,7 +1240,7 @@ flake8-polyfill = [ ...@@ -1240,7 +1240,7 @@ flake8-polyfill = [
{file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"}, {file = "flake8_polyfill-1.0.2-py2.py3-none-any.whl", hash = "sha256:12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9"},
] ]
flake8-rst-docstrings = [ 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 = [ gitdb = [
{file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"},
......
...@@ -56,7 +56,7 @@ flake8-bandit = "^2.1.2" ...@@ -56,7 +56,7 @@ flake8-bandit = "^2.1.2"
flake8-isort = "^4.0.0" flake8-isort = "^4.0.0"
flake8-builtins = "^1.5.3" flake8-builtins = "^1.5.3"
flake8-docstrings = "^1.5.0" flake8-docstrings = "^1.5.0"
flake8-rst-docstrings = "^0.0.13" flake8-rst-docstrings = "^0.0.14"
safety = "^1.9.0" safety = "^1.9.0"
sphinx = "^3.0.4" sphinx = "^3.0.4"
sphinx-autodoc-typehints = "^1.10.3" sphinx-autodoc-typehints = "^1.10.3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment