diff --git a/poetry.lock b/poetry.lock index 2b07add584c..f9c74ffb18f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1421,13 +1421,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20240917" +version = "6.0.12.20241221" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {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"}, + {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"}, ] [[package]] @@ -1554,4 +1554,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.14" -content-hash = "373e5efaf8336ee2cfda45f43c387ce2ab3408c2efaf3239dc913098526ce83f" +content-hash = "ff7e3df889e9e9a3b0ab218c7f44a4d3ecfca4d964f13c52e96448d13f80ff18" diff --git a/pyproject.toml b/pyproject.toml index eaba196cf7a..13ae50af762 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.20240917" +types-PyYAML = "6.0.12.20241221" autopep8 = "2.3.1" pylint = "3.3.2" flake8 = "7.1.1"