mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Bump yarl to 1.9.6 (#124955)
* Bump yarl to 1.9.5 changelog: https://github.com/aio-libs/yarl/compare/v1.9.4...v1.9.5 * remove default port since mocker does exact matching and yarl now normalizes this * 1.9.6
This commit is contained in:
parent
5fa23b1785
commit
7210cc1da6
@ -62,7 +62,7 @@ urllib3>=1.26.5,<2
|
|||||||
voluptuous-openapi==0.0.5
|
voluptuous-openapi==0.0.5
|
||||||
voluptuous-serialize==2.6.0
|
voluptuous-serialize==2.6.0
|
||||||
voluptuous==0.15.2
|
voluptuous==0.15.2
|
||||||
yarl==1.9.4
|
yarl==1.9.6
|
||||||
zeroconf==0.133.0
|
zeroconf==0.133.0
|
||||||
|
|
||||||
# Constrain pycryptodome to avoid vulnerability
|
# Constrain pycryptodome to avoid vulnerability
|
||||||
|
@ -69,7 +69,7 @@ dependencies = [
|
|||||||
"voluptuous==0.15.2",
|
"voluptuous==0.15.2",
|
||||||
"voluptuous-serialize==2.6.0",
|
"voluptuous-serialize==2.6.0",
|
||||||
"voluptuous-openapi==0.0.5",
|
"voluptuous-openapi==0.0.5",
|
||||||
"yarl==1.9.4",
|
"yarl==1.9.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
@ -41,4 +41,4 @@ urllib3>=1.26.5,<2
|
|||||||
voluptuous==0.15.2
|
voluptuous==0.15.2
|
||||||
voluptuous-serialize==2.6.0
|
voluptuous-serialize==2.6.0
|
||||||
voluptuous-openapi==0.0.5
|
voluptuous-openapi==0.0.5
|
||||||
yarl==1.9.4
|
yarl==1.9.6
|
||||||
|
@ -34,7 +34,7 @@ def connection() -> None:
|
|||||||
"""Mock Dremel 3D Printer connection."""
|
"""Mock Dremel 3D Printer connection."""
|
||||||
with requests_mock.Mocker() as mock:
|
with requests_mock.Mocker() as mock:
|
||||||
mock.post(
|
mock.post(
|
||||||
f"http://{HOST}:80/command",
|
f"http://{HOST}/command",
|
||||||
response_list=[
|
response_list=[
|
||||||
{"text": load_fixture("dremel_3d_printer/command_1.json")},
|
{"text": load_fixture("dremel_3d_printer/command_1.json")},
|
||||||
{"text": load_fixture("dremel_3d_printer/command_2.json")},
|
{"text": load_fixture("dremel_3d_printer/command_2.json")},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user