From af49698bc3d32753cb2dd4696e18f73eadf837af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:10:39 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20240917 to 6.0.12.20241221 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 57c66e2..b1fa108 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 = "55bf4a0c9b7a9a022af3d2cc9b74ea7f36c36572ba471929682c79b811cf958c" +content-hash = "3a9546f4d88bf9b1e2a03434078a68312530190411316a2e59effaffdf1e2fca" diff --git a/pyproject.toml b/pyproject.toml index 0607e5f..1436389 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.20241003" pyre-check = "^0.9.23"