From 41630d891e09640d0ee20a829ccefd5186942493 Mon Sep 17 00:00:00 2001 From: Uchechukwu Orji Date: Mon, 10 Nov 2025 10:39:11 +0100 Subject: [PATCH] bump dependencies to use up to major version --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2adba05..0d6deb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,10 +24,10 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", ] dependencies = [ - "boto3 >=1.12.39,<1.38.0", - "requests >= 2.23,<2.32.4", - "aws-requests-auth >=0.4.2,<0.5", - "humanfriendly >=10.0,<11", + "boto3 >=1.12.39,<2", + "requests >= 2.23,<3", + "aws-requests-auth >=0.4.2,<1", + "humanfriendly >=10.0", ] dynamic = ["version"]