From 3b4140b043d3551eff759bed8d44fe5ddc58311b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:04:31 +0000 Subject: [PATCH] Bump tqdm from 4.50.0 to 4.66.3 in /code-env/python/spec Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.50.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.50.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code-env/python/spec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-env/python/spec/requirements.txt b/code-env/python/spec/requirements.txt index 666406b..9a7af21 100644 --- a/code-env/python/spec/requirements.txt +++ b/code-env/python/spec/requirements.txt @@ -16,7 +16,7 @@ numpy==1.19.5; python_version < '3.8' numpy>1.19,<1.24; python_version >= '3.8' tokenizers==0.10.3; python_version == '3.6' sudachipy==0.6.0; python_version == '3.6' -tqdm==4.50.0 +tqdm==4.66.3 typing_extensions<4.6.0 # https://github.com/explosion/spaCy/issues/12659 => remove when spacy is bumped