From 40bea9f95aada6bee8a2c1714e1442dca61383b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 12:00:57 +0000 Subject: [PATCH] module: update types-requests requirement from ~0.1 to ~2.25 Updates the requirements on [types-requests](https://github.com/python/typeshed) to permit the latest version. - [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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d26d6e..82bd33f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ mypy = "0.910" pylint = "~2.8" rope = "~0.19" types-PyYAML = "~5.4" -types-requests = "~0.1" +types-requests = "~2.25" yapf = "~0.31" [tool.yapf]