From bf94d737313bf295c3634b831bc26460fc948f61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:51:03 +0000 Subject: [PATCH] Update dependency requests to v2.32.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7fe044da..11bfda6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2290,13 +2290,13 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "requests" -version = "2.32.2" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, - {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -2967,4 +2967,4 @@ test = ["pytest (>=8.1,<9.0)"] [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "7d280c6bb2e83394b44758c053a0fe51ca71e5aa8f8e8260b3f94b51a9844808" +content-hash = "abfdfbadccbdc851cc49c1aec1d1445bde675e5ecea5ab1b71da09ef51b16704" diff --git a/pyproject.toml b/pyproject.toml index c3c88643..335b883f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ ollama = "0.2.0" pyright = "1.1.365" ruff = "0.4.6" mahou = { git = "https://github.com/Japan7/mahou.py.git", rev = "07b4d7aa549775bec27a0722d70cf95e25f102c2" } -requests = "2.32.2" +requests = "2.32.3" # FIXME: https://pypi.org/project/types-redis/#description # Note: Redis-py 5.0.0 added a py.typed file, but the inline annotations are incomplete. # Continuing to use types-redis for the time being may lead to superior results.