From 42293989030a86c46776b8335dfd27fd6e3d4b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 22:01:15 +0000 Subject: [PATCH] chore(deps-dev): bump pyflakes from 3.0.1 to 3.1.0 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:development update-type: version-update:semver-minor ... 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 3c9a5b5b..925ada6a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,7 +6,7 @@ mypy==1.4.1 mypy-extensions==1.0.0 pydantic==2.1.1 pyre-check==0.9.18 -pyflakes==3.0.1 +pyflakes==3.1.0 pytest==7.4.0 pytest-asyncio==0.21.1 types-certifi==2021.10.8.3