Skip to content

Commit

Permalink
Bump required attrs version
Browse files Browse the repository at this point in the history
Due to PyCQA#485 / PyCQA#486, bugbear now requires at least attrs 22.2.0
  • Loading branch information
henzef authored Aug 21, 2024
1 parent f5abeaf commit 2c6ffb5
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 @@ -37,7 +37,7 @@ classifiers = [
"Topic :: Software Development :: Quality Assurance",
]
requires-python = ">=3.8.1"
dependencies = ["flake8>=6.0.0", "attrs>=19.2.0"]
dependencies = ["flake8>=6.0.0", "attrs>=22.2.0"]
dynamic = ["version"]

[project.urls]
Expand Down

0 comments on commit 2c6ffb5

Please sign in to comment.