From a1a18988618bab756ba0d2a8c8f4f6c89ad16f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:37:57 +0000 Subject: [PATCH] Bump requests from 2.29.0 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.29.0 to 2.31.0. - [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.29.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df2d971..946ef6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "numexpr==2.8.4", "owslib==0.24.1", "pyyaml==6.0", - "requests==2.29.0", + "requests==2.31.0", "scikit-image==0.19.3", "scipy==1.10.1", "shapely==2.0.1", diff --git a/requirements.txt b/requirements.txt index 1047e94..e10a64e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ matplotlib==3.7.1 numexpr==2.8.4 owslib==0.24.1 pyyaml==6.0 -requests==2.29.0 +requests==2.31.0 scikit-image==0.19.3 scipy==1.10.1 shapely==2.0.1