From d48de623db009a8583a7db04f50e36f86adfa4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:14:15 +0000 Subject: [PATCH] deps:(deps-dev): update tqdm requirement Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.42.1...v4.66.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c208f7ed..74718f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "spacy-experimental >= 0.6.2", "spacy[transformers]>=3.2.0,<3.7.0", "pandas>=1.0.0,<2.0.0", - "tqdm>=4.42.1,<4.66.0", + "tqdm>=4.42.1,<4.67.0", ]