From 246354d068681278f0b9bc2527ea5c79b63a82a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:55:23 +0000 Subject: [PATCH] Bump botocore from 1.35.54 to 1.35.61 Bumps [botocore](https://github.com/boto/botocore) from 1.35.54 to 1.35.61. - [Commits](https://github.com/boto/botocore/compare/1.35.54...1.35.61) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e27ba70..3248ed7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -361,13 +361,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.54" +version = "1.35.61" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.54-py3-none-any.whl", hash = "sha256:9cca1811094b6cdc144c2c063a3ec2db6d7c88194b04d4277cd34fc8e3473aff"}, - {file = "botocore-1.35.54.tar.gz", hash = "sha256:131bb59ce59c8a939b31e8e647242d70cf11d32d4529fa4dca01feea1e891a76"}, + {file = "botocore-1.35.61-py3-none-any.whl", hash = "sha256:6bf15cb459d71e53239474bf8a47c1cda0e309b8e05cbe61561fd70cf0c4551d"}, + {file = "botocore-1.35.61.tar.gz", hash = "sha256:f6ddaa5f5eca2829ce5ed798d1cfee99479d5d4fb6d05fc20ca918d0dbe98d8f"}, ] [package.dependencies] @@ -2653,4 +2653,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0483372c7ef7e3fb532421c0b64757721bd7e06f53e047988ea3889612132685" +content-hash = "747448f79e6a4e80f787071802673d3b2e94e9b503a614f4a1ebd5963d40d881" diff --git a/pyproject.toml b/pyproject.toml index abc8d5d..bf3053c 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.35.54" +botocore = "^1.35.61" [tool.poetry.group.dev.dependencies] vcrpy = "^6.0.2"