1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Upgrade requests to 2.23.0 (#32013)

This commit is contained in:
Franck Nijhof
2020-02-20 11:41:13 +01:00
committed by GitHub
parent 047111b00f
commit febd7e551b
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ REQUIRES = [
"python-slugify==4.0.0",
"pytz>=2019.03",
"pyyaml==5.3",
"requests==2.22.0",
"requests==2.23.0",
"ruamel.yaml==0.15.100",
"voluptuous==0.11.7",
"voluptuous-serialize==2.3.0",