From 1111cb6e51c1daf6a5bb4b9265c58356441ee478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 07:15:57 -0700 Subject: [PATCH] MNT: (deps): Bump erddapy from 2.0.2 to 2.2.0 in /ci (#263) Bumps [erddapy](https://github.com/ioos/erddapy) from 2.0.2 to 2.2.0. - [Release notes](https://github.com/ioos/erddapy/releases) - [Changelog](https://github.com/ioos/erddapy/blob/main/CHANGES.txt) - [Commits](https://github.com/ioos/erddapy/compare/v2.0.2...v2.2.0) --- updated-dependencies: - dependency-name: erddapy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci/requirements.txt | 2 +- ci/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index e357be4..a43324b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -5,7 +5,7 @@ pandas==2.0.2 xlrd>=1.0.0 netcdf4==1.6.4 cftime==1.6.2 -erddapy==2.0.2 +erddapy==2.2.0 ctd==1.4.3 #python-ctd seawater==3.3.4 bottleneck==1.3.7 diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index c974d28..f17d38e 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -5,7 +5,7 @@ pandas==2.0.2 xlrd>=1.0.0 netcdf4==1.6.4 cftime==1.6.2 -erddapy==2.0.2 +erddapy==2.2.0 mysql-connector-python==8.0.33 ctd==1.4.3 #python-ctd seawater==3.3.4