diff --git a/poetry.lock b/poetry.lock index 964665cf92b1..1d8102ee7f9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1435,13 +1435,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20250402" +version = "6.0.12.20250516" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.9" files = [ - {file = "types_pyyaml-6.0.12.20250402-py3-none-any.whl", hash = "sha256:652348fa9e7a203d4b0d21066dfb00760d3cbd5a15ebb7cf8d33c88a49546681"}, - {file = "types_pyyaml-6.0.12.20250402.tar.gz", hash = "sha256:d7c13c3e6d335b6af4b0122a01ff1d270aba84ab96d1a1a1063ecba3e13ec075"}, + {file = "types_pyyaml-6.0.12.20250516-py3-none-any.whl", hash = "sha256:8478208feaeb53a34cb5d970c56a7cd76b72659442e733e268a94dc72b2d0530"}, + {file = "types_pyyaml-6.0.12.20250516.tar.gz", hash = "sha256:9f21a70216fc0fa1b216a8176db5f9e0af6eb35d2f2932acb87689d03a5bf6ba"}, ] [[package]] @@ -1582,4 +1582,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "7fcd33e58c87c958dda6bf4a84538078288b23f0d6bf34b44a52a6622f6eef99" +content-hash = "0cc492bd58a87403a9e382a62764f38146a0b1ce88ad7afe613be5bd48b1ebe3" diff --git a/pyproject.toml b/pyproject.toml index eda7ea079a78..562b71f862ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ alt-profanity-check = "1.5.2" [tool.poetry.dev-dependencies] pytest = "8.3.5" mypy = "1.15.0" -types-PyYAML = "6.0.12.20250402" +types-PyYAML = "6.0.12.20250516" autopep8 = "2.3.2" pylint = "3.3.7" flake8 = "7.2.0"