diff --git a/poetry.lock b/poetry.lock index 427397e0..dcfbe7fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2527,13 +2527,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]] @@ -2947,4 +2947,4 @@ test-images = ["scikit-image"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "33d04663ba3dbed9e68a24188e1225ee15feac3d4d7b23b65e7059ab53d0ffa4" +content-hash = "c5cc21b150d22b68c386a24266af15dc4f28c8ddc82b1b23cedc072cc4a1142e" diff --git a/pyproject.toml b/pyproject.toml index 80c7c5a9..ccba5e14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,7 @@ junit2html = "30.1.6" pytest = "7.2.2" pytest-cov = "4.0.0" pytest-html = "3.2.0" -types-pyyaml = "6.0.12.20240917" +types-pyyaml = "6.0.12.20241221" types-requests = "2.28.11.17" types-redis = "4.4.0.6" types-ujson = "5.7.0.5"