From a2d5f4ce2d38671504d6c1d8db2fb8bd18e096e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 02:52:00 +0000 Subject: [PATCH] build(deps): bump pyflakes from 3.2.0 to 3.4.0 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.2.0 to 3.4.0. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.2.0...3.4.0) --- updated-dependencies: - dependency-name: pyflakes dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffa957c..5967f68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "flake8==7.1.1", "mccabe==0.7.0", "pycodestyle==2.12.1", - "pyflakes==3.2.0", + "pyflakes==3.4.0", "black==25.1.0", "setuptools-rust==1.11.1", "toml==0.10.2",