From 2eee83a7d669c790343936270f71da3f60456013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:06:49 +0000 Subject: [PATCH] Update flake8-builtins requirement from ==3.0.* to ==3.1.* Updates the requirements on [flake8-builtins](https://github.com/gforcada/flake8-builtins) to permit the latest version. - [Changelog](https://github.com/gforcada/flake8-builtins/blob/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-builtins/compare/3.0.0...3.1.0) --- updated-dependencies: - dependency-name: flake8-builtins dependency-version: 3.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 80fe2b8..bbe9f7f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,7 +20,7 @@ pytype==2024.10.11 bandit[toml]==1.* pylint==3.3.* flake8==7.3.* -flake8-builtins==3.0.* +flake8-builtins==3.1.* flake8-bugbear==24.12.12 flake8-comprehensions==3.* flake8-docstrings==1.*