mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
Merge pull request #172 from learnhouse/dependabot/pip/apps/api/botocore-1.34.74
chore(deps): bump botocore from 1.34.46 to 1.34.74 in /apps/api
This commit is contained in:
commit
51bd2d2848
2 changed files with 7 additions and 7 deletions
10
apps/api/poetry.lock
generated
10
apps/api/poetry.lock
generated
|
|
@ -234,19 +234,19 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|||
|
||||
[[package]]
|
||||
name = "botocore"
|
||||
version = "1.34.46"
|
||||
version = "1.34.74"
|
||||
description = "Low-level, data-driven core of boto 3."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "botocore-1.34.46-py3-none-any.whl", hash = "sha256:f54330ba1e8ce31489a4e09b4ba8afbf84be01bbc48dbb31d44897fb7657f7ad"},
|
||||
{file = "botocore-1.34.46.tar.gz", hash = "sha256:21a6c391c6b4869aed66bc888b8e6d54581b343514cfe97dbe71ede12026c3cc"},
|
||||
{file = "botocore-1.34.74-py3-none-any.whl", hash = "sha256:5d2015b5d91d6c402c122783729ce995ed7283a746b0380957026dc2b3b75969"},
|
||||
{file = "botocore-1.34.74.tar.gz", hash = "sha256:32bb519bae62483893330c18a0ea4fd09d1ffa32bc573cd8559c2d9a08fb8c5c"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
jmespath = ">=0.7.1,<2.0.0"
|
||||
python-dateutil = ">=2.1,<3.0.0"
|
||||
urllib3 = {version = ">=1.25.4,<2.1", markers = "python_version >= \"3.10\""}
|
||||
urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""}
|
||||
|
||||
[package.extras]
|
||||
crt = ["awscrt (==0.19.19)"]
|
||||
|
|
@ -3568,4 +3568,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "aace13f84c5c679ec51e40dc290631157ebb06fbb8127feff4998ebe1be74d41"
|
||||
content-hash = "8cc0ba4c74018dcff263b962da65724434f34a806497fcc0b70b586915574dcf"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ version = "0.1.0"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
boto3 = "^1.34.17"
|
||||
botocore = "^1.34.17"
|
||||
botocore = "^1.34.74"
|
||||
chromadb = "^0.4.22"
|
||||
faker = "^24.4.0"
|
||||
fastapi = "^0.110.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue