From c9896d718cf26204bcb58f82f0b88b96e666f662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 07:05:46 +0000 Subject: [PATCH] build(deps-dev): bump black from 21.4b0 to 21.4b2 in /deployer Bumps [black](https://github.com/psf/black) from 21.4b0 to 21.4b2. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/master/CHANGES.md) - [Commits](https://github.com/psf/black/commits) Signed-off-by: dependabot[bot] --- deployer/poetry.lock | 10 +++++----- deployer/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployer/poetry.lock b/deployer/poetry.lock index 616cc3c0937d..eba07104970f 100644 --- a/deployer/poetry.lock +++ b/deployer/poetry.lock @@ -30,7 +30,7 @@ tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (> [[package]] name = "black" -version = "21.4b0" +version = "21.4b2" description = "The uncompromising code formatter." category = "dev" optional = false @@ -40,7 +40,7 @@ python-versions = ">=3.6.2" appdirs = "*" click = ">=7.1.2" mypy-extensions = ">=0.4.3" -pathspec = ">=0.6,<1" +pathspec = ">=0.8.1,<1" regex = ">=2020.1.8" toml = ">=0.10.1" typed-ast = {version = ">=1.4.2", markers = "python_version < \"3.8\""} @@ -555,7 +555,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "cc13faeccfaeeea774c2044a88ee605a2fbb2281fb719a423fa8bb91743b162d" +content-hash = "4b4a9754fc3446a99167b6cecb5eefca6998b148a93dd25518883fd549c11089" [metadata.files] appdirs = [ @@ -571,8 +571,8 @@ attrs = [ {file = "attrs-20.3.0.tar.gz", hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"}, ] black = [ - {file = "black-21.4b0-py3-none-any.whl", hash = "sha256:2db7040bbbbaa46247bfcc05c6efdebd7ebe50c1c3ca745ca6e0f6776438c96c"}, - {file = "black-21.4b0.tar.gz", hash = "sha256:915d916c48646dbe8040d5265cff7111421a60a3dfe7f7e07273176a57c24a34"}, + {file = "black-21.4b2-py3-none-any.whl", hash = "sha256:bff7067d8bc25eb21dcfdbc8c72f2baafd9ec6de4663241a52fb904b304d391f"}, + {file = "black-21.4b2.tar.gz", hash = "sha256:fc9bcf3b482b05c1f35f6a882c079dc01b9c7795827532f4cc43c0ec88067bbc"}, ] boto3 = [ {file = "boto3-1.17.57-py2.py3-none-any.whl", hash = "sha256:2783947ec34dd84fc36093e8fc8a9a24679cf912a97bc9a0c47f4966ed059a29"}, diff --git a/deployer/pyproject.toml b/deployer/pyproject.toml index b11b3c2bac05..686ba9ccc4b3 100644 --- a/deployer/pyproject.toml +++ b/deployer/pyproject.toml @@ -18,7 +18,7 @@ selectolax = "^0.2.11" PyGithub = "^1.55" [tool.poetry.dev-dependencies] -black = "^21.4b0" +black = "^21.4b2" flake8 = "^3.9.1" pytest = "^6.2.3"