From 26495167ab313b9676d8d7eca80b932a2370c6c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:58:04 +0000 Subject: [PATCH] Bump tqdm from 4.66.1 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 508bca8..600b031 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1834,13 +1834,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.1" +version = "4.66.3" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.1-py3-none-any.whl", hash = "sha256:d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386"}, - {file = "tqdm-4.66.1.tar.gz", hash = "sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7"}, + {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, + {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, ] [package.dependencies] @@ -1966,4 +1966,4 @@ wasabi = ">=0.9.1,<1.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10, <3.12" -content-hash = "97abb2d81720cc443c5bf5b2a55467048ae62f9cc29082759ff5be07584fe2ff" +content-hash = "e355c629ef32471f2746b9b90d2b295eaa082551b634197280ec217608148c0f" diff --git a/pyproject.toml b/pyproject.toml index 564810d..dedf69d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10, <3.12" -tqdm = "^4.66.1" +tqdm = "^4.66.3" chardet = "^5.2.0" termcolor = "^2.3.0" spylls = "^0.1.7"