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@22.12.6...24.4.26)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jun 28, 2024
1 parent 732bf45 commit 7294467
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 @@ -35,7 +35,7 @@ tests = [
"flake8-docstrings>=1.6,<1.8",
"six>=1.15,<1.17",
"zipp>=3.11,<3.19",
"flake8-bugbear>=22.12.6,<24.3.0",
"flake8-bugbear>=24.4.26,<24.5.0",
"typed-ast~=1.5.4",
"codecov~=2.1.10"
]
Expand Down

0 comments on commit 7294467

Please sign in to comment.