mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
chore(deps): bump tenacity from 8.3.0 to 8.4.1 (#2483)
This commit is contained in:
parent
1075f5abad
commit
f91fb3a839
8
poetry.lock
generated
8
poetry.lock
generated
@ -6268,13 +6268,13 @@ mpmath = ">=0.19"
|
||||
|
||||
[[package]]
|
||||
name = "tenacity"
|
||||
version = "8.3.0"
|
||||
version = "8.4.1"
|
||||
description = "Retry code until it succeeds"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "tenacity-8.3.0-py3-none-any.whl", hash = "sha256:3649f6443dbc0d9b01b9d8020a9c4ec7a1ff5f6f3c6c8a036ef371f573fe9185"},
|
||||
{file = "tenacity-8.3.0.tar.gz", hash = "sha256:953d4e6ad24357bceffbc9707bc74349aca9d245f68eb65419cf0c249a1949a2"},
|
||||
{file = "tenacity-8.4.1-py3-none-any.whl", hash = "sha256:28522e692eda3e1b8f5e99c51464efcc0b9fc86933da92415168bc1c4e2308fa"},
|
||||
{file = "tenacity-8.4.1.tar.gz", hash = "sha256:54b1412b878ddf7e1f1577cd49527bad8cdef32421bd599beac0c6c3f10582fd"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
@ -7634,4 +7634,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "6ecc369caf1256f86a6cfb642213180173c011eb6de7ffecac002ce5d0b4a661"
|
||||
content-hash = "7af3c83a779d1011931c4064cd7535498d5ee7996d17e0abec13a34e36e53285"
|
||||
|
||||
@ -32,7 +32,7 @@ boto3 = "*"
|
||||
minio = "^7.2.7"
|
||||
gevent = "^24.2.1"
|
||||
pyarrow = "16.1.0" # transitive dependency, pinned here to avoid conflicts
|
||||
tenacity = "^8.3.0"
|
||||
tenacity = "^8.4.1"
|
||||
zope-interface = "6.4.post2"
|
||||
|
||||
[tool.poetry.group.llama-index.dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user