build(deps-dev): bump flake8-builtins from 2.0.0 to 2.0.1 (#915)

Bumps [flake8-builtins](https://github.com/gforcada/flake8-builtins) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/gforcada/flake8-builtins/releases)
- [Changelog](https://github.com/gforcada/flake8-builtins/blob/master/CHANGES.rst)
- [Commits](https://github.com/gforcada/flake8-builtins/compare/2.0.0...2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-11-03 02:17:46 +00:00
committed by GitHub
parent ebf9df2c3d
commit 4013c0082f
2 changed files with 6 additions and 6 deletions

View File

@ -81,7 +81,7 @@ flake8-black = "^0.3.3"
flake8-bugbear = "^22.10.27"
flake8-import-order = "^0.18.1"
flake8-bandit = "^3.0.0"
flake8-builtins = "^2.0.0"
flake8-builtins = "^2.0.1"
flake8-variables-names = "^0.0.5"
flake8-cognitive-complexity = "^0.1.0"
flake8-functions = "^0.0.7"