From 4d5f9bb30955a8bd299da821def449c0f553b800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 02:20:41 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.5 to 6.0.7 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.5 to 6.0.7. - [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 2fb2b4a..fe9dc5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -680,7 +680,7 @@ reference = "pypi-public" [[package]] name = "types-pyyaml" -version = "6.0.5" +version = "6.0.7" description = "Typing stubs for PyYAML" category = "dev" optional = false @@ -779,7 +779,7 @@ reference = "pypi-public" [metadata] lock-version = "1.1" python-versions = ">=3.7,<3.11" -content-hash = "f6fa1ea07d5541f1e62340bf8a28deac0db964f330029d5d54940c49a9d67ddb" +content-hash = "cf9bc52df6d2dbbd6dd102804d1980c157a0cfecd7b017ea4b2875641c384613" [metadata.files] atomicwrites = [ @@ -1055,8 +1055,8 @@ typed-ast = [ {file = "typed_ast-1.5.1.tar.gz", hash = "sha256:484137cab8ecf47e137260daa20bafbba5f4e3ec7fda1c1e69ab299b75fa81c5"}, ] types-pyyaml = [ - {file = "types-PyYAML-6.0.5.tar.gz", hash = "sha256:464e050914f3d1d83a8c038e1cf46da5cb96b7cd02eaa096bcaa03675edd8a2e"}, - {file = "types_PyYAML-6.0.5-py3-none-any.whl", hash = "sha256:2fd21310870addfd51db621ad9f3b373f33ee3cbb81681d70ef578760bd22d35"}, + {file = "types-PyYAML-6.0.7.tar.gz", hash = "sha256:59480cf44595d836aaae050f35e3c39f197f3a833679ef3978d97aa9f2fb7def"}, + {file = "types_PyYAML-6.0.7-py3-none-any.whl", hash = "sha256:7b273a34f32af9910cf9405728c9d2ad3afc4be63e4048091a1a73d76681fe67"}, ] typing-extensions = [ {file = "typing_extensions-4.0.1-py3-none-any.whl", hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b"}, diff --git a/pyproject.toml b/pyproject.toml index cef86ce..a21b85d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ noaa-sdk = {git = "https://github.com/paulokuong/noaa", rev = "e34786e6fce1e0301 pre-commit = "^2.18.1" pytest = "^7.1" pytest-cov = "^3.0" -types-pyyaml = "^6.0.5" +types-pyyaml = "^6.0.7" [build-system] requires = ["poetry-core>=1.0.0"]