From 6db0bd3b94f549c0f29092579002c7d86c2c3e61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:57:06 +0000 Subject: [PATCH] Update dependency flake8 to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index f8e18f21..367b9a8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3249,4 +3249,4 @@ tasks = ["Jinja2", "aiodns", "ansible-runner", "celery", "jmespath", "pottery"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "18038c53a2cd86c76c4848cc4ce24521eb8e9582e989bec7955f862f098c74f2" +content-hash = "463ac3a39c18ada819b84154edc63176289afebdbdaecea71955f32f27923532" diff --git a/pyproject.toml b/pyproject.toml index 1746d1e4..145de3e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ ansible = "^5.2 || ^6 || ^7.0.0 || ^8.0.0" ansible-core = "^2.12.1" ansible-runner = "^2.1.1" black = "^21.9b0 || ^22 || ^23" -flake8 = "^3.9.2 || ^4 || ^5" +flake8 = "^3.9.2 || ^4 || ^5 || ^6.0.0" httpx = "^0.18.2 || ^0.19 || ^0.20 || ^0.21 || ^0.22 || ^0.23 || ^0.24" isort = "^5.9.3" jmespath = "^0.10 || ^1"