From 2cd96a224004d21109596fa7f00bff5913ac6beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:44:57 +0000 Subject: [PATCH] build: bump yaspin from 2.3.0 to 3.0.0 (#96) Bumps [yaspin](https://github.com/pavdmyt/yaspin) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/pavdmyt/yaspin/releases) - [Changelog](https://github.com/pavdmyt/yaspin/blob/master/HISTORY.rst) - [Commits](https://github.com/pavdmyt/yaspin/compare/v2.3.0...v3.0.0) --- updated-dependencies: - dependency-name: yaspin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ArzelaAscoIi <37148029+ArzelaAscoIi@users.noreply.github.com> Co-authored-by: Sebastian Husch Lee --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cae5104f..8e8c277c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "aiofiles==23.2.1", "tabulate==0.9.0", "tqdm==4.66.4", - "yaspin==2.3.0", + "yaspin==3.0.0", "pyrate-limiter==3.6.0", ]