From be91fd307f3c21c891af39b6d3fe3da3c558fc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 14:13:35 +0000 Subject: [PATCH] Update requests requirement from ==2.30.* to ==2.31.* 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.30.0...v2.31.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 f1f228291..2ad273348 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -16,7 +16,7 @@ PyYAML == 6.0 pytz == 2023.3 tzlocal == 4.3 types-PyYAML == 6.0.* -requests == 2.30.* +requests == 2.31.* types-requests == 2.28.* scipy == 1.10.* norfair == 2.2.*