diff --git a/poetry.lock b/poetry.lock index de89d03..10aa3f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -793,17 +793,18 @@ files = [ [[package]] name = "tenacity" -version = "8.2.3" +version = "8.3.0" description = "Retry code until it succeeds" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "tenacity-8.2.3-py3-none-any.whl", hash = "sha256:ce510e327a630c9e1beaf17d42e6ffacc88185044ad85cf74c0a8887c6a0f88c"}, - {file = "tenacity-8.2.3.tar.gz", hash = "sha256:5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a"}, + {file = "tenacity-8.3.0-py3-none-any.whl", hash = "sha256:3649f6443dbc0d9b01b9d8020a9c4ec7a1ff5f6f3c6c8a036ef371f573fe9185"}, + {file = "tenacity-8.3.0.tar.gz", hash = "sha256:953d4e6ad24357bceffbc9707bc74349aca9d245f68eb65419cf0c249a1949a2"}, ] [package.extras] -doc = ["reno", "sphinx", "tornado (>=4.5)"] +doc = ["reno", "sphinx"] +test = ["pytest", "tornado (>=4.5)", "typeguard"] [[package]] name = "tomli" @@ -878,4 +879,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6356fdeee3f861937332fe0d77f619862fc56a251f84f55c600c295258c5ef8a" +content-hash = "ab727d7ce249ce0ebe3c45b002f432c4c2b2aa517a7cf5d0e237f35fd5238205" diff --git a/pyproject.toml b/pyproject.toml index 55d5ea7..ede9f58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ httpx = "0.27.0" pydantic = "2.7.1" camel-converter = {version = "3.1.2", extras = ["pydantic"]} typer = "0.12.3" -tenacity = "8.2.3" +tenacity = "8.3.0" pyyaml = "6.0.1" [tool.poetry.group.dev.dependencies]