Skip to content

Commit

Permalink
Update flake8-bugbear requirement from <23.8,>=23.5 to >=23.5,<23.10
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@23.5.9...23.9.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent d74fa64 commit b91bc6d
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 @@ -60,7 +60,7 @@ test = [
"coveralls>=3.0.0,<3.3.2",
"flake8>=6.0,<6.1",
"flake8-black>=0.3.4,<0.4",
"flake8-bugbear>=23.5,<23.8",
"flake8-bugbear>=23.5,<23.10",
"pytest>=7.1.2,<7.4.4",
"pytest-subtests>=0.10.0,<0.11.1"
]
Expand Down

0 comments on commit b91bc6d

Please sign in to comment.