Skip to content

Commit

Permalink
Merge pull request #1044 from carmenbianca/attrs-min-version
Browse files Browse the repository at this point in the history
Increase minimum version of attrs
  • Loading branch information
carmenbianca authored Jul 8, 2024
2 parents f3c2959 + 7ee6eec commit 941f3a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.d/fixed/min-version-attrs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Increased the minimum requirement of `attrs` to `>=21.3`. Older versions do
not import correctly. (#1044)
9 changes: 6 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ binaryornot = ">=0.4.4"
license-expression = ">=1.0"
python-debian = ">=0.1.34,!=0.1.45,!=0.1.46,!=0.1.47"
tomlkit = ">=0.8"
attrs = ">=21.1"
attrs = ">=21.3"

[tool.poetry.group.test.dependencies]
pytest = ">=6.0.0"
Expand Down

0 comments on commit 941f3a0

Please sign in to comment.