From bfad8f065b0e233345b9eafd41e59566f38959d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:24:18 +0000 Subject: [PATCH] Bump yaspin from 2.3.0 to 2.5.0 Bumps [yaspin](https://github.com/pavdmyt/yaspin) from 2.3.0 to 2.5.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...v2.5.0) --- updated-dependencies: - dependency-name: yaspin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index a271b75..b74a48e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1219,13 +1219,13 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] [[package]] name = "termcolor" -version = "2.2.0" +version = "2.3.0" description = "ANSI color formatting for output in terminal" optional = false python-versions = ">=3.7" files = [ - {file = "termcolor-2.2.0-py3-none-any.whl", hash = "sha256:91ddd848e7251200eac969846cbae2dacd7d71c2871e92733289e7e3666f48e7"}, - {file = "termcolor-2.2.0.tar.gz", hash = "sha256:dfc8ac3f350788f23b2947b3e6cfa5a53b630b612e6cd8965a015a776020b99a"}, + {file = "termcolor-2.3.0-py3-none-any.whl", hash = "sha256:3afb05607b89aed0ffe25202399ee0867ad4d3cb4180d98aaf8eefa6a5f7d475"}, + {file = "termcolor-2.3.0.tar.gz", hash = "sha256:b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a"}, ] [package.extras] @@ -1529,17 +1529,17 @@ multidict = ">=4.0" [[package]] name = "yaspin" -version = "2.3.0" +version = "2.5.0" description = "Yet Another Terminal Spinner" optional = false -python-versions = ">=3.7.2,<4.0.0" +python-versions = ">=3.8.1,<4.0.0" files = [ - {file = "yaspin-2.3.0-py3-none-any.whl", hash = "sha256:17b5548479b3d5b30adec7a87ffcdcddb403d14a2bb86fbcee97f37951e13427"}, - {file = "yaspin-2.3.0.tar.gz", hash = "sha256:547afd1a9700ac3a29a9f5591c70343bef186ed5dfb5e545a9bb0c77e561a1c9"}, + {file = "yaspin-2.5.0-py3-none-any.whl", hash = "sha256:58aaa19330b9eacf86241043342b4040ded75f170240276d963c570263cd8f53"}, + {file = "yaspin-2.5.0.tar.gz", hash = "sha256:f96ab3b5c42e1eaa6af3193508082309d9dc43f6963339f9aa606003ee8d7e63"}, ] [package.dependencies] -termcolor = ">=2.2,<3.0" +termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0"