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:
J. Nick Koston 2024-08-30 23:03:08 -10:00 committed by GitHub
parent 5fa23b1785
commit 7210cc1da6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ urllib3>=1.26.5,<2
voluptuous-openapi==0.0.5
voluptuous-serialize==2.6.0
voluptuous==0.15.2
yarl==1.9.4
yarl==1.9.6
zeroconf==0.133.0
# Constrain pycryptodome to avoid vulnerability

View File

@ -69,7 +69,7 @@ dependencies = [
"voluptuous==0.15.2",
"voluptuous-serialize==2.6.0",
"voluptuous-openapi==0.0.5",
"yarl==1.9.4",
"yarl==1.9.6",
]
[project.urls]

View File

@ -41,4 +41,4 @@ urllib3>=1.26.5,<2
voluptuous==0.15.2
voluptuous-serialize==2.6.0
voluptuous-openapi==0.0.5
yarl==1.9.4
yarl==1.9.6

View File

@ -34,7 +34,7 @@ def connection() -> None:
"""Mock Dremel 3D Printer connection."""
with requests_mock.Mocker() as mock:
mock.post(
f"http://{HOST}:80/command",
f"http://{HOST}/command",
response_list=[
{"text": load_fixture("dremel_3d_printer/command_1.json")},
{"text": load_fixture("dremel_3d_printer/command_2.json")},