Update yaspin requirement from >=0.17,<1.5 to >=0.17,<1.6 (#592)

Updates the requirements on [yaspin](https://github.com/pavdmyt/yaspin) to permit the latest version.
- [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/v0.17.0...v1.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-31 08:24:19 +01:00 committed by GitHub
parent 398d24ae63
commit 63cac4ded0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pybase62 = "^0.4.3"
click = "^7.1.2"
click-spinner = "^0.1.10"
pyyaml = "^5.3.1"
yaspin = ">=0.17,<1.5"
yaspin = ">=0.17,<1.6"
[tool.poetry.dev-dependencies]
pytest-cov = "^2.10.1"