From c74257a96ec77ef15268b8179238ab22d7180cec Mon Sep 17 00:00:00 2001 From: David Michaels Date: Sat, 29 Jun 2024 08:05:20 -0400 Subject: [PATCH] update boto3 versions --- poetry.lock | 2 +- pyproject.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d8848bdc8..831ed361d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3912,4 +3912,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "74a5ab13f40bbf5fa7c8224ab5005028b6c596dbb0e6fa8ec62ebd1a8dab8f68" +content-hash = "615ce75aa925f20c9277b30082b539e89d757101fbf69dce1803bb8240d7e911" diff --git a/pyproject.toml b/pyproject.toml index c4954e12d..a2e7a5314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicsnovault" -version = "11.16.0.1b5" # TODO: To become 11.17.0 +version = "11.16.0.1b6" # TODO: To become 11.17.0 description = "Storage support for 4DN Data Portals." authors = ["4DN-DCIC Team "] license = "MIT" @@ -40,8 +40,8 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.9,<3.13" aws_requests_auth = "^0.4.1" -boto3 = "^1.34.135" -botocore = "^1.34.135" +boto3 = "^1.34.136" +botocore = "^1.34.136" elasticsearch = "7.13.4" # versions >= 7.14.0 lock out AWS ES elasticsearch_dsl = "^7.4.0" #python-3.12 elasticsearch = "^7.17.9" @@ -94,8 +94,8 @@ xlrd = "^1.0.0" jsonschema = {extras = ["format-nongpl"], version = "^4.19.0"} [tool.poetry.dev-dependencies] -boto3-stubs = "^1.34.135" -botocore-stubs = "^1.34.135" +boto3-stubs = "^1.34.136" +botocore-stubs = "^1.34.136" coverage = ">=6.2" codacy-coverage = ">=1.3.11" # When we add coverage, this must be loaded manually in GA workflow for coverage because a dependency on 2to3