From 1ac7864369d216fb3c6a5ef6dcc3a0aee0b02afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 04:16:29 +0000 Subject: [PATCH] Bump black from 21.5b0 to 21.5b2 Bumps [black](https://github.com/psf/black) from 21.5b0 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) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c217b98..4cb2e7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -68,7 +68,7 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> [[package]] name = "black" -version = "21.5b0" +version = "21.5b2" description = "The uncompromising code formatter." category = "dev" optional = false @@ -86,8 +86,9 @@ typing-extensions = {version = ">=3.7.4", markers = "python_version < \"3.8\""} [package.extras] colorama = ["colorama (>=0.4.3)"] -d = ["aiohttp (>=3.3.2)", "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 = "cafeteria" @@ -510,7 +511,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "26fee507bafce2854af5ef0d5a4173482409dfb82be4c19ac8c190e31a0e5d9d" +content-hash = "e1382ed306c0962bb5ced9c99e025a54aeecfe7afe26d07113dbd30f8e331fc4" [metadata.files] aiohttp = [ @@ -573,8 +574,8 @@ attrs = [ {file = "attrs-21.2.0.tar.gz", hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"}, ] black = [ - {file = "black-21.5b0-py3-none-any.whl", hash = "sha256:0e80435b8a88f383c9149ae89d671eb2095b72344b0fe8a1d61d2ff5110ed173"}, - {file = "black-21.5b0.tar.gz", hash = "sha256:9dc2042018ca10735366d944c2c12d9cad6dec74a3d5f679d09384ea185d9943"}, + {file = "black-21.5b2-py3-none-any.whl", hash = "sha256:e5cf21ebdffc7a9b29d73912b6a6a9a4df4ce70220d523c21647da2eae0751ef"}, + {file = "black-21.5b2.tar.gz", hash = "sha256:1fc0e0a2c8ae7d269dfcf0c60a89afa299664f3e811395d40b1922dff8f854b5"}, ] cafeteria = [ {file = "cafeteria-0.20.0-py3-none-any.whl", hash = "sha256:f519c95bfdc4cc777f1e4e507529e7a7b13e1d8ceaa0024c4b6ec054535f297e"}, diff --git a/pyproject.toml b/pyproject.toml index 503cd2d..fa2cb9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pycrypto = "^2.6" pre-commit = "^2.7" flake8 = "^3.8" coverage = {version = "^5.2", extras = ["toml"]} -black = "^21.5b0" +black = "^21.5b2" tox = "^3.20" pytest = "^6.0" aioresponses = "^0.7"