From 24de156efad03399bca0d0c3fcb43dd02cf61bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:00:33 +0000 Subject: [PATCH] Bump mccabe from 0.6.1 to 0.7.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 749fe05..db70a50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ filelock==3.4.2 flake8==3.9.2 idna==3.2 importlib-metadata==4.8.1 -mccabe==0.6.1 +mccabe==0.7.0 more-itertools==8.9.0 numpy==1.21.2 packaging==21.0