From 1e7ad4a43d6133692013d5f6fbb9cf81e1bfe22f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:09:54 +0000 Subject: [PATCH] Bump botocore from 1.35.65 to 1.35.69 Bumps [botocore](https://github.com/boto/botocore) from 1.35.65 to 1.35.69. - [Commits](https://github.com/boto/botocore/compare/1.35.65...1.35.69) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5a81cc9..6d31c6c 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 = "annotated-types" @@ -58,13 +58,13 @@ files = [ [[package]] name = "botocore" -version = "1.35.65" +version = "1.35.69" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">=3.8" files = [ - {file = "botocore-1.35.65-py3-none-any.whl", hash = "sha256:8fcaa82ab2338f412e1494449c4c57f9ca785623fb0303f6be5b279c4d27522c"}, - {file = "botocore-1.35.65.tar.gz", hash = "sha256:46652f732f2b2fb395fffcc33cacb288d05ea283047c9a996fb59d6849464919"}, + {file = "botocore-1.35.69-py3-none-any.whl", hash = "sha256:cad8d9305f873404eee4b197d84e60a40975d43cbe1ab63abe893420ddfe6e3c"}, + {file = "botocore-1.35.69.tar.gz", hash = "sha256:f9f23dd76fb247d9b0e8d411d2995e6f847fc451c026f1e58e300f815b0b36eb"}, ] [package.dependencies] @@ -1523,4 +1523,4 @@ opentelemetry = ["botocore", "fastapi", "opentelemetry-api", "opentelemetry-expo [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "27ef9928761264d71700b72b93d2464734982e538a07613802e473bf018f7ef7" +content-hash = "982dcc026bd8e463f9c719be94156a2313efb02fe4b38d83e357b2d118473820" diff --git a/pyproject.toml b/pyproject.toml index d83c324..d9fe602 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.64", optional = true } +botocore = { version = "^1.35.69", 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 }