From de9034dd43be5d77714bf831ddc7bd9b6c224deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:05:31 +0000 Subject: [PATCH] Bump types-pyyaml from 6.0.12.20240808 to 6.0.12.20240917 Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240808 to 6.0.12.20240917. - [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 0f75f6d..394258e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -400,13 +400,13 @@ types-setuptools = "*" [[package]] name = "types-pyyaml" -version = "6.0.12.20240808" +version = "6.0.12.20240917" description = "Typing stubs for PyYAML" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "types-PyYAML-6.0.12.20240917.tar.gz", hash = "sha256:d1405a86f9576682234ef83bcb4e6fff7c9305c8b1fbad5e0bcd4f7dbdc9c587"}, + {file = "types_PyYAML-6.0.12.20240917-py3-none-any.whl", hash = "sha256:392b267f1c0fe6022952462bf5d6523f31e37f6cea49b14cee7ad634b6301570"}, ] [[package]] @@ -434,4 +434,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a186ef6b2289867886d659543988413190951deb3bb1b085149f9de0ce456af1" +content-hash = "f79e16eda6e5b00a25cc5d16472ce71afcad321b7d986a2259f6d21ba6fb8c48" diff --git a/pyproject.toml b/pyproject.toml index 84090a7..e5aa117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ mypy = "^1.11.2" [tool.poetry.group.mypy.dependencies] -types-pyyaml = "^6.0.12.20240808" +types-pyyaml = "^6.0.12.20240917" types-pygments = "^2.18.0.20240506" types-colorama = "^0.4.15.20240311" types-setuptools = "^75.1.0.20240917"