From 6bbe3895b3eb58ff87b3c79860f5d5ecc3b212ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:32:58 +0000 Subject: [PATCH] Bump pyflakes from 3.1.0 to 3.2.0 (#1052) 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 3960b9fe..d8db08bb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,6 +2,6 @@ coverage==7.4.0 black==23.3.0 isort==5.13.2 flake8==6.1.0 -pyflakes==3.1.0 +pyflakes==3.2.0 drf-openapi-tester==2.3.3 pre-commit==3.6.0 \ No newline at end of file