Update requests to 2.28.1 (#74210)
This commit is contained in:
parent
ab6e92f996
commit
42533ebbb3
5 changed files with 4 additions and 12 deletions
|
@ -28,7 +28,7 @@ pyserial==3.5
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pyudev==0.22.0
|
pyudev==0.22.0
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests==2.28.0
|
requests==2.28.1
|
||||||
scapy==2.4.5
|
scapy==2.4.5
|
||||||
sqlalchemy==1.4.38
|
sqlalchemy==1.4.38
|
||||||
typing-extensions>=3.10.0.2,<5.0
|
typing-extensions>=3.10.0.2,<5.0
|
||||||
|
@ -114,7 +114,3 @@ backoff<2.0
|
||||||
# Breaking change in version
|
# Breaking change in version
|
||||||
# https://github.com/samuelcolvin/pydantic/issues/4092
|
# https://github.com/samuelcolvin/pydantic/issues/4092
|
||||||
pydantic!=1.9.1
|
pydantic!=1.9.1
|
||||||
|
|
||||||
# Pin charset-normalizer to 2.0.12 due to version conflict.
|
|
||||||
# https://github.com/home-assistant/core/pull/74104
|
|
||||||
charset-normalizer==2.0.12
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ dependencies = [
|
||||||
"pip>=21.0,<22.2",
|
"pip>=21.0,<22.2",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
"pyyaml==6.0",
|
"pyyaml==6.0",
|
||||||
"requests==2.28.0",
|
"requests==2.28.1",
|
||||||
"typing-extensions>=3.10.0.2,<5.0",
|
"typing-extensions>=3.10.0.2,<5.0",
|
||||||
"voluptuous==0.13.1",
|
"voluptuous==0.13.1",
|
||||||
"voluptuous-serialize==2.5.0",
|
"voluptuous-serialize==2.5.0",
|
||||||
|
|
|
@ -19,7 +19,7 @@ orjson==3.7.5
|
||||||
pip>=21.0,<22.2
|
pip>=21.0,<22.2
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests==2.28.0
|
requests==2.28.1
|
||||||
typing-extensions>=3.10.0.2,<5.0
|
typing-extensions>=3.10.0.2,<5.0
|
||||||
voluptuous==0.13.1
|
voluptuous==0.13.1
|
||||||
voluptuous-serialize==2.5.0
|
voluptuous-serialize==2.5.0
|
||||||
|
|
|
@ -42,6 +42,6 @@ types-pkg-resources==0.1.3
|
||||||
types-python-slugify==0.1.2
|
types-python-slugify==0.1.2
|
||||||
types-pytz==2021.1.2
|
types-pytz==2021.1.2
|
||||||
types-PyYAML==5.4.6
|
types-PyYAML==5.4.6
|
||||||
types-requests==2.27.30
|
types-requests==2.28.0
|
||||||
types-toml==0.1.5
|
types-toml==0.1.5
|
||||||
types-ujson==0.1.1
|
types-ujson==0.1.1
|
||||||
|
|
|
@ -132,10 +132,6 @@ backoff<2.0
|
||||||
# Breaking change in version
|
# Breaking change in version
|
||||||
# https://github.com/samuelcolvin/pydantic/issues/4092
|
# https://github.com/samuelcolvin/pydantic/issues/4092
|
||||||
pydantic!=1.9.1
|
pydantic!=1.9.1
|
||||||
|
|
||||||
# Pin charset-normalizer to 2.0.12 due to version conflict.
|
|
||||||
# https://github.com/home-assistant/core/pull/74104
|
|
||||||
charset-normalizer==2.0.12
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue