From 87d4687935c9960001004760271097041af4b581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:37:21 +0000 Subject: [PATCH] chore(deps): bump botocore from 1.34.74 to 1.34.79 in /apps/api Bumps [botocore](https://github.com/boto/botocore) from 1.34.74 to 1.34.79. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.74...1.34.79) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/poetry.lock | 8 ++++---- apps/api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 4f753079..c10b2f1c 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -234,13 +234,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.74" +version = "1.34.79" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.74-py3-none-any.whl", hash = "sha256:5d2015b5d91d6c402c122783729ce995ed7283a746b0380957026dc2b3b75969"}, - {file = "botocore-1.34.74.tar.gz", hash = "sha256:32bb519bae62483893330c18a0ea4fd09d1ffa32bc573cd8559c2d9a08fb8c5c"}, + {file = "botocore-1.34.79-py3-none-any.whl", hash = "sha256:a42a014d3dbaa9ef123810592af69f9e55b456c5be3ac9efc037325685519e83"}, + {file = "botocore-1.34.79.tar.gz", hash = "sha256:6b59b0f7de219d383a2a633f6718c2600642ebcb707749dc6c67a6a436474b7a"}, ] [package.dependencies] @@ -3730,4 +3730,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "026944fd98e8c52ec06cbe9dfc55af2eddc79de98ecf5a0ff4183a4fa584ec8d" +content-hash = "191e86dfe41fe5b28355860989170659ad433f5752d650bbdc04b6ab8aab0d0d" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 4e7fbf70..edb9aea5 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -11,7 +11,7 @@ version = "0.1.0" [tool.poetry.dependencies] boto3 = "^1.34.17" -botocore = "^1.34.74" +botocore = "^1.34.79" chromadb = "^0.4.22" faker = "^24.4.0" fastapi = "^0.110.0"