diff --git a/poetry.lock b/poetry.lock index 7f70b79b..46461d45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -349,13 +349,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]] @@ -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 = "8ad4e5ee657da92e9faa32b32d9b758b251bbc7969fa6dd344da999770a889d1" +content-hash = "89df92fc0f0fca65632d7c44c0d1708632f672488e8f74f841e331c479cad591" diff --git a/pyproject.toml b/pyproject.toml index 698b899f..df705dd7 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.20241221" +types-pyyaml = "^6.0.12.20241230" types-requests = "^2.32.0.20241016" yapf = "^0.43.0" ruff = "^0.8.4"