Skip to content

Commit

Permalink
chore(deps-dev): update flake8 requirement from ^4.0.1 to ^7.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Commits](PyCQA/flake8@4.0.1...7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 6f2235a commit d618b0c
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 @@ -23,7 +23,7 @@ snakemake-interface-storage-plugins = "^3.0.0"
[tool.poetry.dev-dependencies]
black = "^22.1.0"
coverage = {extras = ["toml"], version = "^7.3.2"}
flake8 = "^4.0.1"
flake8 = "^7.0.0"
flake8-bugbear = "^22.1.11"
pytest = "^7.0"
snakemake = {git="https://github.com/snakemake/snakemake.git"}
Expand Down

0 comments on commit d618b0c

Please sign in to comment.