Skip to content

Commit 0fc8d77

Browse files
committed
Specify a minimum attrs version of 21.4.0
1 parent cacf053 commit 0fc8d77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Version numbers should follow https://semver.org/spec/v2.0.0.html
1111

1212
- Python 3.10 tests now only run against Django 3.2+, because Django <3.2 does
1313
not support Python 3.10.
14+
- Specify a minimum `attrs` version of `21.4.0`.
1415

1516
## [2.1.0] - 2022-08-01
1617

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939

4040
[tool.poetry.dependencies]
4141
python = ">=3.6,<3.11"
42-
attrs = ""
42+
attrs = "^21.4.0"
4343

4444
[tool.poetry.dev-dependencies]
4545
django-environ = "^0.4.5"

0 commit comments

Comments
 (0)