diff --git a/poetry.lock b/poetry.lock index dd68b8aa..365a6e32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1939,13 +1939,13 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[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] @@ -2157,4 +2157,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8d4838d5317c128a01cd8f8111e1e0aef19023efd6057588deb43e1d28e9f37f" +content-hash = "a9d43b337ad3a2a1abdd541c3f83c0a7afcb965c7e6ffe60a44b09e2fafb6a05" diff --git a/pyproject.toml b/pyproject.toml index b49a270d..cb6a1fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ lightkube = "^0.15.3" python = "^3.10" ops = "^2.15.0" pymongo = "^4.7.3" -tenacity = "^8.2.3" +tenacity = "^9.0.0" pyyaml = "^6.0.1" jinja2 = "^3.1.3" data-platform-helpers = "^0.1.2" @@ -47,7 +47,7 @@ parameterized = "^0.9.0" [tool.poetry.group.integration.dependencies] ops = "^2.15.0" allure-pytest = "^2.13.5" -tenacity = "^8.2.3" +tenacity = "^9.0.0" pymongo = "^4.7.3" parameterized = "^0.9.0" lightkube = "^0.15.3"