From 9d69eecbd33cce0279c16a3cb60dac4b20474ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 03:13:38 +0000 Subject: [PATCH] build(deps-dev): bump flake8 from 7.1.1 to 7.1.2 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.1.2. - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) --- 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 b401e9d..e8e4298 100644 --- a/poetry.lock +++ b/poetry.lock @@ -622,14 +622,14 @@ packaging = ">=20" [[package]] name = "flake8" -version = "7.1.1" +version = "7.1.2" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" groups = ["dev"] files = [ - {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"}, - {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"}, + {file = "flake8-7.1.2-py2.py3-none-any.whl", hash = "sha256:1cbc62e65536f65e6d754dfe6f1bada7f5cf392d6f5db3c2b85892466c3e7c1a"}, + {file = "flake8-7.1.2.tar.gz", hash = "sha256:c586ffd0b41540951ae41af572e6790dbd49fc12b3aa2541685d253d9bd504bd"}, ] [package.dependencies] @@ -1951,4 +1951,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.12.4" -content-hash = "3597ab432ae4307b6c3d78029074c713cb9f6cd06c8a1e5fd5bdd663a23c903b" +content-hash = "ce2e4ae04a5db0c75d197f2cb25bf7b42eedd81862b173d7fcb1fc255b8f6b82" diff --git a/pyproject.toml b/pyproject.toml index d28b634..bbbf048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ codespell = "2.4.1" coverage = "7.6.12" pytest = "8.3.4" pytest-mock = "3.14.0" -flake8 = "7.1.1" +flake8 = "7.1.2" pep8-naming = "0.14.1" yamllint = "1.35.1"