From eb11cd82ba7ea20601b4aaf8cd0c40a96d4f40a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 20:05:23 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.4 to 6.0.5 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.4 to 6.0.5. - [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 525e6436..ad1274ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1157,7 +1157,7 @@ test = ["pytest", "typing-extensions", "mypy"] [[package]] name = "types-pyyaml" -version = "6.0.4" +version = "6.0.5" 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 = "92c9ce28ef87e1c1963c3c20b37bbb52c9986d174674655e5a3bf5de3190bf16" +content-hash = "fe1d94db0c83b3d5bee15ff7a3288eebb2a3480058fb91c9d8c0c95351a38114" [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.4.tar.gz", hash = "sha256:6252f62d785e730e454dfa0c9f0fb99d8dae254c5c3c686903cf878ea27c04b7"}, - {file = "types_PyYAML-6.0.4-py3-none-any.whl", hash = "sha256:693b01c713464a6851f36ff41077f8adbc6e355eda929addfb4a97208aea9b4b"}, + {file = "types-PyYAML-6.0.5.tar.gz", hash = "sha256:464e050914f3d1d83a8c038e1cf46da5cb96b7cd02eaa096bcaa03675edd8a2e"}, + {file = "types_PyYAML-6.0.5-py3-none-any.whl", hash = "sha256:2fd21310870addfd51db621ad9f3b373f33ee3cbb81681d70ef578760bd22d35"}, ] typing-extensions = [ {file = "typing_extensions-4.0.0-py3-none-any.whl", hash = "sha256:829704698b22e13ec9eaf959122315eabb370b0884400e9818334d8b677023d9"}, diff --git a/pyproject.toml b/pyproject.toml index e8e21089..a4663fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pre-commit-hooks = "^4.1.0" pytest_mock = "^3.7.0" black = "^22.1" sphinx-click = "^3.1.0" -types-PyYAML = "^6.0.4" +types-PyYAML = "^6.0.5" coverage = {version = "6.3.2", extras = ["toml"]} pyupgrade = "^2.31.1" furo = ">=2021.11.12"