From 68bb1a95e98da46b55c6a97270886d30d8c30535 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 16:40:19 +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 c9bfbde1c..c2989a2e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1681,13 +1681,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] @@ -2258,4 +2258,4 @@ wsgi = ["pyramid"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "370508e6fee1f6913cd2e4159f3748e6866fa90fe08090be49a80c1231d249d8" +content-hash = "3151301fc17183624c64b1c40d6ec511ca32fa28824db6294d141f042a4c8465" diff --git a/pyproject.toml b/pyproject.toml index 385ba5d4d..b63a19579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ prometheus_client = { version = "0.18.0", optional = true } Pillow = "10.3.0" pyproj = "3.6.1" pyramid = { version = "2.0.2", optional = true } -requests = "2.32.2" +requests = "2.32.3" redis = { version = "5.0.4", optional = true } cryptography = "42.0.7" idna = "3.7"