Skip to content

Commit 1473b90

Browse files
committed
Upgrade attrs for super()
See python-attrs/attrs#969 22.1 is the first attrs version that officially supports python 3.11
1 parent 07ab721 commit 1473b90

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

poetry.lock

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build = "build.py"
1414
python = "^3.8"
1515
click = "^8.1.3"
1616
"dissect.cstruct" = "^2.0"
17-
attrs = "^21.2.0"
17+
attrs = "^22.2.0"
1818
structlog = "^21.2.0"
1919
arpy = "^2.2.0"
2020
rarfile = "^4.0"

0 commit comments

Comments
 (0)