From b709755c7474c1bf7d4f0b206953d9519ab0e82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 22:14:29 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.3 in /02_Notebook_and_Pipenv Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 02_Notebook_and_Pipenv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_Notebook_and_Pipenv/requirements.txt b/02_Notebook_and_Pipenv/requirements.txt index ea7fec4..25b53a8 100644 --- a/02_Notebook_and_Pipenv/requirements.txt +++ b/02_Notebook_and_Pipenv/requirements.txt @@ -136,7 +136,7 @@ tinycss2==1.2.1 ; python_version >= '3.7' toml==0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' toolz==0.12.1 ; python_version >= '3.7' tornado==6.4 ; python_version >= '3.8' -tqdm==4.66.2 ; python_version >= '3.7' +tqdm==4.66.3 ; python_version >= '3.7' traitlets==5.14.1 ; python_version >= '3.8' typeguard==4.1.5 ; python_version >= '3.8' types-python-dateutil==2.8.19.20240106 ; python_version >= '3.8'