From 4e7244c74092ddd761fc4a67dbdb8ee9de9049f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:44:48 +0000 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 42b31e6..dfe70c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ rdkit-pypi==2022.3.5 click==8.1.3 pandas==1.5.1 numpy==1.23.3 -tqdm==4.64.1 +tqdm==4.66.3 pandarallel==1.6.3 diff --git a/setup.cfg b/setup.cfg index 9176d86..c4c5ee3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ install_requires = click==8.1.3 pandas==1.5.1 numpy==1.23.3 - tqdm==4.64.1 + tqdm==4.66.3 pandarallel==1.6.3 [options.entry_points]