From 53371ef674d16d47c43d9b01873ebff8b5c4a92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:19:40 +0000 Subject: [PATCH] Bump pyflakes from 3.0.1 to 3.1.0 in /hack Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.0.1 to 3.1.0. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/3.0.1...3.1.0) --- updated-dependencies: - dependency-name: pyflakes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hack/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/requirements.txt b/hack/requirements.txt index 4cb7735..9a04c38 100644 --- a/hack/requirements.txt +++ b/hack/requirements.txt @@ -1,5 +1,5 @@ pydocstyle==6.3.0 -pyflakes==3.0.1 +pyflakes==3.1.0 vulture==2.7 radon==6.0.1 flake8_polyfill==1.0.2