Skip to content

Commit

Permalink
build(deps-dev): bump flake8-bugbear from 24.2.6 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.2.6 to 24.4.26.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.2.6...24.4.26)

---
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 Apr 30, 2024
1 parent 3207648 commit 72f4755
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 @@ -16,7 +16,7 @@ pyudev = { version = ">=0.23,<0.25", markers = "sys_platform != 'win32'" }
black = "24.4.2"
coveralls = "^3"
flake8 = { version = "^7", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^24.2.6", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^24.4.26", python = ">=3.8.1,<4.0" }
pep8-naming = "~0.13"
pytest = "^8"
pytest-cov = "^5"
Expand Down

0 comments on commit 72f4755

Please sign in to comment.