diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 3241cfb9391..a399080594a 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -23,7 +23,7 @@ pip>=8.0.3,<20.3 python-slugify==4.0.1 pytz>=2020.5 pyyaml==5.3.1 -requests==2.25.0 +requests==2.25.1 ruamel.yaml==0.15.100 sqlalchemy==1.3.22 voluptuous-serialize==2.4.0 diff --git a/requirements.txt b/requirements.txt index d566cb738ae..84f60d92c40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pip>=8.0.3,<20.3 python-slugify==4.0.1 pytz>=2020.5 pyyaml==5.3.1 -requests==2.25.0 +requests==2.25.1 ruamel.yaml==0.15.100 voluptuous==0.12.1 voluptuous-serialize==2.4.0 diff --git a/setup.py b/setup.py index 82d6efacb1b..c0c0182c0b1 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ REQUIRES = [ "python-slugify==4.0.1", "pytz>=2020.5", "pyyaml==5.3.1", - "requests==2.25.0", + "requests==2.25.1", "ruamel.yaml==0.15.100", "voluptuous==0.12.1", "voluptuous-serialize==2.4.0",