From e6647f141e7786747b0b7f37ea4db1ecba36c484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:32:47 +0000 Subject: [PATCH] chore(deps-dev): bump types-requests from 2.31.0.2 to 2.31.0.20240125 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.2 to 2.31.0.20240125. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 23 ++++++----------------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ee10f6..2f8f1b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -724,17 +724,17 @@ telegram = ["requests"] [[package]] name = "types-requests" -version = "2.31.0.2" +version = "2.31.0.20240125" description = "Typing stubs for requests" optional = false -python-versions = "*" +python-versions = ">=3.8" 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.20240125.tar.gz", hash = "sha256:03a28ce1d7cd54199148e043b2079cdded22d6795d19a2c2a6791a4b2b5e2eb5"}, + {file = "types_requests-2.31.0.20240125-py3-none-any.whl", hash = "sha256:9592a9a4cb92d6d75d9b491a41477272b710e021011a2a3061157e2fb1f1a5d1"}, ] [package.dependencies] -types-urllib3 = "*" +urllib3 = ">=2" [[package]] name = "types-tqdm" @@ -747,17 +747,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" @@ -789,4 +778,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "7555e72992f5ce839efd339ebdbf69d18e84645e20c249fc44537158d773f540" +content-hash = "9f2fe711da5e400a77c49ed07a37fdb5cc7606404662541448b8c33a20661758" diff --git a/pyproject.toml b/pyproject.toml index ea79bb9..d8ac65a 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.20240125" types-tqdm = "4.65.0.1" [build-system]