From 59b4778b28c99ddcbb5bd15d7e7332eb5af827a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 00:02:46 +0000 Subject: [PATCH] build(deps-dev): bump pyproject-flake8 from 0.0.1a2 to 0.0.1a4 Bumps [pyproject-flake8](https://github.com/csachs/pyproject-flake8) from 0.0.1a2 to 0.0.1a4. - [Release notes](https://github.com/csachs/pyproject-flake8/releases) - [Commits](https://github.com/csachs/pyproject-flake8/compare/v0.0.1a2...v0.0.1a4) --- updated-dependencies: - dependency-name: pyproject-flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c7d3a07..94b80cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -518,7 +518,7 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pyproject-flake8" -version = "0.0.1a2" +version = "0.0.1a4" description = "pyproject-flake8 (`pflake8`), a monkey patching wrapper to connect flake8 with pyproject.toml configuration" category = "dev" optional = false @@ -526,7 +526,7 @@ python-versions = "*" [package.dependencies] flake8 = "*" -toml = "*" +tomli = {version = "*", markers = "python_version < \"3.11\""} [[package]] name = "pytest" @@ -937,7 +937,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "3808cfd883a99dde6e0521c29b88daa99b31ae26fc7802871d8e4da3c73544c4" +content-hash = "eb5b76d856b2ce2c30f761206b5f0d035c528722f1448dba34b6843eeb6f48df" [metadata.files] alabaster = [ @@ -1218,8 +1218,8 @@ pyparsing = [ {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, ] pyproject-flake8 = [ - {file = "pyproject-flake8-0.0.1a2.tar.gz", hash = "sha256:bdeca37f78ecd34bd64a49d3657d53d099f5445831071a31c46e1fe20cd61461"}, - {file = "pyproject_flake8-0.0.1a2-py2.py3-none-any.whl", hash = "sha256:e61ed1dc088e9f9f8a7170967ac4ec135acfef3a59ab9738c7b58cc11f294a7e"}, + {file = "pyproject-flake8-0.0.1a4.tar.gz", hash = "sha256:8ed9453f1d984cfe94c998f9840275359e29e7f435b8ddd188ae084e2dc1270c"}, + {file = "pyproject_flake8-0.0.1a4-py2.py3-none-any.whl", hash = "sha256:1a8f94e18d08677ee780625049d9d00a9ee823661c6606caab8a383351037a75"}, ] pytest = [ {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, diff --git a/pyproject.toml b/pyproject.toml index e29852a..5bbf0a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ single-source = ">=0.2,<0.4" [tool.poetry.dev-dependencies] black = "^21.10b0" -pyproject-flake8 = "^0.0.1-alpha.2" +pyproject-flake8 = "^0.0.1a4" mypy = "^0.910" isort = "^5.10.1" tox = "^3.24.4"