Bump flake8-expression-complexity from 0.0.9 to 0.0.11

Bumps [flake8-expression-complexity](https://github.com/best-doctor/flake8-expression-complexity) from 0.0.9 to 0.0.11.
- [Release notes](https://github.com/best-doctor/flake8-expression-complexity/releases)
- [Commits](https://github.com/best-doctor/flake8-expression-complexity/compare/v0.0.9...v0.0.11)

---
updated-dependencies:
- dependency-name: flake8-expression-complexity
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-29 06:44:41 +00:00
committed by GitHub
parent e995f95243
commit bec475ad86
2 changed files with 6 additions and 5 deletions

View File

@ -91,7 +91,7 @@ flake8-builtins = "^1.5.3"
flake8-variables-names = "^0.0.4"
flake8-cognitive-complexity = "^0.1.0"
flake8-functions = "^0.0.6"
flake8-expression-complexity = "^0.0.9"
flake8-expression-complexity = "^0.0.11"
# types
mypy = "^0.942"