Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and newAM committed Apr 30, 2024
1 parent 3e9af1e commit dc90409
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.4.2"
coveralls = "^3"
flake8 = { version = "^7", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^24.4.21", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^24.4.26", python = ">=3.8.1,<4.0" }
pep8-naming = "^0.13.3"
pytest = "^8.1.1"
pytest-asyncio = "^0.23"
Expand Down

0 comments on commit dc90409

Please sign in to comment.