From d41aefbe6bfdce208fc8cdef233bcb73021decee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:41:21 +0000 Subject: [PATCH] [deps]: Update requests to v2.32.2 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6d8b97..7f78bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ keywords = ["splunk", "bitwarden"] [tool.poetry.dependencies] python = ">=3.7.17" -requests = "2.31.0" +requests = "2.32.2" splunk-sdk = "2.0.1" splunktaucclib = { version = "6.2.1", python = "^3.7" } python-dateutil = "2.9.0.post0"