From 5426a2f35516330864881145cb249e229d005775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 20:02:22 +0000 Subject: [PATCH] build(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index b613046..812aca1 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "factory-boy==3.3.3", "coverage==7.6.12", "debugpy==1.8.13", - "flake8==7.2.0", + "flake8==7.3.0", "flake8-isort==6.1.2", "black==25.1.0", "pre-commit==4.2.0", diff --git a/requirements/local.txt b/requirements/local.txt index c22d9b1..71b1add 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -18,7 +18,7 @@ debugpy==1.8.13 # https://github.com/microsoft/debugpy # Code quality # ------------------------------------------------------------------------------ -flake8==7.2.0 # https://github.com/PyCQA/flake8 +flake8==7.3.0 # https://github.com/PyCQA/flake8 flake8-isort==6.1.2 # https://github.com/gforcada/flake8-isort black==25.1.0 # https://github.com/psf/black pre-commit==4.2.0 # https://github.com/pre-commit/pre-commit