diff --git a/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/poetry.lock b/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/poetry.lock index 9db98e73b..fff14f459 100644 --- a/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/poetry.lock +++ b/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/poetry.lock @@ -32,17 +32,17 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "boto3" -version = "1.35.33" +version = "1.35.36" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.33-py3-none-any.whl", hash = "sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb"}, - {file = "boto3-1.35.33.tar.gz", hash = "sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69"}, + {file = "boto3-1.35.36-py3-none-any.whl", hash = "sha256:33735b9449cd2ef176531ba2cb2265c904a91244440b0e161a17da9d24a1e6d1"}, + {file = "boto3-1.35.36.tar.gz", hash = "sha256:586524b623e4fbbebe28b604c6205eb12f263cc4746bccb011562d07e217a4cb"}, ] [package.dependencies] -botocore = ">=1.35.33,<1.36.0" +botocore = ">=1.35.36,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -51,13 +51,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.33" +version = "1.35.36" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.33-py3-none-any.whl", hash = "sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd"}, - {file = "botocore-1.35.33.tar.gz", hash = "sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e"}, + {file = "botocore-1.35.36-py3-none-any.whl", hash = "sha256:64241c778bf2dc863d93abab159e14024d97a926a5715056ef6411418cb9ead3"}, + {file = "botocore-1.35.36.tar.gz", hash = "sha256:354ec1b766f0029b5d6ff0c45d1a0f9e5007b7d2f3ec89bcdd755b208c5bc797"}, ] [package.dependencies] @@ -1427,4 +1427,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "3.12.x" -content-hash = "30f8b4e441f59dcd05aee3604c33a27f7df840943b3476a13321c36bd23727c9" +content-hash = "83848e3c577d4e18b2af4bc5976880dc0fb11ccd38abc1521ca3774349f6e3c5" diff --git a/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/pyproject.toml b/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/pyproject.toml index 50e319436..181a81f95 100644 --- a/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/pyproject.toml +++ b/machine-learning/triton/amazon-sagamaker-triton-resnet-50/deploy/pyproject.toml @@ -3,7 +3,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.12.x" -boto3 = "1.35.33" +boto3 = "1.35.36" sagemaker = "2.231.0" [tool.poetry.group.dev.dependencies]