From a91a30cb9ef9ac2c55bca5ef5af1944886b3c665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:34:48 +0000 Subject: [PATCH] build(deps-dev): bump flake8 from 7.2.0 to 7.3.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.2.0 to 7.3.0. - [Commits](https://github.com/pycqa/flake8/compare/7.2.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9f30aeb..137638f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ filelock==3.16.1 # via # tox # virtualenv -flake8==7.2.0 +flake8==7.3.0 # via # -r requirements-dev.in # flake8-pyproject @@ -65,9 +65,9 @@ pluggy==1.5.0 # tox pre-commit==4.1.0 # via -r requirements-dev.in -pycodestyle==2.13.0 +pycodestyle==2.14.0 # via flake8 -pyflakes==3.3.1 +pyflakes==3.4.0 # via flake8 pygments==2.19.1 # via -r requirements-dev.in