Skip to content

Commit

Permalink
Bump flake8-docstrings from 1.3.1 to 1.4.0 (#30)
Browse files Browse the repository at this point in the history
Bumps [flake8-docstrings](https://gitlab.com/pycqa/flake8-docstrings) from 1.3.1 to 1.4.0.
- [Release notes](https://gitlab.com/pycqa/flake8-docstrings/tags)
- [Changelog](https://gitlab.com/pycqa/flake8-docstrings/blob/master/HISTORY.rst)
- [Commits](https://gitlab.com/pycqa/flake8-docstrings/compare/1.3.1...1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and sobolevn committed Aug 27, 2019
1 parent 7008f78 commit 1d184b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions pyproject.lock
Expand Up @@ -151,11 +151,10 @@ description = "Extension for flake8 which uses pydocstyle to check docstrings"
name = "flake8-docstrings"
optional = false
python-versions = "*"
version = "1.3.1"
version = "1.4.0"

[package.dependencies]
flake8 = "*"
flake8-polyfill = "*"
flake8 = ">=3"
pydocstyle = ">=2.1"

[[package]]
Expand Down Expand Up @@ -521,7 +520,7 @@ python-versions = ">=2.7"
version = "0.5.2"

[metadata]
content-hash = "189d058c2e83378669248340cd68cf57df7dc8914fbbbcbed3485f89c1bdbf6f"
content-hash = "7fab15158baaf4e1bde11b84b148ae1c6adb0c0c395983805b10fbf42532fdf9"
python-versions = "~2.7 || ^3.6 || ^3.7"

[metadata.hashes]
Expand All @@ -538,7 +537,7 @@ flake8-blind-except = ["0d7d1adb4cabf2268d6eebb815a7a5014bcb7e8419f7a74339c46d0b
flake8-builtins = ["8d806360767947c0035feada4ddef3ede32f0a586ef457e62d811b8456ad9a51", "cd7b1b7fec4905386a3643b59f9ca8e305768da14a49a7efb31fe9364f33cd04"]
flake8-commas = ["d3005899466f51380387df7151fb59afec666a0f4f4a2c6a8995b975de0f44b7", "ee2141a3495ef9789a3894ed8802d03eff1eaaf98ce6d8653a7c573ef101935e"]
flake8-comprehensions = ["b83891fec0e680b07aa1fd92e53eb6993be29a0f3673a09badbe8da307c445e0", "e4ccf1627f75f192eb7fde640f5edb81c98d04b1390df9d4145ffd7710bb1ef2"]
flake8-docstrings = ["3ad372b641f4c8e70c7465f067aed4ff8bf1e9347fce14f9eb71ed816db36257", "d8d72ccd5807c1ab9ff1466cb9bece0c4d94b8669e9bc4f472abc80dbc5d399e"]
flake8-docstrings = ["1666dd069c9c457ee57e80af3c1a6b37b00cc1801c6fde88e455131bb2e186cd", "9c0db5a79a1affd70fdf53b8765c8a26bf968e59e0252d7f2fc546b41c0cda06"]
flake8-pep3101 = ["493821d6bdd083794eb0691ebe5b68e5c520b622b269d60e54308fb97440e21a", "b661ab718df42b87743dde266ef5de4f9e900b56c67dbccd45d24cf527545553"]
flake8-polyfill = ["12be6a34ee3ab795b19ca73505e7b55826d5f6ad7230d31b18e106400169b9e9", "e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"]
flake8-pytest = ["61686128a79e1513db575b2bcac351081d5a293811ddce2d5dfc25e8c762d33e", "b4d6703f7d7b646af1e2660809e795886dd349df11843613dbe6515efa82c0f3"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -43,7 +43,7 @@ flake8-quotes = "^2.1"
flake8-pep3101 = "^1.2"
flake8-comprehensions = "^1.4"
flake8-blind-except = "^0.1"
flake8-docstrings = "^1.3"
flake8-docstrings = "^1.4"
flake8-pytest = "^1.3"
pytest = "^4.6"
pytest-cov = "^2.7"
Expand Down

0 comments on commit 1d184b1

Please sign in to comment.