diff --git a/poetry.lock b/poetry.lock index 3b3e6d2d59fa..8c996d949d4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1429,13 +1429,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20250809" +version = "6.0.12.20250822" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.9" files = [ - {file = "types_pyyaml-6.0.12.20250809-py3-none-any.whl", hash = "sha256:032b6003b798e7de1a1ddfeefee32fac6486bdfe4845e0ae0e7fb3ee4512b52f"}, - {file = "types_pyyaml-6.0.12.20250809.tar.gz", hash = "sha256:af4a1aca028f18e75297da2ee0da465f799627370d74073e96fee876524f61b5"}, + {file = "types_pyyaml-6.0.12.20250822-py3-none-any.whl", hash = "sha256:1fe1a5e146aa315483592d292b72a172b65b946a6d98aa6ddd8e4aa838ab7098"}, + {file = "types_pyyaml-6.0.12.20250822.tar.gz", hash = "sha256:259f1d93079d335730a9db7cff2bcaf65d7e04b4a56b5927d49a612199b59413"}, ] [[package]] @@ -1578,4 +1578,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "e361a8d297ace497656d4b778187d00cd8fe5ab39d3adb14a70b39e7e5ff9b9b" +content-hash = "04c1001331f91595e927e7d68444a7da54cdfd0a77967b822578d69709650a46" diff --git a/pyproject.toml b/pyproject.toml index 6ca193d10b40..1c624852c181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ alt-profanity-check = "1.5.2" [tool.poetry.dev-dependencies] pytest = "8.4.1" mypy = "1.17.1" -types-PyYAML = "6.0.12.20250809" +types-PyYAML = "6.0.12.20250822" autopep8 = "2.3.2" pylint = "3.3.8" flake8 = "7.3.0"