Skip to content

Commit

Permalink
build(deps-dev): bump flake8-bugbear from 24.1.17 to 24.2.6
Browse files Browse the repository at this point in the history
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.1.17 to 24.2.6.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.1.17...24.2.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and newAM committed Feb 10, 2024
1 parent 79088e6 commit e0f44dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ voluptuous = ">=0.12"
black = "24.1.1"
coveralls = "^3"
flake8 = { version = "^7", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^24.1.17", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^24.2.6", python = ">=3.8.1,<4.0" }
pep8-naming = "^0.13.3"
pytest = "^7.4.4"
pytest-asyncio = "^0.23"
Expand Down

0 comments on commit e0f44dc

Please sign in to comment.