From 24109fff5cbb916f2de4cb2c55f42ee15634b0ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 14:34:00 +0100 Subject: [PATCH] Bump rich from 9.13.0 to 10.1.0 (#100) Bumps [rich](https://github.com/willmcgugan/rich) from 9.13.0 to 10.1.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v9.13.0...v10.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 597c41e..00d08e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -320,7 +320,7 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "rich" -version = "9.13.0" +version = "10.1.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" category = "main" optional = false @@ -390,7 +390,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "ae3b10181d3dc8529a533616269b41feedf329134e9a13d582cbbdd29b326abc" +content-hash = "c86c6a0c0fa1addff0633cfbc1b9b83ecda26047357ace2f84994e0e567e072f" [metadata.files] appdirs = [ @@ -558,8 +558,8 @@ requests-toolbelt = [ {file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"}, ] rich = [ - {file = "rich-9.13.0-py3-none-any.whl", hash = "sha256:9004f6449c89abadf689dad6f92393e760b8c3a8a8c4ea6d8d474066307c0e66"}, - {file = "rich-9.13.0.tar.gz", hash = "sha256:d59e94a0e3e686f0d268fe5c7060baa1bd6744abca71b45351f5850a3aaa6764"}, + {file = "rich-10.1.0-py3-none-any.whl", hash = "sha256:60cd6d6ea697a1704f2057e791e3062b506b5c74a6e2ad2ced71eccb37557259"}, + {file = "rich-10.1.0.tar.gz", hash = "sha256:8f05431091601888c50341697cfc421dc398ce37b12bca0237388ef9c7e2c9e9"}, ] toml = [ {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, diff --git a/pyproject.toml b/pyproject.toml index 57842e5..c44e3f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ toml = "^0.10.2" loguru = "^0.5.3" name-that-hash = "^1.1.6" requests = "^2.25.1" -rich = "^9.12.2" +rich = ">=9.12.2,<11.0.0" coloredlogs = "^15.0" cloudscraper = "^1.2.56"