Bump black from 21.5b1 to 21.5b2 (#848)
Bumps [black](https://github.com/psf/black) from 21.5b1 to 21.5b2. - [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) 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
a816c42ac8
commit
99444aec41
11
poetry.lock
generated
11
poetry.lock
generated
@ -60,7 +60,7 @@ Babel = "*"
|
||||
|
||||
[[package]]
|
||||
name = "black"
|
||||
version = "21.5b1"
|
||||
version = "21.5b2"
|
||||
description = "The uncompromising code formatter."
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -78,8 +78,9 @@ typing-extensions = {version = ">=3.7.4", markers = "python_version < \"3.8\""}
|
||||
|
||||
[package.extras]
|
||||
colorama = ["colorama (>=0.4.3)"]
|
||||
d = ["aiohttp (>=3.6.0)", "aiohttp-cors"]
|
||||
d = ["aiohttp (>=3.6.0)", "aiohttp-cors (>=0.4.0)"]
|
||||
python2 = ["typed-ast (>=1.4.2)"]
|
||||
uvloop = ["uvloop (>=0.15.2)"]
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
@ -797,7 +798,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "930c6a921818e5f71d0a125bcc3ff2583ae1e0243a3d8610adb62ffd50efda93"
|
||||
content-hash = "83e36db3202503518c4763e0321e92ed5fcba62b4768b06f91cd3b8fcdee961f"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
@ -824,8 +825,8 @@ babelgladeextractor = [
|
||||
{file = "BabelGladeExtractor-0.7.0.tar.bz2", hash = "sha256:bcf805e28b4bb18c8b6909a65a7cf5c7c2bcbf4ae50b164878c9682d22271798"},
|
||||
]
|
||||
black = [
|
||||
{file = "black-21.5b1-py3-none-any.whl", hash = "sha256:8a60071a0043876a4ae96e6c69bd3a127dad2c1ca7c8083573eb82f92705d008"},
|
||||
{file = "black-21.5b1.tar.gz", hash = "sha256:23695358dbcb3deafe7f0a3ad89feee5999a46be5fec21f4f1d108be0bcdb3b1"},
|
||||
{file = "black-21.5b2-py3-none-any.whl", hash = "sha256:e5cf21ebdffc7a9b29d73912b6a6a9a4df4ce70220d523c21647da2eae0751ef"},
|
||||
{file = "black-21.5b2.tar.gz", hash = "sha256:1fc0e0a2c8ae7d269dfcf0c60a89afa299664f3e811395d40b1922dff8f854b5"},
|
||||
]
|
||||
certifi = [
|
||||
{file = "certifi-2020.12.5-py2.py3-none-any.whl", hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"},
|
||||
|
@ -49,7 +49,7 @@ pytest = "^6.2"
|
||||
pytest-cov = "^2.12"
|
||||
pytest-mock = "^3.6.1"
|
||||
pytest-runner = "^5.3"
|
||||
black = "^21.5b1"
|
||||
black = "^21.5b2"
|
||||
mypy = "0.812"
|
||||
pre-commit = "^2.12"
|
||||
sphinx = "^4.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user