Skip to content

Commit

Permalink
build(deps-dev): update flake8-bugbear requirement from ^23.3.12 to ^…
Browse files Browse the repository at this point in the history
…24.8.19 (#56)

build(deps-dev): update flake8-bugbear requirement

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.8.19)

---
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: Filipe G. Vieira <[email protected]>
  • Loading branch information
dependabot[bot] and fgvieira authored Sep 20, 2024
1 parent 4242eb8 commit 81aec6f
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 @@ -17,7 +17,7 @@ throttler = "^1.2.2"
black = "^24.0.0"
coverage = {extras = ["toml"], version = "^7.3.2"}
flake8 = "^7.1.1"
flake8-bugbear = "^23.3.12"
flake8-bugbear = "^24.8.19"
pytest = "^8.3"
snakemake-storage-plugin-http = {git="https://github.com/snakemake/snakemake-storage-plugin-http.git"}
snakemake = "^8.18.0"
Expand Down

0 comments on commit 81aec6f

Please sign in to comment.