From 58389a883868c248562d88f5d284323cbd5fd6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 08:11:54 +0000 Subject: [PATCH] Bump cftime from 1.6.1 to 1.6.2 Bumps [cftime](https://github.com/Unidata/cftime) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/Unidata/cftime/releases) - [Changelog](https://github.com/Unidata/cftime/blob/master/Changelog) - [Commits](https://github.com/Unidata/cftime/commits) --- updated-dependencies: - dependency-name: cftime dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 29427c4..a09f041 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ numpy xarray pandas -cftime==1.6.1 +cftime==1.6.2 netCDF4==1.6.4 wheel==0.40.0 flake8==3.7.8