build(deps-dev): bump flake8-builtins from 2.0.1 to 2.1.0 (#965)

Bumps [flake8-builtins](https://github.com/gforcada/flake8-builtins) from 2.0.1 to 2.1.0.
- [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.1...2.1.0)

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

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-12-23 02:11:30 +00:00
committed by GitHub
parent 8680428d55
commit 401425ee6a
2 changed files with 5 additions and 5 deletions

View File

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