From 08e76284a1dc8da145366364eb0f30dfde247bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 04:01:15 +0000 Subject: [PATCH] Update types-requests requirement from ~2.28 to ~2.29 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 82c1f1253..f296bc853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ mypy = "~1.2" pre-commit = "~3.3" pylint = "~2.17" pytest = "~7.3" -types-requests = "~2.28" +types-requests = "~2.29" [tool.mypy] python_version = 3.9