From f4715f84dc1841da480a92da05aed370d14f6350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 12:02:05 +0000 Subject: [PATCH] Update requests requirement from ==2.28.* to ==2.29.* Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.29.0) --- updated-dependencies: - dependency-name: 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 e8e92408b..9785601f9 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -15,7 +15,7 @@ PyYAML == 6.0 pytz == 2023.3 tzlocal == 4.3 types-PyYAML == 6.0.* -requests == 2.28.* +requests == 2.29.* types-requests == 2.28.* scipy == 1.10.* setproctitle == 1.3.*