From 1f0a46c70b9d2a671525f1844cf8523c50525b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 02:39:56 +0000 Subject: [PATCH] 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 21ef369..eb28546 100644 --- a/poetry.lock +++ b/poetry.lock @@ -377,13 +377,13 @@ test-randomorder = ["pytest-randomly"] [[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" 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] @@ -936,4 +936,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.8.2" -content-hash = "ec6e49ab565762192c4268a171edb60df987d45f3ac1c85be0af86744f74267a" +content-hash = "87134ed3d6b8a73fcb77573e67dfe923a27f71f9d7cab502d4df23e60778bb24" diff --git a/pyproject.toml b/pyproject.toml index 0257c01..b9bea36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pydpkg = "^1.9.3" [tool.poetry.group.dev.dependencies] mypy = "^1.14.1" -flake8 = "^7.1.1" +flake8 = "^7.1.2" flake8-black = "^0.3.6" flake8-isort = "^6.1.1" flake8-docstrings = "^1.7.0"