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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-24 14:25:24 +02:00
committed by cn
parent 0e0202209d
commit 40bea9f95a
+1 -1
View File
@@ -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]