From ae9faa93d5fdbb60658cac12d89d849f06afa789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:57:14 +0000 Subject: [PATCH] Bump botocore from 1.35.48 to 1.35.54 (#327) Bumps [botocore](https://github.com/boto/botocore) from 1.35.48 to 1.35.54. - [Commits](https://github.com/boto/botocore/compare/1.35.48...1.35.54) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d7ab1fc..e27ba70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "acryl-datahub" @@ -361,13 +361,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.48" +version = "1.35.54" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.48-py3-none-any.whl", hash = "sha256:34fa25fd717208b05745e60f271a39636108fa87a3512fbca18e7e6f787a3239"}, - {file = "botocore-1.35.48.tar.gz", hash = "sha256:3e766cc251053c9ef98542fdf225381ed58531769c3811a6282bd7247f7e2bdf"}, + {file = "botocore-1.35.54-py3-none-any.whl", hash = "sha256:9cca1811094b6cdc144c2c063a3ec2db6d7c88194b04d4277cd34fc8e3473aff"}, + {file = "botocore-1.35.54.tar.gz", hash = "sha256:131bb59ce59c8a939b31e8e647242d70cf11d32d4529fa4dca01feea1e891a76"}, ] [package.dependencies] @@ -2653,4 +2653,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9de3b9136c3e008113d4927336e256e7d3c8b56dba656fdc80e7fb1d7ccd0aa3" +content-hash = "0483372c7ef7e3fb532421c0b64757721bd7e06f53e047988ea3889612132685" diff --git a/pyproject.toml b/pyproject.toml index 62a57d9..abc8d5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ moto = "4" acryl-datahub = {version = "0.14.1", extras = ["dbt"]} pandas = "^2.2.3" semantic-version = "^2.10.0" -botocore = "^1.34.162" +botocore = "^1.35.54" [tool.poetry.group.dev.dependencies] vcrpy = "^6.0.2"