From 399b3398de73d9517759995c3f82f18ad50302cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:45:51 +0000 Subject: [PATCH] Bump flake8 from 6.0.0 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f561b2c..91cade8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ lxml==4.9.2 python-dateutil==2.8.2 pytz==2023.3 six==1.16.0 -flake8==6.0.0 \ No newline at end of file +flake8==6.1.0 \ No newline at end of file