diff --git a/poetry.lock b/poetry.lock index a9b070dd..e7da4649 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1115,13 +1115,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyam [[package]] name = "tqdm" -version = "4.66.1" +version = "4.66.3" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.1-py3-none-any.whl", hash = "sha256:d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386"}, - {file = "tqdm-4.66.1.tar.gz", hash = "sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7"}, + {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, + {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, ] [package.dependencies] @@ -1259,4 +1259,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6144f49b421b20a4297ae2d34addf5a67ecc3eeaf413d544465c66f5ccd15068" +content-hash = "3480e2b516d0cf9a9333b26c18da06d29b996654f446752a55a112075cb6b469" diff --git a/pyproject.toml b/pyproject.toml index 2fa3bbcd..0eafe09d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ fastapi = "~0.109.1" requests = "~2.31.0" redis = "~5.0.0" uvicorn = "~0.23.2" -tqdm = "~4.66.1" +tqdm = "~4.66.3" cachetools = "~5.3.2" typer = "~0.9.0" luqum = "~0.13.0"