Upgrade attrs to 21.2.0 (#50374)

This commit is contained in:
Franck Nijhof 2021-05-09 22:13:09 +02:00 committed by GitHub
parent e57634b1e0
commit 3745056751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ aiohttp_cors==0.7.0
astral==2.2
async-upnp-client==0.16.2
async_timeout==3.0.1
attrs==20.3.0
attrs==21.2.0
awesomeversion==21.2.3
bcrypt==3.1.7
certifi>=2020.12.5

View File

@ -4,7 +4,7 @@
aiohttp==3.7.4.post0
astral==2.2
async_timeout==3.0.1
attrs==20.3.0
attrs==21.2.0
awesomeversion==21.2.3
bcrypt==3.1.7
certifi>=2020.12.5

View File

@ -35,7 +35,7 @@ REQUIRES = [
"aiohttp==3.7.4.post0",
"astral==2.2",
"async_timeout==3.0.1",
"attrs==20.3.0",
"attrs==21.2.0",
"awesomeversion==21.2.3",
"bcrypt==3.1.7",
"certifi>=2020.12.5",