Skip to content

Commit 29cdec4

Browse files
Bump mccabe from 0.6.1 to 0.7.0 (#30)
Bumps [mccabe](https://github.com/pycqa/mccabe) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/pycqa/mccabe/releases) - [Commits](PyCQA/mccabe@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b68c7f commit 29cdec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"
2323
itsdangerous==2.1.2; python_version >= "3.7"
2424
jinja2==3.1.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
2525
markupsafe==2.1.1; python_version >= "3.7"
26-
mccabe==0.6.1; python_version >= "3.6"
26+
mccabe==0.7.0; python_version >= "3.6"
2727
mypy-extensions==0.4.3; python_full_version >= "3.6.2"
2828
packaging==21.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
2929
pathspec==0.9.0; python_full_version >= "3.6.2"

0 commit comments

Comments
 (0)