diff --git a/aws/amazon-sagemaker/pytorch-mnist/poetry.lock b/aws/amazon-sagemaker/pytorch-mnist/poetry.lock index 2385e8d0e7..50c3a93f86 100644 --- a/aws/amazon-sagemaker/pytorch-mnist/poetry.lock +++ b/aws/amazon-sagemaker/pytorch-mnist/poetry.lock @@ -20,41 +20,41 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[package]] name = "boto3" -version = "1.28.25" +version = "1.29.7" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.25-py3-none-any.whl", hash = "sha256:f08f6c83608721c2142abd2ccc5f15bd5c98c282ad9e0d39f9efc59d98604658"}, - {file = "boto3-1.28.25.tar.gz", hash = "sha256:20feedb753e87d6dd55665e2e9dda08b031518291350c9c57b552c86a537fd4e"}, + {file = "boto3-1.29.7-py3-none-any.whl", hash = "sha256:96e9890ebe7cd823b5f4976dd676e112c000c6528c28e20a2f274590589dd18b"}, + {file = "boto3-1.29.7.tar.gz", hash = "sha256:1eb4c548118b5fc5e018dee956fd33e6fb249cd1f2def85f1bba816aef4d9f3e"}, ] [package.dependencies] -botocore = ">=1.31.25,<1.32.0" +botocore = ">=1.32.7,<1.33.0" jmespath = ">=0.7.1,<2.0.0" -s3transfer = ">=0.6.0,<0.7.0" +s3transfer = ">=0.8.0,<0.9.0" [package.extras] crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.25" +version = "1.32.7" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.25-py3-none-any.whl", hash = "sha256:17cc6db84644251a5b519aeccd5eb1c313a18ef2e92616ec16182aa30c877152"}, - {file = "botocore-1.31.25.tar.gz", hash = "sha256:b8a40b0ca1e3c8290a4c0d473c8e1575d2e8b2ddc3c61dd8814c3976357cac84"}, + {file = "botocore-1.32.7-py3-none-any.whl", hash = "sha256:58b33d02cafa23461c8a9d211b30e8cded992380a84de409379fd02811fa3e11"}, + {file = "botocore-1.32.7.tar.gz", hash = "sha256:c6795c731b04c8e3635588c44cfd1a4462fc5987859195522c96812cf3eceff9"}, ] [package.dependencies] jmespath = ">=0.7.1,<2.0.0" python-dateutil = ">=2.1,<3.0.0" -urllib3 = ">=1.25.4,<1.27" +urllib3 = {version = ">=1.25.4,<2.1", markers = "python_version >= \"3.10\""} [package.extras] -crt = ["awscrt (==0.16.26)"] +crt = ["awscrt (==0.19.17)"] [[package]] name = "certifi" @@ -1131,34 +1131,34 @@ files = [ [[package]] name = "s3transfer" -version = "0.6.1" +version = "0.8.0" description = "An Amazon S3 Transfer Manager" optional = false python-versions = ">= 3.7" files = [ - {file = "s3transfer-0.6.1-py3-none-any.whl", hash = "sha256:3c0da2d074bf35d6870ef157158641178a4204a6e689e82546083e31e0311346"}, - {file = "s3transfer-0.6.1.tar.gz", hash = "sha256:640bb492711f4c0c0905e1f62b6aaeb771881935ad27884852411f8e9cacbca9"}, + {file = "s3transfer-0.8.0-py3-none-any.whl", hash = "sha256:baa479dc2e63e5c2ed51611b4d46cdf0295e2070d8d0b86b22f335ee5b954986"}, + {file = "s3transfer-0.8.0.tar.gz", hash = "sha256:e8d6bd52ffd99841e3a57b34370a54841f12d3aab072af862cdcc50955288002"}, ] [package.dependencies] -botocore = ">=1.12.36,<2.0a.0" +botocore = ">=1.32.7,<2.0a.0" [package.extras] -crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] +crt = ["botocore[crt] (>=1.32.7,<2.0a.0)"] [[package]] name = "sagemaker" -version = "2.197.0" +version = "2.198.0" description = "Open source library for training and deploying models on Amazon SageMaker." optional = false python-versions = ">= 3.8" files = [ - {file = "sagemaker-2.197.0.tar.gz", hash = "sha256:306fadff9009a7ca88f3bec6ce89fd38b5b3b3419fe4e1977bcd19cb4418f650"}, + {file = "sagemaker-2.198.0.tar.gz", hash = "sha256:6798d51a32e583c6d29355d947423b53e0d10271ae36bce609c8dd5ddced3e7b"}, ] [package.dependencies] attrs = ">=23.1.0,<24" -boto3 = ">=1.26.131,<2.0" +boto3 = ">=1.29.6,<2.0" cloudpickle = "2.2.1" google-pasta = "*" importlib-metadata = ">=1.4.0,<7.0" @@ -1425,4 +1425,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.10.x" -content-hash = "ad89c85bce04d3417f47fc35f3a50e30364cf1147f947483dc6fd59d130e8ed9" +content-hash = "153c4f266fffa08d3ebfb9f0d23b76a02ed31c2f37edaa9cb03960fa346e757e" diff --git a/aws/amazon-sagemaker/pytorch-mnist/pyproject.toml b/aws/amazon-sagemaker/pytorch-mnist/pyproject.toml index 5753f630c3..a33fef0276 100644 --- a/aws/amazon-sagemaker/pytorch-mnist/pyproject.toml +++ b/aws/amazon-sagemaker/pytorch-mnist/pyproject.toml @@ -11,7 +11,7 @@ torchvision = "0.16.1" [tool.poetry.group.dev.dependencies] poethepoet = "0.24.4" -sagemaker = "2.197.0" +sagemaker = "2.198.0" [build-system] requires = ["poetry-core"]