diff --git a/poetry.lock b/poetry.lock index 65a961f..c7740dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1512,14 +1512,14 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20250516" +version = "6.0.12.20250822" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {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"}, + {file = "types_pyyaml-6.0.12.20250822-py3-none-any.whl", hash = "sha256:1fe1a5e146aa315483592d292b72a172b65b946a6d98aa6ddd8e4aa838ab7098"}, + {file = "types_pyyaml-6.0.12.20250822.tar.gz", hash = "sha256:259f1d93079d335730a9db7cff2bcaf65d7e04b4a56b5927d49a612199b59413"}, ] [[package]] @@ -1646,4 +1646,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "6d84826a5e02d195820e71d5741f5b4ea9b5e033bfb6ecfb4ff4f2a55f4d694a" +content-hash = "ac30c83c71cccae3fce5fae4e0dcf3b10ffa02b5b779582288ef24c0bd240f4c" diff --git a/pyproject.toml b/pyproject.toml index c312474..1883b90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ coverage = "^7.10.6" requests = "^2.32.5" types-requests = "^2.32.4.20250809" pyyaml = "^6.0.1" -types-pyyaml = "^6.0.12.20250516" +types-pyyaml = "^6.0.12.20250822" flask = "^3.1.2" pytest-mypy-plugins = "^3.0.0" ruff = "^0.12.11"