From 3c2b838714d43c7195581253a551304a3586b081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 02:16:12 +0000 Subject: [PATCH] Bump flake8 from 5.0.4 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b067f29..1a784218 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ asyncstdlib==3.10.8 coverage==6.5.0 coveralls==3.3.1 decoy==2.0.2 -flake8==5.0.4 +flake8==6.1.0 pytest-asyncio==0.21.1 pytest-cov==4.1.0 pytest-profiling==1.7.0