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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-03 19:09:43 +08:00 committed by GitHub
parent 5413689202
commit 38c2e840fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -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"},

View File

@ -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 }