From f10023263fb26712fa595eb35f6115c92d2471cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 12:10:54 +0000 Subject: [PATCH] Update types-requests requirement from ==2.28.* to ==2.30.* Updates the requirements on [types-requests](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index d785df5d6..af68cc4a7 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -17,7 +17,7 @@ pytz == 2023.3 tzlocal == 4.3 types-PyYAML == 6.0.* requests == 2.30.* -types-requests == 2.28.* +types-requests == 2.30.* scipy == 1.10.* setproctitle == 1.3.* ws4py == 0.5.*