From a711c3ff30fd30cb48274200067111d501fdb99b Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 31 Oct 2024 15:13:36 -0600 Subject: [PATCH] CI: Bump some versions to help environment resolution --- ci/requirements.txt | 6 +++--- ci/test_requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index c62ae2662..a0a5e136a 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ -beautifulsoup4>=4.6 -numpy==1.21.5 +beautifulsoup4==4.9 +numpy==1.22.0 pandas==1.3.5 protobuf==3.20.1 requests==2.28.1 -importlib_metadata<5.0 +importlib_metadata==6.0 diff --git a/ci/test_requirements.txt b/ci/test_requirements.txt index 265398a71..9711c0bde 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,4 +1,4 @@ pytest==7.1.3 netCDF4==1.6.1 coverage==6.4.4 -vcrpy==4.2.1 +vcrpy==5.1.0