Skip to content

Commit

Permalink
Update flake8-bugbear requirement (#284)
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.3.12...24.1.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mahdi Ben Jelloul <[email protected]>
  • Loading branch information
dependabot[bot] and benjello authored Oct 18, 2024
1 parent dfe16a4 commit ddf3bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'autopep8 >=2.0.2, < 3',
'coveralls >=3.3.1, < 4.0',
'flake8 >=6.0.0, < 7.0',
'flake8-bugbear >=23.3.12, < 24.0',
'flake8-bugbear >= 23.3.12, < 25.0',
'flake8-docstrings >=1.7.0, < 2.0',
'flake8-print >=5.0.0, < 6.0',
'flake8-rst-docstrings >=0.3.0, < 0.4.0',
Expand Down

0 comments on commit ddf3bad

Please sign in to comment.