diff --git a/poetry.lock b/poetry.lock index 798d16c..963bb54 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3678,14 +3678,14 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "types-pyyaml" -version = "6.0.12.20250402" +version = "6.0.12.20250516" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "types_pyyaml-6.0.12.20250402-py3-none-any.whl", hash = "sha256:652348fa9e7a203d4b0d21066dfb00760d3cbd5a15ebb7cf8d33c88a49546681"}, - {file = "types_pyyaml-6.0.12.20250402.tar.gz", hash = "sha256:d7c13c3e6d335b6af4b0122a01ff1d270aba84ab96d1a1a1063ecba3e13ec075"}, + {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]] @@ -3999,4 +3999,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "=3.12.9" -content-hash = "c7a54974c34e9b4c144cef589b6a2a2e342b4ef679dd5ce71cc3e205b38cc3fb" +content-hash = "7be9de0b6e22fd7a9897770721b5505a8a4ca55ef726744543dc827a7bbdc0c3" diff --git a/pyproject.toml b/pyproject.toml index be1bcdc..ab18f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pytest-mock = "^3.14.1" [tool.poetry.dependencies] python = "=3.12.9" -types-pyyaml = "^6.0.12.20250326" +types-pyyaml = "^6.0.12.20250516" python-dotenv = "^1.1.0" tenacity = "^9.1.2" pyyaml = "^6.0.2"