Merge pull request #206 from learnhouse/dependabot/pip/apps/api/botocore-1.34.79

This commit is contained in:
Badr B 2024-04-08 09:32:56 +02:00 committed by GitHub
commit a6ccf29f66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
apps/api/poetry.lock generated
View file

@ -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"

View file

@ -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"