From a828a199e8c310888507741b142cf0f73abbed29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 15:13:20 +0100 Subject: [PATCH] Bump tabulate from 0.8.8 to 0.8.9 (#593) Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/astanin/python-tabulate/releases) - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](https://github.com/astanin/python-tabulate/compare/v0.8.8...v0.8.9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a70a9138e..1056b1f0a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -14,7 +14,7 @@ xarray==0.17.0 netCDF4==1.5.6 setuptools==41.2 sdtfile==2020.12.10 -tabulate==0.8.8 +tabulate==0.8.9 # documentation dependencies Sphinx>=3.2.0