From 13ae5fda99e8b696ba4a79c7898e93ba053f595d Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Wed, 22 May 2024 07:03:41 -0700 Subject: [PATCH] fix(deps): update minimum dependency versions in pyproject.toml Update the minimum versions of the dependencies in the pyproject.toml file. This is related to PR #2878 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5e9c26a1..ff43ca62d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,8 @@ maintainers = [ ] requires-python = ">=3.8.0" dependencies = [ - "requests>=2.25.0", - "requests-toolbelt>=0.10.1", + "requests>=2.32.0", + "requests-toolbelt>=1.0.0", ] classifiers = [ "Development Status :: 5 - Production/Stable",