From af18bac09c0cd4966e0e7fe4a41ab31ba04a812c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:38:32 -0300 Subject: [PATCH] Bump flake8 from 7.1.0 to 7.1.1 (#45) Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62092da..14f3f3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] -dev = ["black==24.4.2", "flake8==7.1.0", "pytest==8.3.2"] +dev = ["black==24.4.2", "flake8==7.1.1", "pytest==8.3.2"] docs = ["sphinx==7.3.7", "sphinx-rtd-theme==2.0.0"] [project.urls]