Merge pull request #213 from learnhouse/dependabot/pip/apps/api/boto3-1.34.79

This commit is contained in:
Badr B 2024-04-10 22:35:09 +02:00 committed by GitHub
commit 663c755b77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
apps/api/poetry.lock generated
View file

@ -215,17 +215,17 @@ typecheck = ["mypy"]
[[package]] [[package]]
name = "boto3" name = "boto3"
version = "1.34.74" version = "1.34.79"
description = "The AWS SDK for Python" description = "The AWS SDK for Python"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "boto3-1.34.74-py3-none-any.whl", hash = "sha256:71f551491fb12fe07727d371d5561c5919fdf33dbc1d4251c57940d267a53a9e"}, {file = "boto3-1.34.79-py3-none-any.whl", hash = "sha256:265b0b4865e8c07e27abb32a31d2bd9129bb009b1d89ca0783776ec084886123"},
{file = "boto3-1.34.74.tar.gz", hash = "sha256:b703e22775561a748adc4576c30424b81abd2a00d3c6fb28eec2e5cde92c1eed"}, {file = "boto3-1.34.79.tar.gz", hash = "sha256:139dd2d94eaa0e3213ff37ba7cf4cb2e3823269178fe8f3e33c965f680a9ddde"},
] ]
[package.dependencies] [package.dependencies]
botocore = ">=1.34.74,<1.35.0" botocore = ">=1.34.79,<1.35.0"
jmespath = ">=0.7.1,<2.0.0" jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0" s3transfer = ">=0.10.0,<0.11.0"
@ -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 = "5dba784d7ae3e0e7bc9d0a8321a1b41b46236928be33f198da42be856eb18aab" content-hash = "3ad9110e6f462f689369d8c966aa247fba4ddb7bd5f7aeafc861e62901698dba"

View file

@ -10,7 +10,7 @@ readme = "README.md"
version = "0.1.0" version = "0.1.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
boto3 = "^1.34.17" boto3 = "^1.34.79"
botocore = "^1.34.79" botocore = "^1.34.79"
chromadb = "^0.4.22" chromadb = "^0.4.22"
faker = "^24.8.0" faker = "^24.8.0"