From 2b24b0deab9db249f976d710571f5b6c38529a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 13:30:32 +0000 Subject: [PATCH] chore(deps-dev): bump flake8-black from 0.2.4 to 0.3.6 Bumps [flake8-black](https://github.com/peterjc/flake8-black) from 0.2.4 to 0.3.6. - [Release notes](https://github.com/peterjc/flake8-black/releases) - [Commits](https://github.com/peterjc/flake8-black/compare/v0.2.4...v0.3.6) --- updated-dependencies: - dependency-name: flake8-black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 33 ++++++++++++--------------------- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index f52eff4..38fccea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "attrs" @@ -387,20 +387,23 @@ pyflakes = ">=2.4.0,<2.5.0" [[package]] name = "flake8-black" -version = "0.2.4" +version = "0.3.6" description = "flake8 plugin to call black as a code style validator" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "flake8-black-0.2.4.tar.gz", hash = "sha256:a7871bfd1cbff431a1fc91ba60ae154510c80f575e6b9a2bbb13dfb4650afd22"}, - {file = "flake8_black-0.2.4-py3-none-any.whl", hash = "sha256:0a70dfd97c8439827f365dc6dbc6c8c9cc087f0833625c6cc6848ff7876256be"}, + {file = "flake8-black-0.3.6.tar.gz", hash = "sha256:0dfbca3274777792a5bcb2af887a4cad72c72d0e86c94e08e3a3de151bb41c34"}, + {file = "flake8_black-0.3.6-py3-none-any.whl", hash = "sha256:fe8ea2eca98d8a504f22040d9117347f6b367458366952862ac3586e7d4eeaca"}, ] [package.dependencies] -black = "*" -flake8 = ">=3.0.0" -toml = "*" +black = ">=22.1.0" +flake8 = ">=3" +tomli = {version = "*", markers = "python_version < \"3.11\""} + +[package.extras] +develop = ["build", "twine"] [[package]] name = "flake8-bugbear" @@ -1022,18 +1025,6 @@ files = [ {file = "smmap-5.0.0.tar.gz", hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"}, ] -[[package]] -name = "toml" -version = "0.10.2" -description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, - {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, -] - [[package]] name = "tomli" version = "2.0.1" @@ -1095,4 +1086,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "ae75420061d5d593e6552477597c8e9a984f7cd49ccdefa09aecbd256e959c4b" +content-hash = "7e68b784a2bb7d9161094987de4138ca95a351677e3fa19a8dd4d956662011e7" diff --git a/pyproject.toml b/pyproject.toml index 6eb534a..94e746a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ cli-tracker = "^0.3.0" flake8-bugbear = "^22.1.11" black = "^22.1.0" flake8 = "^4.0.1" -flake8-black = "^0.2.4" +flake8-black = "^0.3.6" pytest = "^7.1.1" coverage = {extras = ["toml"], version = "^6.3.2"} coveralls = "^3.3.1"