From 6e3678aee1a70995570e3eb7b965b7465cec8f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 11:01:14 +0000 Subject: [PATCH] build(deps): bump flake8-builtins from 2.5.0 to 3.0.0 in /.github Bumps [flake8-builtins](https://github.com/gforcada/flake8-builtins) from 2.5.0 to 3.0.0. - [Changelog](https://github.com/gforcada/flake8-builtins/blob/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-builtins/compare/2.5.0...3.0.0) --- updated-dependencies: - dependency-name: flake8-builtins dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/pythonchecks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pythonchecks.txt b/.github/pythonchecks.txt index b99ea4b..ee980e4 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -4,7 +4,7 @@ setuptools>=70.1.0 flake8==7.3.0 flake8-unused-arguments==0.0.13 flake8-sfs==1.0.0 -flake8-builtins==2.5.0 +flake8-builtins==3.0.0 flake8-commas==4.0.0 flake8-comprehensions==3.16.0 flake8-fixme==1.1.1