From e75e38272fb23cdc32306288e1946b53aceed9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:06:18 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5cec7ad..7427491 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2015,13 +2015,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -2596,4 +2596,4 @@ sqs = ["boto3"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "9af183f9bc7b6fc5a5f83fae7524449c2d51a2edd2544581b32d7cae83801fe3" +content-hash = "292b06129a41f0d3b24682dc5b07c92a0c011d6035d405011a25cfc6bf0649d1" diff --git a/pyproject.toml b/pyproject.toml index 52236b3..9313e98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ uvicorn = ">=0.23.2,<0.24.0" orjson = ">=3.9.2,<3.10.0" starlette = ">=0.27.0,<0.36.0" pydantic = ">=1.10.12,<2.6.0" -requests = ">=2.31.0,<2.32.0" +requests = ">=2.31.0,<2.33.0" aiohttp = ">=3.8.6,<3.10.0" # TODO(chiragjn): Allow 2.x because it is backward-compatible urllib3 = ">=1.26.18,<2.0.0"