From 30eb2f6ccc05a5e5b1b2050b7a663400fa6f80fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:54:06 +0000 Subject: [PATCH] Bump flake8 from 7.1.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 623ab5ffd6..ede089618c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -878,13 +878,13 @@ probabilistic = ["pyprobables (>=0.6,<0.7)"] [[package]] name = "flake8" -version = "7.1.0" +version = "7.1.1" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-7.1.0-py2.py3-none-any.whl", hash = "sha256:2e416edcc62471a64cea09353f4e7bdba32aeb079b6e360554c659a122b1bc6a"}, - {file = "flake8-7.1.0.tar.gz", hash = "sha256:48a07b626b55236e0fb4784ee69a465fbf59d79eec1f5b4785c3d3bc57d17aa5"}, + {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"}, + {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"}, ] [package.dependencies] @@ -3526,4 +3526,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.11.4" -content-hash = "17591d5c39e3f41b5ee2807991c02c3766307eed9c2bdd309e995e388fb8299c" +content-hash = "afd4bd4a387ec84c4739a95ed009f8c3a69d36ef3c00902048db2a55730ad050" diff --git a/pyproject.toml b/pyproject.toml index fafc08c312..a1d78bb94f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pylint-mccabe = "^0.1.3" pylint-absolute-imports = "^1.1.0" beautifulsoup4 = "^4.12.3" httmock = "^1.4.0" -flake8 = "^7.0.0" +flake8 = "^7.1.1" flake8-debugger = "^4.1.2" flake8-mock = "^0.4" flake8-print = "^5.0.0"