Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4445715

Browse files
Bump flake8-bugbear from 21.3.2 to 22.9.23
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.3.2 to 22.9.23. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@21.3.2...22.9.23) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a52c40e commit 4445715

File tree

2 files changed

+47
-51
lines changed

2 files changed

+47
-51
lines changed

poetry.lock

+45-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ all = [
267267

268268
[tool.poetry.dev-dependencies]
269269
## We pin black so that our tests don't start failing on new releases.
270-
isort = "==5.7.0"
270+
isort = "==5.10.1"
271271
black = "==22.3.0"
272272
flake8-comprehensions = "*"
273-
flake8-bugbear = "==21.3.2"
273+
flake8-bugbear = "==22.9.23"
274274
flake8 = "*"
275275

276276
# Typechecking

0 commit comments

Comments
 (0)