Bump flake8-bugbear from 23.3.12 to 23.9.16

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 23.3.12 to 23.9.16.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/23.3.12...23.9.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-06 14:48:11 +00:00
committed by GitHub
parent 5487ea51ec
commit 7b91f0c745
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@@ -1223,18 +1223,18 @@ pyflakes = ">=3.1.0,<3.2.0"
[[package]]
name = "flake8-bugbear"
version = "23.3.12"
version = "23.9.16"
description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8.1"
files = [
{file = "flake8-bugbear-23.3.12.tar.gz", hash = "sha256:e3e7f74c8a49ad3794a7183353026dabd68c74030d5f46571f84c1fb0eb79363"},
{file = "flake8_bugbear-23.3.12-py3-none-any.whl", hash = "sha256:beb5c7efcd7ccc2039ef66a77bb8db925e7be3531ff1cb4d0b7030d0e2113d72"},
{file = "flake8-bugbear-23.9.16.tar.gz", hash = "sha256:90cf04b19ca02a682feb5aac67cae8de742af70538590509941ab10ae8351f71"},
{file = "flake8_bugbear-23.9.16-py3-none-any.whl", hash = "sha256:b182cf96ea8f7a8595b2f87321d7d9b28728f4d9c3318012d896543d19742cb5"},
]
[package.dependencies]
attrs = ">=19.2.0"
flake8 = ">=3.0.0"
flake8 = ">=6.0.0"
[package.extras]
dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"]
@@ -4520,4 +4520,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "fb6aabe642ae69597f971ffee83c7734e7d4105c12383efb8be6bed3c041a687"
content-hash = "b470062c6d5a5bda2d4aa3e3dc95d9d7684344f2c3b8917dd39ccff40ff898df"

View File

@@ -71,7 +71,7 @@ black = "^23.10.1"
cloudfoundry-client = "*"
exceptiongroup = "==1.1.3"
flake8 = "^6.1.0"
flake8-bugbear = "^23.3.12"
flake8-bugbear = "^23.9.16"
freezegun = "^1.2.2"
honcho = "*"
isort = "^5.12.0"