From 9fc6afca184fb7c7fc13709290f8ec1532896d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:04:00 +0000 Subject: [PATCH] chore(deps-dev): bump pyflakes from 2.2.0 to 2.3.0 in /requirements Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/PyCQA/pyflakes/releases) - [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst) - [Commits](https://github.com/PyCQA/pyflakes/compare/2.2.0...2.3.0) 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 d4bf2a47..b19163e2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,6 +2,6 @@ flake8==3.8.4 mypy==0.812 mypy-extensions==0.4.3 -pyflakes==2.2.0 +pyflakes==2.3.0 pytest==6.2.2 pytest-asyncio==0.14.0 \ No newline at end of file