mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
Bump tenacity from 8.5.0 to 9.0.0 (#823)
Bumps [tenacity](https://github.com/jd/tenacity) from 8.5.0 to 9.0.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.5.0...9.0.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c88dbb3575
commit
85a5a61340
8
poetry.lock
generated
8
poetry.lock
generated
@ -4619,13 +4619,13 @@ notebook = ["ipywidgets (>=7.0.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "tenacity"
|
||||
version = "8.5.0"
|
||||
version = "9.0.0"
|
||||
description = "Retry code until it succeeds"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "tenacity-8.5.0-py3-none-any.whl", hash = "sha256:b594c2a5945830c267ce6b79a166228323ed52718f30302c1359836112346687"},
|
||||
{file = "tenacity-8.5.0.tar.gz", hash = "sha256:8bc6c0c8a09b31e6cad13c47afbed1a567518250a9a171418582ed8d9c20ca78"},
|
||||
{file = "tenacity-9.0.0-py3-none-any.whl", hash = "sha256:93de0c98785b27fcf659856aa9f54bfbd399e29969b0621bc7f762bd441b4539"},
|
||||
{file = "tenacity-9.0.0.tar.gz", hash = "sha256:807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
@ -5162,4 +5162,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.10,<3.13"
|
||||
content-hash = "5ae9f16495a4c4a6a542fd3bb0dd95c17553e768de3d4a02545cff876c073ba3"
|
||||
content-hash = "8f3a810eac9d6790c386410a87db1ae84e01b477d8ac308efce2707dca2bf0f4"
|
||||
|
||||
@ -72,7 +72,7 @@ pyaml-env = "^1.2.1"
|
||||
python-dotenv = "^1.0.0"
|
||||
|
||||
# Network
|
||||
tenacity = "^8.5.0"
|
||||
tenacity = "^9.0.0"
|
||||
|
||||
swifter = "^1.4.0"
|
||||
pydantic = "^2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user