From 10a9e555c08fc7351a2f6e7c38f7fea18b0de662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:30:50 +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 a724257a..64e56814 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -40,7 +40,7 @@ filelock==3.16.1 # via # tox # virtualenv -flake8==7.2.0 +flake8==7.3.0 # via # -r requirements-dev.in # flake8-pyproject @@ -97,11 +97,11 @@ pluggy==1.5.0 # tox pre-commit==4.2.0 # via -r requirements-dev.in -pycodestyle==2.13.0 +pycodestyle==2.14.0 # via flake8 pyee==12.0.0 # via playwright -pyflakes==3.3.2 +pyflakes==3.4.0 # via flake8 pygments==2.19.1 # via