diff --git a/poetry.lock b/poetry.lock index b09955d96b3..05b6532cfc8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1421,13 +1421,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20241221" +version = "6.0.12.20241230" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {file = "types_PyYAML-6.0.12.20241221-py3-none-any.whl", hash = "sha256:0657a4ff8411a030a2116a196e8e008ea679696b5b1a8e1a6aa8ebb737b34688"}, - {file = "types_pyyaml-6.0.12.20241221.tar.gz", hash = "sha256:4f149aa893ff6a46889a30af4c794b23833014c469cc57cbc3ad77498a58996f"}, + {file = "types_PyYAML-6.0.12.20241230-py3-none-any.whl", hash = "sha256:fa4d32565219b68e6dee5f67534c722e53c00d1cfc09c435ef04d7353e1e96e6"}, + {file = "types_pyyaml-6.0.12.20241230.tar.gz", hash = "sha256:7f07622dbd34bb9c8b264fe860a17e0efcad00d50b5f27e93984909d9363498c"}, ] [[package]] @@ -1554,4 +1554,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "bb7cb4c2254de0f980af9e99d44b594cfb003656b3ee57fa279e135acf60ab61" +content-hash = "df6a64a91af9fedee74d6e0a9ff0d884ca0c0965fc67ef12f246a08c3eb56446" diff --git a/pyproject.toml b/pyproject.toml index f8c74f0b364..16b3bca6d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ alt-profanity-check = "1.5.2" [tool.poetry.dev-dependencies] pytest = "8.3.4" mypy = "1.14.0" -types-PyYAML = "6.0.12.20241221" +types-PyYAML = "6.0.12.20241230" autopep8 = "2.3.1" pylint = "3.3.3" flake8 = "7.1.1"