Unpin attrs dep after new version has been released (#9946)

c.f. #9936
This commit is contained in:
Erik Johnston 2021-05-07 12:57:21 +01:00 committed by GitHub
parent ac88aca7f7
commit 4df26abf28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/9946.misc Normal file
View file

@ -0,0 +1 @@
Unpin attrs dependency.

View file

@ -79,7 +79,7 @@ REQUIREMENTS = [
# Fedora 31 only has 19.1, so if we want to upgrade we should wait until 33
# is out in November.)
# Note: 21.1.0 broke `/sync`, see #9936
"attrs>=19.1.0,<21.1.0",
"attrs>=19.1.0,!=21.1.0",
"netaddr>=0.7.18",
"Jinja2>=2.9",
"bleach>=1.4.3",