From c163bd54f92fc331012dacc707ad07084ec21033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 23:22:05 +0000 Subject: [PATCH] Bump boto3 from 1.35.91 to 1.35.92 in the pip-deps group Bumps the pip-deps group with 1 update: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.35.91 to 1.35.92 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.91...1.35.92) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ede5aa79f..c3ad3b6d4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -351,17 +351,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.91" +version = "1.35.92" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.91-py3-none-any.whl", hash = "sha256:eecef248f8743ab30036cd9c916808a0892fc9036e1a35434d8222060c08bbd2"}, - {file = "boto3-1.35.91.tar.gz", hash = "sha256:ba391982f6cada136c5bba99e85d7fe1bc4e157c53a22a78e4aca35d1b39152e"}, + {file = "boto3-1.35.92-py3-none-any.whl", hash = "sha256:786930d5f1cd13d03db59ff2abbb2b7ffc173fd66646d5d8bee07f316a5f16ca"}, + {file = "boto3-1.35.92.tar.gz", hash = "sha256:f7851cb320dcb2a53fc73b4075187ec9b05d51291539601fa238623fdc0e8cd3"}, ] [package.dependencies] -botocore = ">=1.35.91,<1.36.0" +botocore = ">=1.35.92,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -370,13 +370,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.91" +version = "1.35.92" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.91-py3-none-any.whl", hash = "sha256:93de9d0f52f7e36a2c190d55520d3b2654f32c5a628fdd484bffa00bc7865e1d"}, - {file = "botocore-1.35.91.tar.gz", hash = "sha256:7b0b9c5954701fff4d2c516918f45641b04ff4ca92bbd9f5b37c0b80f8c14220"}, + {file = "botocore-1.35.92-py3-none-any.whl", hash = "sha256:f94ae1e056a675bd67c8af98a6858d06e3927d974d6c712ed6e27bb1d11bee1d"}, + {file = "botocore-1.35.92.tar.gz", hash = "sha256:caa7d5d857fed5b3d694b89c45f82b9f938f840e90a4eb7bf50aa65da2ba8f82"}, ] [package.dependencies] @@ -3601,4 +3601,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "e2ee67860b989ce7cda75fa96b7744b6b9fe6382bf1905e84f4b624fc8cdca6d" +content-hash = "c896ffbb95fd297fe2219c308527a888d692b09f1b0d0d117f5f9417ad21ecc7" diff --git a/pyproject.toml b/pyproject.toml index cbc262814..e6c4ec10b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ mlflow = {extras = ["extras", "pipelines"], version = "^2.19.0"} azure-storage-blob = "^12.24.0" google-cloud-storage = "^2.19.0" SQLAlchemy = "^2.0.36" -boto3 = "^1.35.91" +boto3 = "^1.35.92" psycopg2-binary = "^2.9.10" protobuf = "^5.29.2" PyMySQL = "^1.1.1"