From 6d52c0ae2cc61f47b6a37498c9f48b2b24ae83db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 22:19:07 +0000 Subject: [PATCH] Bump yaspin from 2.3.0 to 3.0.0 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] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index a271b75..d25ea2c 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,19 +1529,19 @@ multidict = ">=4.0" [[package]] name = "yaspin" -version = "2.3.0" +version = "3.0.0" description = "Yet Another Terminal Spinner" optional = false -python-versions = ">=3.7.2,<4.0.0" +python-versions = ">=3.9,<4.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-3.0.0-py3-none-any.whl", hash = "sha256:29c4f818f726311aba4694a523827bce715a9362b8e378efa988df28cec92977"}, + {file = "yaspin-3.0.0.tar.gz", hash = "sha256:3b12004f9fb7d5a6295b14e416c652a9cce6a4aab09a6ade0c7f1dd7410c8fb2"}, ] [package.dependencies] -termcolor = ">=2.2,<3.0" +termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "871acd65e63897dc8cd55eeddb40c5fbd9c7ef0daa61d4625f9732c6030a1a9a" +content-hash = "f9664793d3a8f1cc36bda7668df28865486cd7667f7d9b5c4c447c26afa23406" diff --git a/pyproject.toml b/pyproject.toml index 6e3d9fe..bc0bcd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ colorama = "^0.4.6" cryptography = ">=40.0.2,<42.0.0" click = "^8.1.3" prompt-toolkit = "^3.0.38" -yaspin = "^2.3.0" +yaspin = ">=2.3,<4.0" rich = "^13.3.5" isort = "^5.12.0" pytest = "^7.3.1"