From e06a6b4ca3bceda85556ed512a8091caf974c512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 07:06:14 +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 d9c269f9d84b01..103c1ba1730436 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -19,7 +19,7 @@ flake8-rst-docstrings pygments flake8-string-format flake8-variables-names -flake8_builtins<2.3.0 +flake8_builtins<2.6.0 flake8_coding flake8_pep3101 flake8_quotes