diff --git a/poetry.lock b/poetry.lock index 27b7dd40208d..35aaa5e5d76d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3051,13 +3051,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20240311" +version = "6.0.12.20240917" description = "Typing stubs for PyYAML" optional = true python-versions = ">=3.8" files = [ - {file = "types-PyYAML-6.0.12.20240311.tar.gz", hash = "sha256:a9e0f0f88dc835739b0c1ca51ee90d04ca2a897a71af79de9aec5f38cb0a5342"}, - {file = "types_PyYAML-6.0.12.20240311-py3-none-any.whl", hash = "sha256:b845b06a1c7e54b8e5b4c683043de0d9caf205e7434b3edc678ff2411979b8f6"}, + {file = "types-PyYAML-6.0.12.20240917.tar.gz", hash = "sha256:d1405a86f9576682234ef83bcb4e6fff7c9305c8b1fbad5e0bcd4f7dbdc9c587"}, + {file = "types_PyYAML-6.0.12.20240917-py3-none-any.whl", hash = "sha256:392b267f1c0fe6022952462bf5d6523f31e37f6cea49b14cee7ad634b6301570"}, ] [[package]] @@ -3454,4 +3454,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.0" python-versions = ">=3.8.10, <3.13" -content-hash = "f618941f26166db2b1aab5526574e1cb3a7c6fee2cfbcd0ce8b602773b0967b5" +content-hash = "07121a2d0024754136a5b450514d4a784ae1a5eb61043493216da67a05a263f4" diff --git a/pyproject.toml b/pyproject.toml index 37560b6efccf..a754fcf66672 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ pytest-monitor = { version = "1.6.6", platform = "linux", optional = true } pytest-xdist = { version = "3.6.1", optional = true } types-aiofiles = { version = "23.2.0.20240311", optional = true } types-cryptography = { version = "3.3.23.2", optional = true } -types-pyyaml = { version = "6.0.12.20240311", optional = true } +types-pyyaml = { version = "6.0.12.20240917", optional = true } types-setuptools = { version = "70.0.0.20240524", optional = true } lxml = { version = "5.2.2", optional = true } miniupnpc = { version = "2.2.2", source = "chia", optional = true }