diff --git a/poetry.lock b/poetry.lock index 8c1ad53..2a98441 100644 --- a/poetry.lock +++ b/poetry.lock @@ -941,11 +941,11 @@ idna2008 = ["idna"] [[package]] name = "rich" -version = "12.6.0" +version = "13.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" category = "main" optional = false -python-versions = ">=3.6.3,<4.0.0" +python-versions = ">=3.7.0" [package.dependencies] commonmark = ">=0.9.0,<0.10.0" @@ -1313,7 +1313,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "5d62b868893206cfa894b883b17f90db3876ac594b3e6078de2d785146e0da50" +content-hash = "8e67ce6cc447859a3106c4f867f50fc568d6fed08385dbc3a0f570c595d69a5f" [metadata.files] aiofiles = [ @@ -2180,8 +2180,8 @@ rfc3986 = [ {file = "rfc3986-1.5.0.tar.gz", hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835"}, ] rich = [ - {file = "rich-12.6.0-py3-none-any.whl", hash = "sha256:a4eb26484f2c82589bd9a17c73d32a010b1e29d89f1604cd9bf3a2097b81bb5e"}, - {file = "rich-12.6.0.tar.gz", hash = "sha256:ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0"}, + {file = "rich-13.0.0-py3-none-any.whl", hash = "sha256:12b1d77ee7edf251b741531323f0d990f5f570a4e7c054d0bfb59fb7981ad977"}, + {file = "rich-13.0.0.tar.gz", hash = "sha256:3aa9eba7219b8c575c6494446a59f702552efe1aa261e7eeb95548fa586e1950"}, ] sentry-sdk = [ {file = "sentry-sdk-1.12.1.tar.gz", hash = "sha256:5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c"}, diff --git a/pyproject.toml b/pyproject.toml index 185ac9a..5915513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ aiofiles = "^22.1.0" python-dotenv = "^0.21.0" alembic = "^1.9.0" black = "^22.12.0" -rich = "^12.6.0" +rich = "^13.0.0" enkanetwork-py = { git = "https://github.com/mrwan200/EnkaNetwork.py" } TgCrypto = { version = "^1.2.5", optional = true } Pyrogram = { version = "^2.0.70", optional = true }