From 3aa0f8fe8f63a96378e30fd7d23637780953bf80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 10:23:19 +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 83672aae3211..a31a39af245d 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 = "3785f2786a67bb2c45bc5c2a78f2a975a2ccf621e65191a4df36d6a49557c1fe" +content-hash = "b08996cf469bbde3c984ad93903bc6983304442a36853f36114e741e6bd32b61" [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.62-py2.py3-none-any.whl", hash = "sha256:da1b2c884dbf56cc3ece07940a7b654f41a93b9fc40ee1ed21a76da25a05989c"}, diff --git a/deployer/pyproject.toml b/deployer/pyproject.toml index 279791dd8acd..a3b95fa930f2 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"