From 38c2e840fd38a1482a55a03281460755e33b4f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 19:09:43 +0800 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 39b363b..b699951 100644 --- a/poetry.lock +++ b/poetry.lock @@ -311,7 +311,7 @@ pydantic = "*" type = "git" url = "https://github.com/mrwan200/EnkaNetwork.py" reference = "HEAD" -resolved_reference = "46a73176acc8677147fe1599e4e89297bbec5881" +resolved_reference = "814b2d9bdf9613bc445459979de60b5064e843ee" [[package]] name = "fakeredis" @@ -368,7 +368,7 @@ geetest = ["rsa"] type = "git" url = "https://github.com/thesadru/genshin.py" reference = "HEAD" -resolved_reference = "7c155ec4dea6af87f5af7f2d7d8c2e684e921f96" +resolved_reference = "ef002199bbb657fe9371733ccd188f7285ae1645" [[package]] name = "greenlet" @@ -848,7 +848,7 @@ idna2008 = ["idna"] [[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 @@ -1106,7 +1106,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "47fe7ba65d03ef29f2aa466d424178ffc24d71bb1fdf8b49fc1788bcc785d906" +content-hash = "ce34b539a06dd7266cfc62c6bda3f3540831fad2dd1c8fef93790def139918e7" [metadata.files] aiofiles = [ @@ -1896,8 +1896,8 @@ rfc3986 = [ {file = "rfc3986-1.5.0.tar.gz", hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835"}, ] 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"}, ] setuptools = [ {file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"}, diff --git a/pyproject.toml b/pyproject.toml index 1ff32bb..a32d084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python-dotenv = "^0.21.0" PyMySQL = "^1.0.2" alembic = "^1.8.1" black = "^22.8.0" -rich = "^12.5.1" +rich = "^12.6.0" enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } TgCrypto = { version = "^1.2.3", optional = true } Pyrogram = { version = "^2.0.57", optional = true }