diff --git a/poetry.lock b/poetry.lock index 766b359a..d25bbae6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1118,17 +1118,17 @@ types-pyOpenSSL = "*" [[package]] name = "types-requests" -version = "2.31.0.2" +version = "2.32.0.20240907" 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.32.0.20240907.tar.gz", hash = "sha256:ff33935f061b5e81ec87997e91050f7b4af4f82027a7a7a9d9aaea04a963fdf8"}, + {file = "types_requests-2.32.0.20240907-py3-none-any.whl", hash = "sha256:1d1e79faeaf9d42def77f3c304893dea17a97cae98168ac69f3cb465516ee8da"}, ] [package.dependencies] -types-urllib3 = "*" +urllib3 = ">=2" [[package]] name = "types-setuptools" @@ -1152,17 +1152,6 @@ files = [ {file = "types_tqdm-4.66.0.20240417-py3-none-any.whl", hash = "sha256:248aef1f9986b7b8c2c12b3cb4399fc17dba0a29e7e3f3f9cd704babb879383d"}, ] -[[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.12.2" @@ -1198,4 +1187,4 @@ redis = ["redis"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "15efd898e1815294f2436369db02300ba8613ddea05d4540678428135956c0b0" +content-hash = "fac9284101ca92e91d47e07e83e51e3571810398c0469999e80f933551ce7534" diff --git a/pyproject.toml b/pyproject.toml index a20e76c3..f32e9d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,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.32.0.20240907" types-tqdm = "4.66.0.20240417" types-redis = "^4.6.0.20240425"