diff --git a/poetry.lock b/poetry.lock index 0ed6da3..4e88aa3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -727,17 +727,17 @@ telegram = ["requests"] [[package]] name = "types-requests" -version = "2.31.0.2" +version = "2.31.0.10" description = "Typing stubs for requests" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "types-requests-2.31.0.2.tar.gz", hash = "sha256:6aa3f7faf0ea52d728bb18c0a0d1522d9bfd8c72d26ff6f61bfc3d06a411cf40"}, - {file = "types_requests-2.31.0.2-py3-none-any.whl", hash = "sha256:56d181c85b5925cbc59f4489a57e72a8b2166f18273fd8ba7b6fe0c0b986f12a"}, + {file = "types-requests-2.31.0.10.tar.gz", hash = "sha256:dc5852a76f1eaf60eafa81a2e50aefa3d1f015c34cf0cba130930866b1b22a92"}, + {file = "types_requests-2.31.0.10-py3-none-any.whl", hash = "sha256:b32b9a86beffa876c0c3ac99a4cd3b8b51e973fb8e3bd4e0a6bb32c7efad80fc"}, ] [package.dependencies] -types-urllib3 = "*" +urllib3 = ">=2" [[package]] name = "types-tqdm" @@ -750,17 +750,6 @@ files = [ {file = "types_tqdm-4.65.0.1-py3-none-any.whl", hash = "sha256:4894fe2b1581374ce9bca3f23d53729e4409d69b352e3d5db5829fa19482962c"}, ] -[[package]] -name = "types-urllib3" -version = "1.26.25.14" -description = "Typing stubs for urllib3" -optional = false -python-versions = "*" -files = [ - {file = "types-urllib3-1.26.25.14.tar.gz", hash = "sha256:229b7f577c951b8c1b92c1bc2b2fdb0b49847bd2af6d1cc2a2e3dd340f3bda8f"}, - {file = "types_urllib3-1.26.25.14-py3-none-any.whl", hash = "sha256:9683bbb7fb72e32bfe9d2be6e04875fbe1b3eeec3cbb4ea231435aa7fd6b4f0e"}, -] - [[package]] name = "typing-extensions" version = "4.8.0" @@ -792,4 +781,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "da55d86c0b4e504f6de67527d1027599f3ef862762673f6bbef8e76fe74882f7" +content-hash = "233452893f07c365a47195a2c5084dcecfad9a3b12a06695dbf0f2a7ee7e6532" diff --git a/pyproject.toml b/pyproject.toml index 05c9762..618597c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ mypy = "1.3.0" isort = "5.12.0" coverage = {version = "7.2.7", extras = ["toml"]} pytest = "7.4.2" -types-requests = "2.31.0.2" +types-requests = "2.31.0.10" types-tqdm = "4.65.0.1" [build-system]