From 2b138a8220a76e728705f7b8847f1149d456a7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 21:26:26 -0700 Subject: [PATCH] Bump mccabe from 0.6.1 to 0.7.0 (#355) Bumps [mccabe](https://github.com/pycqa/mccabe) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/pycqa/mccabe/releases) - [Commits](https://github.com/pycqa/mccabe/compare/0.6.1...0.7.0) --- updated-dependencies: - dependency-name: mccabe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c082376..18cf5a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -82,6 +82,6 @@ humanize==4.4.0 # Testing pytest==8.2.0 pytest-cov==4.0.0 -mccabe==0.6.1 +mccabe==0.7.0 flake8==6.0.0