From d5b302a973f61d8d29c7939af7b4e772d30ac94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:13:22 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20240917 to 6.0.12.20241221 (#593) Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240917 to 6.0.12.20241221. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 24c3e53..9e6c109 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2099,13 +2099,13 @@ files = [ [[package]] name = "types-pyyaml" -version = "6.0.12.20240917" +version = "6.0.12.20241221" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {file = "types-PyYAML-6.0.12.20240917.tar.gz", hash = "sha256:d1405a86f9576682234ef83bcb4e6fff7c9305c8b1fbad5e0bcd4f7dbdc9c587"}, - {file = "types_PyYAML-6.0.12.20240917-py3-none-any.whl", hash = "sha256:392b267f1c0fe6022952462bf5d6523f31e37f6cea49b14cee7ad634b6301570"}, + {file = "types_PyYAML-6.0.12.20241221-py3-none-any.whl", hash = "sha256:0657a4ff8411a030a2116a196e8e008ea679696b5b1a8e1a6aa8ebb737b34688"}, + {file = "types_pyyaml-6.0.12.20241221.tar.gz", hash = "sha256:4f149aa893ff6a46889a30af4c794b23833014c469cc57cbc3ad77498a58996f"}, ] [[package]] @@ -2297,4 +2297,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "65845517666d9ac0b51344fccad1a8a327af1f5fba2002451ffa15d44fd873b3" +content-hash = "ae81d1edb0fd26820840358958548dccd0958f9cb850fbebc7ba352e3ac8db8e" diff --git a/pyproject.toml b/pyproject.toml index 39d6276..b04e243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ types-requests = "^2.32.0.20241016" mypy = "^1.14.0" pytest = "^8.3.4" flit = "^3.10.1" -types-pyyaml = "6.0.12.20240917" +types-pyyaml = "6.0.12.20241221" types-pytz = "^2024.2.0.20241221" pyre-check = "^0.9.23"