From 30fc24bd8c39805d729092cbe4917b9384c1ce93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:18:15 +0000 Subject: [PATCH] Bump types-tabulate from 0.9.0.1 to 0.9.0.2 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.9.0.1 to 0.9.0.2. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tabulate 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 eec8f81b6..f36ef6def 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,5 +28,5 @@ nbconvert==7.2.10 types-cachetools==5.3.0.5 types-filelock==3.2.7 types-requests==2.28.11.17 -types-tabulate==0.9.0.1 +types-tabulate==0.9.0.2 types-python-dateutil==2.8.19.11