From 49c018ae62520b9a90fab99a765cebaa1b5c3eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 14:13:53 +0000 Subject: [PATCH] Bump types-chardet from 0.1.5 to 4.0.0 Bumps [types-chardet](https://github.com/python/typeshed) from 0.1.5 to 4.0.0. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-chardet dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f8e16322..1352fae6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1128,7 +1128,7 @@ python-versions = "*" [[package]] name = "types-chardet" -version = "0.1.5" +version = "4.0.0" description = "Typing stubs for chardet" 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 = "80bbba6eba1c68bdc8bada8e0e81b4d7263438854a5277002ffcd3ba73bf2a0c" [metadata.files] alabaster = [ @@ -1423,6 +1423,7 @@ cryptography = [ {file = "cryptography-3.4.8-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34dae04a0dce5730d8eb7894eab617d8a70d0c97da76b905de9efb7128ad7085"}, {file = "cryptography-3.4.8-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1eb7bb0df6f6f583dd8e054689def236255161ebbcf62b226454ab9ec663746b"}, {file = "cryptography-3.4.8-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:9965c46c674ba8cc572bc09a03f4c649292ee73e1b683adb1ce81e82e9a6a0fb"}, + {file = "cryptography-3.4.8-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:695104a9223a7239d155d7627ad912953b540929ef97ae0c34c7b8bf30857e89"}, {file = "cryptography-3.4.8-cp36-abi3-win32.whl", hash = "sha256:21ca464b3a4b8d8e86ba0ee5045e103a1fcfac3b39319727bc0fc58c09c6aff7"}, {file = "cryptography-3.4.8-cp36-abi3-win_amd64.whl", hash = "sha256:3520667fda779eb788ea00080124875be18f2d8f0848ec00733c0ec3bb8219fc"}, {file = "cryptography-3.4.8-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d2a6e5ef66503da51d2110edf6c403dc6b494cc0082f85db12f54e9c5d4c3ec5"}, @@ -2151,8 +2152,8 @@ typed-ast = [ {file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"}, ] types-chardet = [ - {file = "types-chardet-0.1.5.tar.gz", hash = "sha256:a91a7d45d1eb7d924a9d39e09ae1eccf2cb0a6e35d2d6ea0517ae5feb53caea9"}, - {file = "types_chardet-0.1.5-py3-none-any.whl", hash = "sha256:de5c417b74d7e4d645f6fd83a59dce79198ad3e6380f8fde64d7a80c988b63c2"}, + {file = "types-chardet-4.0.0.tar.gz", hash = "sha256:a88c1a3b10a4e2c4186f6102d5b6e8e7c5815175d123550aae28c340a9507392"}, + {file = "types_chardet-4.0.0-py3-none-any.whl", hash = "sha256:d82de6d33b8a1ce11381538765e4c0aaefed5df5fd93ce7ab476d83018d85d8f"}, ] types-pyyaml = [ {file = "types-PyYAML-5.4.10.tar.gz", hash = "sha256:1d9e431e9f1f78a65ea957c558535a3b15ad67ea4912bce48a6c1b613dcf81ad"}, diff --git a/pyproject.toml b/pyproject.toml index 2834eddc..62ad1981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ httpretty = ">=1.0.2" mypy = ">=0.720" bump2version = ">=1.0.0" types-tabulate = "^0.1.1" -types-chardet = "^0.1.3" +types-chardet = "^4.0.0" types-requests = "^2.25.0" types-PyYAML = "^5.4.3"