Skip to content

Commit

Permalink
chore(deps): update flake8-bugbear requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.4.26...24.12.12)

---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 4, 2025
1 parent 2dd55c1 commit a40efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tests = [
"pytest-timeout>=2.1,<2.4",
"nox-poetry~=1.0.2",
"flake8-docstrings>=1.6,<1.8",
"flake8-bugbear>=24.4.26,<24.11.0",
"flake8-bugbear>=24.4.26,<24.13.0",
"codecov~=2.1.10"
]
lint = [
Expand Down

0 comments on commit a40efcf

Please sign in to comment.