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 2993ee707c..9db98e73b3 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.31" +version = "1.35.33" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.31-py3-none-any.whl", hash = "sha256:2e9af74d10d8af7610a8d8468d2914961f116912a024fce17351825260385a52"}, - {file = "boto3-1.35.31.tar.gz", hash = "sha256:8c593af260c4ea3eb6f079c09908f94494ca2222aa4e40a7ff490fab1cee8b39"}, + {file = "boto3-1.35.33-py3-none-any.whl", hash = "sha256:4064e95d4035d4d3dd4eb59eaa5908d14d194b512d1dc1d271647b0c661fbdbb"}, + {file = "boto3-1.35.33.tar.gz", hash = "sha256:d206e8295e856ded7c8fab086784dc17863ed9d735458145c2ef5b25604aef69"}, ] [package.dependencies] -botocore = ">=1.35.31,<1.36.0" +botocore = ">=1.35.33,<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.31" +version = "1.35.33" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.31-py3-none-any.whl", hash = "sha256:4cee814875bc78656aef4011d3d6b2231e96f53ea3661ee428201afb579d5c31"}, - {file = "botocore-1.35.31.tar.gz", hash = "sha256:f7bfa910cf2cbcc8c2307c1cf7b93495d614c2d699883417893e0a337fe4eb63"}, + {file = "botocore-1.35.33-py3-none-any.whl", hash = "sha256:b7b1ed59a224616912c7546fa19ffd542c745818179ee0640a8a00b155bcd9cd"}, + {file = "botocore-1.35.33.tar.gz", hash = "sha256:b149940c59aa318e020191c9e5644361b2371e77d0346a3819728b49d3fa2e4e"}, ] [package.dependencies] @@ -66,7 +66,7 @@ python-dateutil = ">=2.1,<3.0.0" urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""} [package.extras] -crt = ["awscrt (==0.21.5)"] +crt = ["awscrt (==0.22.0)"] [[package]] name = "certifi" @@ -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 = "371bd2e20d43230aab273bd4feef452a8cc7a870e4ad8214b91b961a2d86d294" +content-hash = "30f8b4e441f59dcd05aee3604c33a27f7df840943b3476a13321c36bd23727c9" 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 591439c860..50e319436c 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.31" +boto3 = "1.35.33" sagemaker = "2.231.0" [tool.poetry.group.dev.dependencies]