mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-17 06:50:24 +00:00
chore(deps-dev): bump doc8 from 1.1.1 to 1.1.2
Bumps [doc8](https://github.com/pycqa/doc8) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/pycqa/doc8/releases) - [Commits](https://github.com/pycqa/doc8/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: doc8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d0b531f7be
commit
0d82d5ab5a
1 changed files with 4 additions and 4 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
|
@ -463,17 +463,17 @@ bcrypt = ["bcrypt"]
|
|||
|
||||
[[package]]
|
||||
name = "doc8"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
description = "Style checker for Sphinx (or other) RST documentation"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "doc8-1.1.1-py3-none-any.whl", hash = "sha256:e493aa3f36820197c49f407583521bb76a0fde4fffbcd0e092be946ff95931ac"},
|
||||
{file = "doc8-1.1.1.tar.gz", hash = "sha256:d97a93e8f5a2efc4713a0804657dedad83745cca4cd1d88de9186f77f9776004"},
|
||||
{file = "doc8-1.1.2-py3-none-any.whl", hash = "sha256:e787b3076b391b8b49400da5d018bacafe592dfc0a04f35a9be22d0122b82b59"},
|
||||
{file = "doc8-1.1.2.tar.gz", hash = "sha256:1225f30144e1cc97e388dbaf7fe3e996d2897473a53a6dae268ddde21c354b98"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
docutils = ">=0.19,<0.21"
|
||||
docutils = ">=0.19,<=0.21.2"
|
||||
Pygments = "*"
|
||||
restructuredtext-lint = ">=0.7"
|
||||
stevedore = "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue