From dba1e910255250847dff09a9a04e72c9ca5a1aa2 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 6 Nov 2024 18:17:06 -0700 Subject: [PATCH] MNT: Bump minimum requests to 2.30.0 This is needed to get to urllib 2.x, which we now rely on to test properly. As a result, we also have to bump VCRPy to 4.3.1. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d538814d..f10f484aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "numpy>=1.22.0", "pandas>=1.4.3", "protobuf>=3.20.0", - "requests>=2.28.1" + "requests>=2.30.0" ] [project.optional-dependencies] @@ -48,7 +48,7 @@ examples = [ test = [ "pytest>=7.0", "netCDF4>=1.5.8", - "vcrpy>=3.0", + "vcrpy>=4.3.1", "siphon[extras]" ] extras = [