From a11719e56cd512e6fdc58882565c1c22fa4af559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:38:42 +0000 Subject: [PATCH] Bump rich from 12.5.1 to 12.6.0 Bumps [rich](https://github.com/willmcgugan/rich) from 12.5.1 to 12.6.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v12.5.1...v12.6.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe6232e..30a93e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -292,7 +292,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rich" -version = "12.5.1" +version = "12.6.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" category = "main" optional = false @@ -464,7 +464,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "2b6901ec43ac3cb714af665170dda35b61318d4a9448c2f28ca920a057e2e693" +content-hash = "899c25c0d40ec3411745eda8e27209c698b4324fc1ce0ded52896dcbd450eec1" [metadata.files] attrs = [ @@ -719,8 +719,8 @@ requests = [ {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, ] rich = [ - {file = "rich-12.5.1-py3-none-any.whl", hash = "sha256:2eb4e6894cde1e017976d2975ac210ef515d7548bc595ba20e195fb9628acdeb"}, - {file = "rich-12.5.1.tar.gz", hash = "sha256:63a5c5ce3673d3d5fbbf23cd87e11ab84b6b451436f1b7f19ec54b6bc36ed7ca"}, + {file = "rich-12.6.0-py3-none-any.whl", hash = "sha256:a4eb26484f2c82589bd9a17c73d32a010b1e29d89f1604cd9bf3a2097b81bb5e"}, + {file = "rich-12.6.0.tar.gz", hash = "sha256:ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0"}, ] shellingham = [ {file = "shellingham-1.5.0-py2.py3-none-any.whl", hash = "sha256:a8f02ba61b69baaa13facdba62908ca8690a94b8119b69f5ec5873ea85f7391b"}, diff --git a/pyproject.toml b/pyproject.toml index fa94217..5f6f7a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ max-line-length = "88" python = ">=3.8,<3.11" typer = "^0.6.1" transformers = "^4.22.1" -rich = "^12.5.1" +rich = "^12.6.0" shellingham = "^1.5.0" torch = "^1.12.1"