From 6f4463501e32fa0ac90c944d5093ed72fcda4f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:09:38 +0100 Subject: [PATCH] module: update types-requests to version 2.27.0 Updates the requirements on [types-requests](https://github.com/python/typeshed) to permit the latest version (#60). - [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 b566385..ca8d7b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ mypy = "0.930" pylint = "~2.12" rope = "~0.22" types-PyYAML = "~6.0" -types-requests = "~2.26" +types-requests = "~2.27" yapf = "~0.32" [tool.yapf]