From a0790cbbb11f159c73be9ac6ac35c5eda7689a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:55:44 +0000 Subject: [PATCH] build(deps-dev): bump types-pyyaml 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dbaac4e..4aa3134 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2763,13 +2763,13 @@ files = [ [[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]] @@ -3135,4 +3135,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "993976cb07482a845740eae074fa87b360be83ff0085991dd98b1cba4c754315" +content-hash = "b4d7b40b856c46a13b6f5696bebe2394e64f54746b8cf331aed4539968e123e6" diff --git a/pyproject.toml b/pyproject.toml index 32dabdb..0ab6b50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ bandit = "1.7.9" flake8 = "7.1.1" isort = "5.13.2" mypy = "1.11.1" -types-pyyaml = "6.0.12.20240724" +types-pyyaml = "6.0.12.20240808" types-requests = "2.32.0.20240712" yapf = "0.40.2"