diff --git a/poetry.lock b/poetry.lock index 434a80c6..ae61c17e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2270,14 +2270,14 @@ types-urllib3 = "<1.27" [[package]] name = "types-tabulate" -version = "0.1.1" +version = "0.9.0.1" description = "Typing stubs for tabulate" category = "dev" optional = false python-versions = "*" files = [ - {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.9.0.1.tar.gz", hash = "sha256:e486292c279f19247865bdabe802419740a0e74b53444e7f7a8009e08129da5d"}, + {file = "types_tabulate-0.9.0.1-py3-none-any.whl", hash = "sha256:be2ea0de05f615ccfcbadf6206aa720e265955eb1de23e343aec9d8bf3fa9aaa"}, ] [[package]] @@ -2466,4 +2466,4 @@ pandas = ["pandas", "sqlalchemy"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "8eeb0832c98ab01935a1a8ce254904703b6d5bb4d920f4c56e67847eacd8f914" +content-hash = "c3094c17cad28210be9a17fc73df34e344eb848cf505090b4d47723786e028aa" diff --git a/pyproject.toml b/pyproject.toml index 142e86a6..ee07cea1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pre-commit = ">=2.1" httpretty = ">=1.0.2" mypy = ">=0.720" bump2version = ">=1.0.0" -types-tabulate = "^0.1.1" +types-tabulate = "^0.9.0" types-chardet = "^0.1.3" types-requests = "^2.25.0"