chore(deps): bump botocore from 1.34.46 to 1.34.74 in /apps/api

Bumps [botocore](https://github.com/boto/botocore) from 1.34.46 to 1.34.74.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.34.46...1.34.74)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-31 00:32:38 +00:00 committed by GitHub
parent ef73aae50a
commit e66321a1c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
apps/api/poetry.lock generated
View file

@ -234,19 +234,19 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]] [[package]]
name = "botocore" name = "botocore"
version = "1.34.46" version = "1.34.74"
description = "Low-level, data-driven core of boto 3." description = "Low-level, data-driven core of boto 3."
optional = false optional = false
python-versions = ">= 3.8" python-versions = ">=3.8"
files = [ files = [
{file = "botocore-1.34.46-py3-none-any.whl", hash = "sha256:f54330ba1e8ce31489a4e09b4ba8afbf84be01bbc48dbb31d44897fb7657f7ad"}, {file = "botocore-1.34.74-py3-none-any.whl", hash = "sha256:5d2015b5d91d6c402c122783729ce995ed7283a746b0380957026dc2b3b75969"},
{file = "botocore-1.34.46.tar.gz", hash = "sha256:21a6c391c6b4869aed66bc888b8e6d54581b343514cfe97dbe71ede12026c3cc"}, {file = "botocore-1.34.74.tar.gz", hash = "sha256:32bb519bae62483893330c18a0ea4fd09d1ffa32bc573cd8559c2d9a08fb8c5c"},
] ]
[package.dependencies] [package.dependencies]
jmespath = ">=0.7.1,<2.0.0" jmespath = ">=0.7.1,<2.0.0"
python-dateutil = ">=2.1,<3.0.0" python-dateutil = ">=2.1,<3.0.0"
urllib3 = {version = ">=1.25.4,<2.1", markers = "python_version >= \"3.10\""} urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}
[package.extras] [package.extras]
crt = ["awscrt (==0.19.19)"] crt = ["awscrt (==0.19.19)"]
@ -3568,4 +3568,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "aace13f84c5c679ec51e40dc290631157ebb06fbb8127feff4998ebe1be74d41" content-hash = "8cc0ba4c74018dcff263b962da65724434f34a806497fcc0b70b586915574dcf"

View file

@ -10,7 +10,7 @@ version = "0.1.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
boto3 = "^1.34.17" boto3 = "^1.34.17"
botocore = "^1.34.17" botocore = "^1.34.74"
chromadb = "^0.4.22" chromadb = "^0.4.22"
faker = "^24.4.0" faker = "^24.4.0"
fastapi = "^0.110.0" fastapi = "^0.110.0"