From 5feca886539a9521ca17b6a1c519d4af774cf8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 09:02:54 +0100 Subject: [PATCH] build: bump requests from 2.31.0 to 2.32.0 (#955) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c2de0dc4..179eb4798 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4895,13 +4895,13 @@ files = [ [[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] @@ -6100,4 +6100,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "219f49926205f4b8663eeabdced85bfff1f141b43b5dfb19b0776a88826622d7" +content-hash = "57f1cd80aa1641598356e124f1f4d121d8fae14eb08967a6d94b3a6b98015386" diff --git a/pyproject.toml b/pyproject.toml index 2f5f3f74a..8688416c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ openai = "1.30.1" langchain = "0.1.20" langchain-community = "0.0.38" langchain-openai = "0.1.6" -requests = "2.31.0" +requests = "2.32.0" tiktoken = "0.7.0" azure-storage-queue = "12.10.0" beautifulsoup4 = "4.12.3"