From 2ec78a530edf8065732f65f742b9a0d531000006 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Wed, 7 Feb 2024 10:57:52 -0800 Subject: [PATCH] (PPS-697) allow any version of boto3 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 04bac8366..f6d70d1a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2557,4 +2557,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0.0" -content-hash = "b690c9d1c075dd3e6ee97c6469712aeed0d3754af7df0755f8b9c94e01080dff" +content-hash = "301e6264d61bdf46fe70ffcccbf4a198de2b4b81aa02f2339463ea2af8b7fcca" diff --git a/pyproject.toml b/pyproject.toml index d7f131bb1..20dcdd8e1 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ authlib = {git = "https://github.com/uc-cdis/authlib", rev = "v0.11_CVE_patch_v1 authutils = "^6.2.2" bcrypt = "^3.1.4" -boto3 = "^1.9.91" +boto3 = "*" botocore = "*" cached_property = "^1.5.1" cdiserrors = "<2.0.0"