From e0e480422f5e2ae36b0c47968df6b1e9249df322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 07:18:24 +0000 Subject: [PATCH] Update flake8-builtins requirement in /src/bindings/python 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/0.1...2.5.0) --- updated-dependencies: - dependency-name: flake8-builtins dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/bindings/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/requirements_test.txt b/src/bindings/python/requirements_test.txt index 7bc1157d4edceb..55089f4380c682 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -21,7 +21,7 @@ flake8-rst-docstrings pygments flake8-string-format flake8-variables-names -flake8_builtins<2.3.0 +flake8_builtins<2.6.0 flake8_coding flake8_commas flake8_pep3101