From e978e89c3fbaf72d622efb4668d4fd7cc5e3018d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:35:27 +0000 Subject: [PATCH] Bump botocore from 1.35.93 to 1.35.98 Bumps [botocore](https://github.com/boto/botocore) from 1.35.93 to 1.35.98. - [Commits](https://github.com/boto/botocore/compare/1.35.93...1.35.98) --- 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 b09e1e8..a81788f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -59,13 +59,13 @@ files = [ [[package]] name = "botocore" -version = "1.35.93" +version = "1.35.98" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">=3.8" files = [ - {file = "botocore-1.35.93-py3-none-any.whl", hash = "sha256:47f7161000af6036f806449e3de12acdd3ec11aac7f5578e43e96241413a0f8f"}, - {file = "botocore-1.35.93.tar.gz", hash = "sha256:b8d245a01e7d64c41edcf75a42be158df57b9518a83a3dbf5c7e4b8c2bc540cc"}, + {file = "botocore-1.35.98-py3-none-any.whl", hash = "sha256:4f1c0b687488663a774ad3a5e81a5f94fae1bcada2364cfdc48482c4dbf794d5"}, + {file = "botocore-1.35.98.tar.gz", hash = "sha256:d11742b3824bdeac3c89eeeaf5132351af41823bbcef8fc15e95c8250b1de09c"}, ] [package.dependencies] @@ -1514,4 +1514,4 @@ opentelemetry = ["botocore", "fastapi", "opentelemetry-api", "opentelemetry-expo [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8c210a1089bb8ed21f3d36561111149fb5edc50c937ac0aa06b8516a97484335" +content-hash = "12f7fe88bc528c4148a868f607d6a298174e0151ebec1c7510d86ef84192beb9" diff --git a/pyproject.toml b/pyproject.toml index f7357fd..af4a73c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ opentelemetry-instrumentation-botocore = { version = ">=0.48b0", optional = true opentelemetry-instrumentation-fastapi = { version = ">=0.48b0", optional = true } opentelemetry-instrumentation-pymongo = { version = ">=0.48b0", optional = true } opentelemetry-instrumentation-redis = { version = ">=0.48b0", optional = true } -botocore = { version = "^1.35.82", optional = true } +botocore = { version = "^1.35.98", optional = true } fastapi = { version = ">=0.115.2", optional = true } cryptography = { version = ">=43.0.3", optional = true } faas-cache-dict = { version = "^0.5.0", optional = true }