From 353768886e65640d1186bcdffb2d0da0da8a918c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 23:40:31 +0000 Subject: [PATCH] Bump boto3 from 1.35.80 to 1.35.81 in the pip-deps group Bumps the pip-deps group with 1 update: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.35.80 to 1.35.81 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.80...1.35.81) --- 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 e3e38ff6d..5ffccdc46 100644 --- a/poetry.lock +++ b/poetry.lock @@ -351,17 +351,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.80" +version = "1.35.81" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.80-py3-none-any.whl", hash = "sha256:21a3b18c3a7fd20e463708fe3fa035983105dc7f3a1c274e1903e1583ab91159"}, - {file = "boto3-1.35.80.tar.gz", hash = "sha256:50dae461ab5fbedfb81b690895d48a918fed0d5fdff37be1c4232770c0dc9712"}, + {file = "boto3-1.35.81-py3-none-any.whl", hash = "sha256:742941b2424c0223d2d94a08c3485462fa7c58d816b62ca80f08e555243acee1"}, + {file = "boto3-1.35.81.tar.gz", hash = "sha256:d2e95fa06f095b8e0c545dd678c6269d253809b2997c30f5ce8a956c410b4e86"}, ] [package.dependencies] -botocore = ">=1.35.80,<1.36.0" +botocore = ">=1.35.81,<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.80" +version = "1.35.81" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.80-py3-none-any.whl", hash = "sha256:36e589dccb62380abd628b08fecfa2f7c89b99f41ec9fc42c467c94008c0be4a"}, - {file = "botocore-1.35.80.tar.gz", hash = "sha256:b8dfceca58891cb2711bd6455ec4f7159051f3796e0f64adef9bb334f19d8a92"}, + {file = "botocore-1.35.81-py3-none-any.whl", hash = "sha256:a7b13bbd959bf2d6f38f681676aab408be01974c46802ab997617b51399239f7"}, + {file = "botocore-1.35.81.tar.gz", hash = "sha256:564c2478e50179e0b766e6a87e5e0cdd35e1bc37eb375c1cf15511f5dd13600d"}, ] [package.dependencies] @@ -3601,4 +3601,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "eb6eca74c8a902dbce95eaf9043c051564896e8676dea0b35a80f3d4ec0e11b8" +content-hash = "21acc8c6de319b85469b81434f86abad2f2fd844f4d2a4dc501dfc59b6cce393" diff --git a/pyproject.toml b/pyproject.toml index 23bf4a3c8..86b64a504 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.80" +boto3 = "^1.35.81" psycopg2-binary = "^2.9.10" protobuf = "^5.29.1" PyMySQL = "^1.1.1"