From 86328b943241aa1e22d08eaacba2a8a23fc8d464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:01:21 +0100 Subject: [PATCH] build(deps): bump requests from 2.31.0 to 2.32.3 (#80) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63210d7..c190408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] keywords = [] dependencies = [ - "requests==2.31.0", + "requests==2.32.3", "openfeature-sdk==0.4.2", "typing_extensions==4.9.0", "httpx==0.27.2"