diff --git a/poetry.lock b/poetry.lock
index ab01f6c3..7f70b79b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -349,13 +349,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]]
@@ -418,4 +418,4 @@ tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.10"
-content-hash = "be72f16f8e047866515b7aca441d009641fe06c36c07c92da47e4972dfc39880"
+content-hash = "8ad4e5ee657da92e9faa32b32d9b758b251bbc7969fa6dd344da999770a889d1"
diff --git a/pyproject.toml b/pyproject.toml
index 6dac94b0..698b899f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ portage = { git = "https://github.com/gentoo/portage.git" }
 portage-types = "^0.0.2"
 pyyaml = "^6.0"
 requests = "^2.32.3"
-types-pyyaml = "^6.0.12.20240917"
+types-pyyaml = "^6.0.12.20241221"
 types-requests = "^2.32.0.20241016"
 yapf = "^0.43.0"
 ruff = "^0.8.4"