Merge pull request #217 from learnhouse/dependabot/pip/apps/api/botocore-1.34.84

chore(deps): bump botocore from 1.34.79 to 1.34.84 in /apps/api
This commit is contained in:
Badr B 2024-04-18 15:43:59 +02:00 committed by GitHub
commit 5c7c405e41
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]] [[package]]
name = "botocore" name = "botocore"
version = "1.34.79" version = "1.34.84"
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.79-py3-none-any.whl", hash = "sha256:a42a014d3dbaa9ef123810592af69f9e55b456c5be3ac9efc037325685519e83"}, {file = "botocore-1.34.84-py3-none-any.whl", hash = "sha256:da1ae0a912e69e10daee2a34dafd6c6c106450d20b8623665feceb2d96c173eb"},
{file = "botocore-1.34.79.tar.gz", hash = "sha256:6b59b0f7de219d383a2a633f6718c2600642ebcb707749dc6c67a6a436474b7a"}, {file = "botocore-1.34.84.tar.gz", hash = "sha256:a2b309bf5594f0eb6f63f355ade79ba575ce8bf672e52e91da1a7933caa245e6"},
] ]
[package.dependencies] [package.dependencies]
@ -3730,4 +3730,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 = "5b457e6647489b3a77d05c3e9c909d60c1c91ad9d69c778b235f64a24a0ea835" content-hash = "0f7dbd7ca5511470158142c475dab8fad69ffb35fb31da437847bda67f3efbcb"

View file

@ -11,7 +11,7 @@ version = "0.1.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
boto3 = "^1.34.79" boto3 = "^1.34.79"
botocore = "^1.34.79" botocore = "^1.34.84"
chromadb = "^0.4.22" chromadb = "^0.4.22"
faker = "^24.9.0" faker = "^24.9.0"
fastapi = "^0.110.1" fastapi = "^0.110.1"