Update attrs to 20.3.0 (#47642)

This commit is contained in:
Oliver 2021-03-08 22:49:54 +01:00 committed by GitHub
parent ea4f3e31d5
commit 520c4a8ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ aiohttp_cors==0.7.0
astral==1.10.1
async-upnp-client==0.14.13
async_timeout==3.0.1
attrs==19.3.0
attrs==20.3.0
awesomeversion==21.2.3
bcrypt==3.1.7
certifi>=2020.12.5

View file

@ -4,7 +4,7 @@
aiohttp==3.7.4
astral==1.10.1
async_timeout==3.0.1
attrs==19.3.0
attrs==20.3.0
awesomeversion==21.2.3
bcrypt==3.1.7
certifi>=2020.12.5

View file

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