From 2b539b0551426e118d27e05f6b84317a911f9fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:26:46 +0200 Subject: [PATCH] build(deps-dev): bump types-pyyaml (#77) Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240724 to 6.0.12.20240808. - [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 1bbf6a8..61e56a4 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.20240724" +version = "6.0.12.20240808" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {file = "types-PyYAML-6.0.12.20240724.tar.gz", hash = "sha256:cf7b31ae67e0c5b2919c703d2affc415485099d3fe6666a6912f040fd05cb67f"}, - {file = "types_PyYAML-6.0.12.20240724-py3-none-any.whl", hash = "sha256:e5becec598f3aa3a2ddf671de4a75fa1c6856fbf73b2840286c9d50fae2d5d48"}, + {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"}, ] [[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 = "dcbbce6378519eb89219672017440c548b798b512668ea313e3a825dcae9e14a" +content-hash = "905d15de07c60bcc35e68d7374afa25594794e4c90a3c937a48219567220f828" diff --git a/pyproject.toml b/pyproject.toml index 7a5c239..3ed757d 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.20240724" +types-pyyaml = "6.0.12.20240808" yapf = "0.40.2" [tool.poetry.group.dev.dependencies]