From da47893086d38a3d376bf7751b7a41470d54b118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 13:12:59 +0100 Subject: [PATCH] module: update types-requests to version 2.26 Updates the requirements on [types-requests](https://github.com/python/typeshed) to permit the latest version (#53). - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80ff4b0..c6e1602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ mypy = "0.910" pylint = "~2.11" rope = "~0.21" types-PyYAML = "~6.0" -types-requests = "~2.25" +types-requests = "~2.26" yapf = "~0.31" [tool.yapf]