From 4d22a51eb7e3dc20aef9605b14db517a9652475c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 17:41:44 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 in /docs/environment_files Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [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.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/environment_files/gcpy_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment_files/gcpy_requirements.txt b/docs/environment_files/gcpy_requirements.txt index bcc9aff..643f97b 100644 --- a/docs/environment_files/gcpy_requirements.txt +++ b/docs/environment_files/gcpy_requirements.txt @@ -25,7 +25,7 @@ pylint==2.17.5 # Python linter pyproj==3.6.1 # Python map projections library python==3.9.18 # Python language pypdf==3.17.0 # PDF utilities (bookmarks, etc.) -requests==2.31.0 # HTTP library +requests==2.32.2 # HTTP library scipy==1.11.2 # Scientific python package sparselt==0.1.3 # Regridding earth system model data tabulate==0.9.0 # Pretty-printing for column data