From 704a28d3546fdced73c0cf9409ea07a385e58874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:53:19 +0000 Subject: [PATCH] build(deps): bump types-pyyaml from 6.0.12.20260510 to 6.0.12.20260518 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20260510 to 6.0.12.20260518. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-version: 6.0.12.20260518 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 51951a802e..94cfc4f0ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3888,15 +3888,15 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20260510" +version = "6.0.12.20260518" description = "Typing stubs for PyYAML" optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"dev\"" files = [ - {file = "types_pyyaml-6.0.12.20260510-py3-none-any.whl", hash = "sha256:3492eb9ba4d9d833473214c4d5736cccf5f37d93f5854059721e1c84f785309d"}, - {file = "types_pyyaml-6.0.12.20260510.tar.gz", hash = "sha256:09c1f1cb65a6eebea1e2e51ccf4918b8288e152909609a35cdb0d805efd125ad"}, + {file = "types_pyyaml-6.0.12.20260518-py3-none-any.whl", hash = "sha256:d2150f75a231c9fe9c7463bd29487d93e60bac90400287351384bc2284eba7cd"}, + {file = "types_pyyaml-6.0.12.20260518.tar.gz", hash = "sha256:d917f83fb38462550338c1297faedd860b3ec83912b96b1e3d73255f7473e466"}, ] [[package]] @@ -4387,4 +4387,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.1" python-versions = ">=3.10, <4" -content-hash = "9f0600fcde45097619ba2219f41f4f70321c156fdda7bc6c894bb5f01b3c8f0f" +content-hash = "a20a3ad211f9c595b98c1ae374be7095a58459cbd9ff813209db0681e08192d2" diff --git a/pyproject.toml b/pyproject.toml index 18b54cb953..b7d9ebeeba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ pytest-xdist = { version = ">=3.6.1", optional = true } pytest-rerunfailures = { version = ">=16.1, <17.0", optional = true } tach = { version = ">=0.35.0", optional = true } types-aiofiles = { version = ">=25.1.0.20260508", optional = true } -types-pyyaml = { version = ">=6.0.12.20260510", optional = true } +types-pyyaml = { version = ">=6.0.12.20260518", optional = true } types-setuptools = { version = ">=82.0.0.20260518", optional = true } lxml = { version = ">=6.1.0", optional = true } miniupnpc = {version = ">=2.3.2, <3", source = "chia", optional = true}