diff --git a/poetry.lock b/poetry.lock index 23223a89..d43d2e39 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 = "f0159fad4771c79566d7454a18d1cbbb07e1279c1fa075e64eecf0e074c1d778" +content-hash = "35dad2ab73fe79f2d0588c7c02132982d3cf0d8bbae8fa79474107357737aec1" diff --git a/pyproject.toml b/pyproject.toml index 25ae999a..7df13c3a 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.3"