diff --git a/pyproject.toml b/pyproject.toml index 8415329..9c8d7f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,11 +49,11 @@ classifiers = [ ] dependencies = [ - "boto3>=1.35.0,<2.0.0", + "boto3>=1.40.0,<2.0.0", "click>=8.1.0,<9.0.0", - "cryptography>=42.0.0,<45.0.0", + "cryptography>=44.0.0,<46.0.0", "python-dateutil>=2.9.0,<3.0.0", - "requests>=2.32.0,<3.0.0", + "requests>=2.32.4,<3.0.0", ] [project.urls]