diff --git a/poetry.lock b/poetry.lock index 788fbef..6e5735f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -446,14 +446,14 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20260518" +version = "6.0.12.20260724" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_pyyaml-6.0.12.20260518-py3-none-any.whl", hash = "sha256:d2150f75a231c9fe9c7463bd29487d93e60bac90400287351384bc2284eba7cd"}, - {file = "types_pyyaml-6.0.12.20260518.tar.gz", hash = "sha256:d917f83fb38462550338c1297faedd860b3ec83912b96b1e3d73255f7473e466"}, + {file = "types_pyyaml-6.0.12.20260724-py3-none-any.whl", hash = "sha256:d57db930a4b2efbc57cf430ec8882765d246929432fa253092f383902329a453"}, + {file = "types_pyyaml-6.0.12.20260724.tar.gz", hash = "sha256:3c1ce1bb73cd5ec02e90390c2b1f00e810d241d8825fd73ff359696839271b6b"}, ] [[package]] @@ -486,4 +486,4 @@ typing-extensions = ">=4.12.0" [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "77a79a27f00e43e780c0bff41728fdc95d2eee8b95f207fd55422913bd55015a" +content-hash = "d0a1f24280d44baad1baaed662f6c8ae7069b752e4abbb0693c81407d301642d" diff --git a/pyproject.toml b/pyproject.toml index 80ce841..58e1fca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pydantic = "^2.13" [tool.poetry.group.dev.dependencies] pytest = "^9.1.1" ruff = "^0.15.22" -types-pyyaml = "^6.0.12.20260518" +types-pyyaml = "^6.0.12.20260724" [tool.ruff] line-length = 120