Bump black from 21.11b0 to 21.11b1 (#136)
Bumps [black](https://github.com/psf/black) from 21.11b0 to 21.11b1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d21e6e15ee
commit
4014dd46eb
10
poetry.lock
generated
10
poetry.lock
generated
@ -34,7 +34,7 @@ testing = ["pytest (>=4.6)", "pytest-flake8", "pytest-cov", "pytest-black (>=0.3
|
||||
|
||||
[[package]]
|
||||
name = "black"
|
||||
version = "21.11b0"
|
||||
version = "21.11b1"
|
||||
description = "The uncompromising code formatter."
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -45,7 +45,7 @@ click = ">=7.1.2"
|
||||
mypy-extensions = ">=0.4.3"
|
||||
pathspec = ">=0.9.0,<1"
|
||||
platformdirs = ">=2"
|
||||
regex = ">=2020.1.8"
|
||||
regex = ">=2021.4.4"
|
||||
tomli = ">=0.2.6,<2.0.0"
|
||||
typing-extensions = [
|
||||
{version = ">=3.10.0.0", markers = "python_version < \"3.10\""},
|
||||
@ -393,7 +393,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)",
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "dc3c565459dd14920e97e5dab15dfa802d9ea92631018089efd630cd92950aee"
|
||||
content-hash = "4a61aa297fa076f5774f447fc9de59532fd9903f76e28d25b21963171622f2b9"
|
||||
|
||||
[metadata.files]
|
||||
atomicwrites = [
|
||||
@ -409,8 +409,8 @@ attrs = [
|
||||
{file = "backports.entry_points_selectable-1.1.0.tar.gz", hash = "sha256:988468260ec1c196dab6ae1149260e2f5472c9110334e5d51adcb77867361f6a"},
|
||||
]
|
||||
black = [
|
||||
{file = "black-21.11b0-py3-none-any.whl", hash = "sha256:0b1f66cbfadcd332ceeaeecf6373d9991d451868d2e2219ad0ac1213fb701117"},
|
||||
{file = "black-21.11b0.tar.gz", hash = "sha256:83f3852301c8dcb229e9c444dd79f573c8d31c7c2dad9bbaaa94c808630e32aa"},
|
||||
{file = "black-21.11b1-py3-none-any.whl", hash = "sha256:802c6c30b637b28645b7fde282ed2569c0cd777dbe493a41b6a03c1d903f99ac"},
|
||||
{file = "black-21.11b1.tar.gz", hash = "sha256:a042adbb18b3262faad5aff4e834ff186bb893f95ba3a8013f09de1e5569def2"},
|
||||
]
|
||||
bw-sphinxtheme = [
|
||||
{file = "bw_sphinxtheme-0.1.8.tar.gz", hash = "sha256:dde9d9003e044367c28a8a63ee0c38fb53306241b71a04abb97a567f2ddefca9"},
|
||||
|
@ -34,7 +34,7 @@ python = "^3.8"
|
||||
pytest = "^6.2"
|
||||
pytest-cov = "^2.12"
|
||||
pytest-runner = "^5.3"
|
||||
black = { version = "^21.11b0", python = "^3.7" }
|
||||
black = { version = "^21.11b1", python = "^3.7" }
|
||||
mypy = "0.910"
|
||||
pre-commit = "^2.15"
|
||||
bw_sphinxtheme = "^0.1.8"
|
||||
|
Loading…
Reference in New Issue
Block a user