Skip to content

Commit

Permalink
Merge pull request #25 from IFCA-Advanced-Computing/dependabot/pip/fl…
Browse files Browse the repository at this point in the history
…ake8-gte-4-and-lt-8

chore(deps-dev): update flake8 requirement from ^4.0 to >=4,<8
  • Loading branch information
judithspd authored May 17, 2024
2 parents 05233ce + d09fbfb commit f7fb87f
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 @@ -48,7 +48,7 @@ pytest-cov = ">=4,<6"


[tool.poetry.group.test-flake8.dependencies]
flake8 = "^4.0"
flake8 = ">=4,<8"
flake8-bugbear = ">=22.3,<24.0"
flake8-docstrings = "^1.6"
flake8-typing-imports = "^1.12"
Expand Down

0 comments on commit f7fb87f

Please sign in to comment.