From 4687b8c3d440df8e1089ccca41dc679200a41662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 20:10:07 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.7 to 6.0.8 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.7 to 6.0.8. - [Release notes](https://github.com/python/typeshed/releases) - [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 624bf6bf..8baca3f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1157,7 +1157,7 @@ test = ["pytest", "typing-extensions", "mypy"] [[package]] name = "types-pyyaml" -version = "6.0.7" +version = "6.0.8" description = "Typing stubs for PyYAML" category = "dev" optional = false @@ -1261,7 +1261,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "03c25db0c0e3a55e1e0e99d2b8a739bdd7bec575c7ee0e304e29a3379a61c405" +content-hash = "88c03be6199d75af543ff44dd759c36fd62e20a9280106d4096e6915bc933026" [metadata.files] alabaster = [ @@ -1998,8 +1998,8 @@ typeguard = [ {file = "typeguard-2.13.3.tar.gz", hash = "sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4"}, ] types-pyyaml = [ - {file = "types-PyYAML-6.0.7.tar.gz", hash = "sha256:59480cf44595d836aaae050f35e3c39f197f3a833679ef3978d97aa9f2fb7def"}, - {file = "types_PyYAML-6.0.7-py3-none-any.whl", hash = "sha256:7b273a34f32af9910cf9405728c9d2ad3afc4be63e4048091a1a73d76681fe67"}, + {file = "types-PyYAML-6.0.8.tar.gz", hash = "sha256:d9495d377bb4f9c5387ac278776403eb3b4bb376851025d913eea4c22b4c6438"}, + {file = "types_PyYAML-6.0.8-py3-none-any.whl", hash = "sha256:56a7b0e8109602785f942a11ebfbd16e97d5d0e79f5fbb077ec4e6a0004837ff"}, ] typing-extensions = [ {file = "typing_extensions-4.0.0-py3-none-any.whl", hash = "sha256:829704698b22e13ec9eaf959122315eabb370b0884400e9818334d8b677023d9"}, diff --git a/pyproject.toml b/pyproject.toml index 2d05512a..04159fca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pre-commit-hooks = "^4.2.0" pytest_mock = "^3.7.0" black = "^22.3" sphinx-click = "^4.1.0" -types-PyYAML = "^6.0.7" +types-PyYAML = "^6.0.8" coverage = {version = "6.4", extras = ["toml"]} pyupgrade = "^2.32.1" furo = ">=2021.11.12"