diff --git a/poetry.lock b/poetry.lock index 046c106..34a40e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3022,14 +3022,14 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20241230" +version = "6.0.12.20250516" description = "Typing stubs for PyYAML" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["lint"] files = [ - {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"}, + {file = "types_pyyaml-6.0.12.20250516-py3-none-any.whl", hash = "sha256:8478208feaeb53a34cb5d970c56a7cd76b72659442e733e268a94dc72b2d0530"}, + {file = "types_pyyaml-6.0.12.20250516.tar.gz", hash = "sha256:9f21a70216fc0fa1b216a8176db5f9e0af6eb35d2f2932acb87689d03a5bf6ba"}, ] [[package]] @@ -3380,4 +3380,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "083dcfec5aeacbdf05a27b8b3585d557eceb5f149f6a4a698991da8db4d5b092" +content-hash = "06fe5caeffe42b13c9f36a6dcbaf3d9294abe61880e7f759a33f87057a40ebb7" diff --git a/pyproject.toml b/pyproject.toml index f99de4e..1135184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ bandit = "1.8.2" flake8 = "7.2.0" isort = "6.0.0" mypy = "1.15.0" -types-pyyaml = "6.0.12.20241230" +types-pyyaml = "6.0.12.20250516" types-requests = "2.32.0.20241016" yapf = "0.43.0"