From 3e2d5963a3dba8feefb7f13721c1acf235d08303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:36:42 +0000 Subject: [PATCH] build(deps): bump types-pyyaml in /plugins/apel Bumps [types-pyyaml](https://github.com/python/typeshed) from 6.0.12.20240917 to 6.0.12.20241221. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugins/apel/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apel/pyproject.toml b/plugins/apel/pyproject.toml index 07511131..73a4f0b0 100644 --- a/plugins/apel/pyproject.toml +++ b/plugins/apel/pyproject.toml @@ -25,7 +25,7 @@ tests = [ "pytest==8.3.4", "pytest-cov==6.0.0", "mypy==1.13.0", - "types-pyyaml==6.0.12.20240917", + "types-pyyaml==6.0.12.20241221", "types-requests==2.32.0.20241016", ] build = [