From e6208c890b4132819c4d0bd64ca3c5c45be22061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:01:53 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.20240311 to 2.32.0.20241016. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 22b5a1832..e9d318f11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "absl-py" @@ -8086,13 +8086,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.20240311" +version = "2.32.0.20241016" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.31.0.20240311.tar.gz", hash = "sha256:b1c1b66abfb7fa79aae09097a811c4aa97130eb8831c60e47aee4ca344731ca5"}, - {file = "types_requests-2.31.0.20240311-py3-none-any.whl", hash = "sha256:47872893d65a38e282ee9f277a4ee50d1b28bd592040df7d1fdaffdf3779937d"}, + {file = "types-requests-2.32.0.20241016.tar.gz", hash = "sha256:0d9cad2f27515d0e3e3da7134a1b6f28fb97129d86b867f24d9c726452634d95"}, + {file = "types_requests-2.32.0.20241016-py3-none-any.whl", hash = "sha256:4195d62d6d3e043a4eaaf08ff8a62184584d2e8684e9d2aa178c7915a7da3747"}, ] [package.dependencies] @@ -8953,4 +8953,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "fe63a1898ba0a9bef6fd5aae09d9626643ea8e085e756bdbb8d8d907b9e9e01b" +content-hash = "d8ea2f26b84576a25d6709dd0963d906ce69dbcc3479d836e93cf0bd34deb8c1" diff --git a/pyproject.toml b/pyproject.toml index 9dd449e4a..0b20d9ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ mypy-protobuf = "3.1.0" types-protobuf = "5.26.0.20240422" types-orjson = "3.6.2" types-aiofiles = "23.2.0.20240106" -types-requests = "2.31.0.20240311" +types-requests = "2.32.0.20241016" black = "24.8.0" pip-licenses = "4.4.0" pytest-xdist = "3.6.1" @@ -132,7 +132,7 @@ optional = true [tool.poetry.group.all-runtimes-dev.dependencies] ## Dev dependencies from Alibi-Explain requests-mock = "~1.11.0" -types-requests = ">=2.28.11.5,<2.32.0.0" +types-requests = ">=2.28.11.5,<2.33.0.0" ## Dev dependencies from MLflow torch = "^2.4"