chore(deps): bump boto3 from 1.34.74 to 1.34.79 in /apps/api

Bumps [boto3](https://github.com/boto/boto3) from 1.34.74 to 1.34.79.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.34.74...1.34.79)

---
updated-dependencies:
- dependency-name: boto3
  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-04-10 20:33:54 +00:00 committed by GitHub
parent 2b5758b6ef
commit a961d0efde
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]]
name = "boto3"
version = "1.34.74"
version = "1.34.79"
description = "The AWS SDK for Python"
optional = false
python-versions = ">=3.8"
files = [
{file = "boto3-1.34.74-py3-none-any.whl", hash = "sha256:71f551491fb12fe07727d371d5561c5919fdf33dbc1d4251c57940d267a53a9e"},
{file = "boto3-1.34.74.tar.gz", hash = "sha256:b703e22775561a748adc4576c30424b81abd2a00d3c6fb28eec2e5cde92c1eed"},
{file = "boto3-1.34.79-py3-none-any.whl", hash = "sha256:265b0b4865e8c07e27abb32a31d2bd9129bb009b1d89ca0783776ec084886123"},
{file = "boto3-1.34.79.tar.gz", hash = "sha256:139dd2d94eaa0e3213ff37ba7cf4cb2e3823269178fe8f3e33c965f680a9ddde"},
]
[package.dependencies]
botocore = ">=1.34.74,<1.35.0"
botocore = ">=1.34.79,<1.35.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.10.0,<0.11.0"
@ -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 = "5dba784d7ae3e0e7bc9d0a8321a1b41b46236928be33f198da42be856eb18aab"
content-hash = "3ad9110e6f462f689369d8c966aa247fba4ddb7bd5f7aeafc861e62901698dba"

View file

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