From 23354b8b030abd4a298c439b730e8e423df30a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:40:36 +0000 Subject: [PATCH] build(deps): bump types-requests in /plugins/apel Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240907 to 2.32.0.20240914. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests 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 ea790f91..e9c54915 100644 --- a/plugins/apel/pyproject.toml +++ b/plugins/apel/pyproject.toml @@ -26,7 +26,7 @@ tests = [ "pytest-cov==5.0.0", "mypy==1.11.2", "types-pyyaml==6.0.12.20240917", - "types-requests==2.32.0.20240907", + "types-requests==2.32.0.20240914", ] build = [ "build==1.2.2",