From 50ece1bdb5855b1184759ef9993eb3135a14ded7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:35:50 +0000 Subject: [PATCH] build(deps-dev): bump types-pyyaml 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 9293b6a..cfaacd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3727,13 +3727,13 @@ test = ["hypothesis (>=6.56.4,<7)", "pycryptodome", "pytest (>=7.0.0)", "pytest- [[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]] @@ -4103,4 +4103,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d8ce7f2e4e6badc5d86f4096aca41a46163a4901bdcc50f8da0dbc7b03a13dfa" +content-hash = "cf8a324c3a055a9e45077e8a8a49b6c482c40e9a609e94a4849a8fb0eb3256e5" diff --git a/pyproject.toml b/pyproject.toml index d761ddb..d9d06d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ bandit = "1.8.0" flake8 = "7.1.1" isort = "5.13.2" mypy = "1.0.1" -types-pyyaml = "6.0.12.20240917" +types-pyyaml = "6.0.12.20241221" types-requests = "^2.32.0.20240622" types-sqlalchemy = "^1.4.53.38" yapf = "0.43.0"