Skip to content

Commit

Permalink
Merge pull request #8 from chatnoir-eu/dependabot/pip/flake8-gte-5-an…
Browse files Browse the repository at this point in the history
…d-lt-8

Update flake8 requirement from ~=5.0 to >=5,<8
  • Loading branch information
janheinrichmerker authored Mar 4, 2024
2 parents a2272ed + f0f8d07 commit c5b2701
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 @@ -28,7 +28,7 @@ dynamic = ["version"]

[project.optional-dependencies]
test =[
"flake8~=5.0",
"flake8>=5,<8",
"jupyter~=1.0",
"pylint~=2.12",
"pytest~=7.2",
Expand Down

0 comments on commit c5b2701

Please sign in to comment.