From 797cd05fd340a2df4c6f5be2cff604865b9a8442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 14:54:07 +0000 Subject: [PATCH] Bump types-tabulate from 0.1.1 to 0.8.2 Bumps [types-tabulate](https://github.com/python/typeshed) from 0.1.1 to 0.8.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-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f8e16322..a403983c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1152,7 +1152,7 @@ python-versions = "*" [[package]] name = "types-tabulate" -version = "0.1.1" +version = "0.8.2" description = "Typing stubs for tabulate" category = "dev" optional = false @@ -1238,7 +1238,7 @@ pandas = ["pandas", "sqlalchemy"] [metadata] lock-version = "1.1" python-versions = ">=3.6.1,<4.0" -content-hash = "689a7490e6946a607ce2eafaa4abe84025228e3a748ab1fc8f82dbe539f1f48f" +content-hash = "e8e59da54ebc166f8ef811e077452bc101985c7086a96f3cf9f10b0f6594c9dc" [metadata.files] alabaster = [ @@ -2163,8 +2163,8 @@ types-requests = [ {file = "types_requests-2.25.6-py3-none-any.whl", hash = "sha256:a5a305b43ea57bf64d6731f89816946a405b591eff6de28d4c0fd58422cee779"}, ] types-tabulate = [ - {file = "types-tabulate-0.1.1.tar.gz", hash = "sha256:d1a415a8601391bc8450a669402ad57a1b620acf8d8d206fcbb3accc1440b106"}, - {file = "types_tabulate-0.1.1-py2.py3-none-any.whl", hash = "sha256:34a4900c32a56db8c7e5a1c8857332e8d02fe45077ea0ed53a3a12a10cbdbd0c"}, + {file = "types-tabulate-0.8.2.tar.gz", hash = "sha256:6dbad23ccb92562fcc420c4402799fbb14dfc1cb288bffa84f389d0b12120ba6"}, + {file = "types_tabulate-0.8.2-py3-none-any.whl", hash = "sha256:456c8066f1ae8ae445a0484aaff9f30d6293e1cb84e8b15e3ad939047c8508bf"}, ] typing-extensions = [ {file = "typing_extensions-3.10.0.2-py2-none-any.whl", hash = "sha256:d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7"}, diff --git a/pyproject.toml b/pyproject.toml index 2834eddc..ffe74d35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pre-commit = ">=2.1" httpretty = ">=1.0.2" mypy = ">=0.720" bump2version = ">=1.0.0" -types-tabulate = "^0.1.1" +types-tabulate = "^0.8.2" types-chardet = "^0.1.3" types-requests = "^2.25.0" types-PyYAML = "^5.4.3"