diff --git a/poetry.lock b/poetry.lock index 590acc3..b2b622d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -753,14 +753,14 @@ testing = ["devpi-process (>=1.1.1)", "pytest (>=9.0.2)", "pytest-mock (>=3.15.1 [[package]] name = "types-pyyaml" -version = "6.0.12.20260724" +version = "6.0.12.20260815" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {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"}, + {file = "types_pyyaml-6.0.12.20260815-py3-none-any.whl", hash = "sha256:6f332212b7e191f3afd5016a713c510b6340593b7ebec573c7d5d20aa5386d3b"}, + {file = "types_pyyaml-6.0.12.20260815.tar.gz", hash = "sha256:28764110c9cf35846e733da32d8d734df7473c5dde9ef67c3b7332ec0e819858"}, ] [[package]] @@ -796,4 +796,4 @@ python-discovery = ">=1.4.2" [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.15" -content-hash = "21eee75b522d790019c0ed1a083bdfa84c884c3310f0cf107748ab6718f80f44" +content-hash = "9e8261d27e3d28abb36bff049044cf51d2e260a4a8df50e1b587c6c47ec2e1bd" diff --git a/pyproject.toml b/pyproject.toml index 2973148..53470d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ ruff = ">=0.16.3" mypy = ">=2.3.0" pre-commit = ">=4.6.2" tox = ">=4.59.0" -types-PyYAML = ">=6.0.12.20260724" +types-PyYAML = ">=6.0.12.20260815" # ---------------------------------------------------------------------------