Skip to content

Commit 78381ff

Browse files
authored
⬆️ UPGRADE: attrs -> v21 (#165)
This release has no breaking changes (see: https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst)
1 parent 4e6c0ab commit 78381ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ project_urls =
2929
[options]
3030
packages = find:
3131
install_requires =
32-
attrs>=19,<21
32+
attrs>=19,<22
3333
typing_extensions>=3.7.4;python_version<'3.8'
3434
python_requires = ~=3.6
3535
include_package_data = True

0 commit comments

Comments
 (0)