diff --git a/poetry.lock b/poetry.lock index bb286f2..a4abbba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "cachetools" @@ -723,14 +723,14 @@ completion = ["argcomplete (>=3.6.3)"] [[package]] name = "types-pyyaml" -version = "6.0.12.20260508" +version = "6.0.12.20260510" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_pyyaml-6.0.12.20260508-py3-none-any.whl", hash = "sha256:edc094ed3a918b0c6232f71a5b67fdf38e76e17517b7d87bfbb9fc27d442fb51"}, - {file = "types_pyyaml-6.0.12.20260508.tar.gz", hash = "sha256:5ae42149c3ebf7aaaf6c65ee49af590c80f0ba52e9e3f75a75c5564b33556fa6"}, + {file = "types_pyyaml-6.0.12.20260510-py3-none-any.whl", hash = "sha256:3492eb9ba4d9d833473214c4d5736cccf5f37d93f5854059721e1c84f785309d"}, + {file = "types_pyyaml-6.0.12.20260510.tar.gz", hash = "sha256:09c1f1cb65a6eebea1e2e51ccf4918b8288e152909609a35cdb0d805efd125ad"}, ] [[package]] @@ -766,4 +766,4 @@ python-discovery = ">=1.2.2" [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.15" -content-hash = "b3b6750041a168225c31625cd64b77b78229506f5b66edc8bebbe468bc7ba586" +content-hash = "dd3c8f3737c8700a246890beb6fb2f2c4c4d60d7844a601c66f228b37d0cc173" diff --git a/pyproject.toml b/pyproject.toml index f43aa58..0a1d211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ ruff = ">=0.15.12" mypy = ">=1.20.2" pre-commit = ">=4.6.0" tox = ">=4.15" -types-PyYAML = ">=6.0" +types-PyYAML = ">=6.0.12.20260510" # ---------------------------------------------------------------------------