mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
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:
commit
5c7c405e41
2 changed files with 5 additions and 5 deletions
8
apps/api/poetry.lock
generated
8
apps/api/poetry.lock
generated
|
|
@ -234,13 +234,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.34.79"
|
||||
version = "1.34.84"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "botocore-1.34.79-py3-none-any.whl", hash = "sha256:a42a014d3dbaa9ef123810592af69f9e55b456c5be3ac9efc037325685519e83"},
|
||||
{file = "botocore-1.34.79.tar.gz", hash = "sha256:6b59b0f7de219d383a2a633f6718c2600642ebcb707749dc6c67a6a436474b7a"},
|
||||
{file = "botocore-1.34.84-py3-none-any.whl", hash = "sha256:da1ae0a912e69e10daee2a34dafd6c6c106450d20b8623665feceb2d96c173eb"},
|
||||
{file = "botocore-1.34.84.tar.gz", hash = "sha256:a2b309bf5594f0eb6f63f355ade79ba575ce8bf672e52e91da1a7933caa245e6"},
|
||||
]
|
||||
|
||||
[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 = "5b457e6647489b3a77d05c3e9c909d60c1c91ad9d69c778b235f64a24a0ea835"
|
||||
content-hash = "0f7dbd7ca5511470158142c475dab8fad69ffb35fb31da437847bda67f3efbcb"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ version = "0.1.0"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
boto3 = "^1.34.79"
|
||||
botocore = "^1.34.79"
|
||||
botocore = "^1.34.84"
|
||||
chromadb = "^0.4.22"
|
||||
faker = "^24.9.0"
|
||||
fastapi = "^0.110.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue