From cb20d0819814c091bd40680b93020a8672386253 Mon Sep 17 00:00:00 2001 From: BaptisteZloch Date: Thu, 18 May 2023 17:17:22 +0200 Subject: [PATCH] downgraded tqdm to 4.64.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d4e415..9e3814e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1875,14 +1875,14 @@ files = [ [[package]] name = "tqdm" -version = "4.65.0" +version = "4.64.1" description = "Fast, Extensible Progress Meter" category = "main" optional = false -python-versions = ">=3.7" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" files = [ - {file = "tqdm-4.65.0-py3-none-any.whl", hash = "sha256:c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671"}, - {file = "tqdm-4.65.0.tar.gz", hash = "sha256:1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5"}, + {file = "tqdm-4.64.1-py2.py3-none-any.whl", hash = "sha256:6fee160d6ffcd1b1c68c65f14c829c22832bc401726335ce92c52d395944a6a1"}, + {file = "tqdm-4.64.1.tar.gz", hash = "sha256:5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4"}, ] [package.dependencies] @@ -2050,4 +2050,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "68560c2a197efe682f8eff452f1ad52e6266b44baad60600c52b93d3c46bb519" +content-hash = "356036c6750980029e3ce9be7d9af70a6bcd2ba04cb4843a6e05f86733879f3f" diff --git a/pyproject.toml b/pyproject.toml index ec78495..c7c93ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ plotly = "^5.14.1" nbformat = "^5.8.0" matplotlib = "^3.7.1" seaborn = "^0.12.2" -tqdm = "^4.65.0" +tqdm = "^4.64.1" beautifulsoup4 = "^4.12.2" fitter = "^1.5.2" scikit-learn = "^1.2.2"