From 4bdbe9a89ef566c483b5855d0729c71f1b6982e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:45:21 +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:development update-type: version-update:semver-major ... 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 67ac79f..a76c9f5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -flake8==6.0.0 +flake8==7.1.1 pytest==7.2.1 pytest-cov==4.0.0 wheel==0.38.4