From 415fae86e1184e9479fdb82513d74c4180993e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 02:02:07 +0000 Subject: [PATCH] Bump pyflakes from 2.4.0 to 3.0.1 Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.4.0 to 3.0.1. - [Release notes](https://github.com/PyCQA/pyflakes/releases) - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/2.4.0...3.0.1) --- updated-dependencies: - dependency-name: pyflakes dependency-type: direct:development update-type: version-update:semver-major ... 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 58ea55d..7649222 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ coverage==6.2 pytest==6.2.5 pytest-cov==3.0.0 pep8==1.7.1 -pyflakes==2.4.0 +pyflakes==3.0.1 aiohttp==3.8.1 pytest-aiohttp==0.3.0 pytest-sugar==0.9.4