From 4830956602fcecb1a4d60e5de4daf8c8aac3be84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:38:42 +0000 Subject: [PATCH] Bump flake8 from 6.0.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.1.1) --- 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(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index c7945b96d..1e08fe5ed --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ argparse==1.4.0 colorama==0.4.4 #requirements added for PR#650 -flake8==6.0.0 +flake8==7.1.1 waitress==2.1.2 \ No newline at end of file