From 5d3525c537a836ca81e043c32e707b3175bd285f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:32:25 +0000 Subject: [PATCH] build(deps-dev): bump types-pyyaml Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240808 to 6.0.12.20240917. - [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 d72f110..8fb965f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3367,13 +3367,13 @@ test = ["hypothesis (>=6.56.4,<7)", "pycryptodome", "pytest (>=7.0.0)", "pytest- [[package]] name = "types-pyyaml" -version = "6.0.12.20240808" +version = "6.0.12.20240917" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {file = "types-PyYAML-6.0.12.20240808.tar.gz", hash = "sha256:b8f76ddbd7f65440a8bda5526a9607e4c7a322dc2f8e1a8c405644f9a6f4b9af"}, - {file = "types_PyYAML-6.0.12.20240808-py3-none-any.whl", hash = "sha256:deda34c5c655265fc517b546c902aa6eed2ef8d3e921e4765fe606fe2afe8d35"}, + {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"}, ] [[package]] @@ -3752,4 +3752,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7cf61e282d0cb5a2d236b9e0efc687b5e898ca1b747d83bb654841fd1d947a0d" +content-hash = "6889cca6b50e814482a4c55ef5ee462b107f8a29b34f12dfc28425b25e2369c5" diff --git a/pyproject.toml b/pyproject.toml index 9377cc0..480c671 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ bandit = "1.7.9" flake8 = "7.1.1" isort = "5.13.2" mypy = "1.0.1" -types-pyyaml = "6.0.12.20240808" +types-pyyaml = "6.0.12.20240917" yapf = "0.40.2" [tool.poetry.group.dev.dependencies]