From 9c99baa8c373a537c7be200abb8229a9c0ce8c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:12:14 +0000 Subject: [PATCH] Bump pyflakes from 3.1.0 to 3.2.0 in /hack/check-python Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.1.0 to 3.2.0. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: pyflakes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hack/check-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/check-python/requirements.txt b/hack/check-python/requirements.txt index 9d4915f541..2feb262000 100644 --- a/hack/check-python/requirements.txt +++ b/hack/check-python/requirements.txt @@ -1,5 +1,5 @@ pydocstyle==6.3.0 -pyflakes==3.1.0 +pyflakes==3.2.0 vulture==2.10 radon==6.0.1 flake8_polyfill==1.0.2