Skip to content

Commit

Permalink
Bump flake8-bugbear from 24.8.19 to 24.10.31
Browse files Browse the repository at this point in the history
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 24.8.19 to 24.10.31.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.8.19...24.10.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and newAM committed Nov 2, 2024
1 parent 3f48cc8 commit 97c610c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.8.0"
coveralls = "^3"
flake8 = { version = "^7", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^24.8.19", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^24.10.31", python = ">=3.8.1,<4.0" }
pep8-naming = "~0.14"
pytest = "^8"
pytest-cov = "^5"
Expand Down

0 comments on commit 97c610c

Please sign in to comment.