Bump flake8-bugbear from 23.9.16 to 23.11.26

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

---
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-28 20:27:59 +00:00
committed by GitHub
parent a0cc85ba5f
commit f96a15c628
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1238,13 +1238,13 @@ pyflakes = ">=3.1.0,<3.2.0"
[[package]]
name = "flake8-bugbear"
version = "23.9.16"
version = "23.11.26"
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.8.1"
files = [
{file = "flake8-bugbear-23.9.16.tar.gz", hash = "sha256:90cf04b19ca02a682feb5aac67cae8de742af70538590509941ab10ae8351f71"},
{file = "flake8_bugbear-23.9.16-py3-none-any.whl", hash = "sha256:b182cf96ea8f7a8595b2f87321d7d9b28728f4d9c3318012d896543d19742cb5"},
{file = "flake8-bugbear-23.11.26.tar.gz", hash = "sha256:8e36119071bab626b6dab834fadd6d03c06090e9b189e67b4905821df8212fee"},
{file = "flake8_bugbear-23.11.26-py3-none-any.whl", hash = "sha256:55d00c8a3c48c995c1f0ec0df54f8c9cf530c06035ce53975a03517d2e7f53e5"},
]
[package.dependencies]
@@ -4697,4 +4697,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "1c7abee93e7fa589df1a6b0b22dca9424d4ff360fe5b215eeb0b5db6b042728e"
content-hash = "f9b3d2fa1a50b1d1a0469d9068badee8571f2c5326c0df9ff187550218738281"

View File

@@ -57,7 +57,7 @@ black = "^23.11.0"
cloudfoundry-client = "*"
exceptiongroup = "==1.2.0"
flake8 = "^6.1.0"
flake8-bugbear = "^23.9.16"
flake8-bugbear = "^23.11.26"
freezegun = "^1.2.2"
honcho = "*"
isort = "^5.12.0"