Skip to content

Commit

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

chore(deps-dev): update flake8-bugbear requirement from >=22.3,<24.0 to >=22.3,<25.0
  • Loading branch information
judithspd authored May 21, 2024
2 parents 41649ea + 6210523 commit b7e4560
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 @@ -49,7 +49,7 @@ pytest-cov = ">=4,<6"

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

0 comments on commit b7e4560

Please sign in to comment.