From a26ff71a96c03d72cbe31e6647e518dbf598b041 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 16:42:11 +0000 Subject: [PATCH] Update dependency tqdm to v4.66.4 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9e812968..a6964321 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2305,13 +2305,13 @@ optree = ["optree (>=0.9.1)"] [[package]] name = "tqdm" -version = "4.66.3" +version = "4.66.4" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, - {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, + {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, + {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, ] [package.dependencies] @@ -2460,4 +2460,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "8c18341ff4f9c95d1c74d308944da5e26222df1b316cfac9afc69360c42121e6" +content-hash = "9381a7301c7018383fc679b31a167d51ffdfdd54d11ed81041232ddc62e25c76" diff --git a/pyproject.toml b/pyproject.toml index 7e718c8d..dfa410a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pandas = "2.2.2" pfilter = "0.2.5" requests = "2.31.0" scipy = "1.13.0" -tqdm = "4.66.3" +tqdm = "4.66.4" seaborn = "^0.13.0" pynput = "^1.7.6"