⬆ Bump python-telegram-bot from 20.0b0 to 20.0

Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 20.0b0 to 20.0.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/commits/v20.0)

---
updated-dependencies:
- dependency-name: python-telegram-bot
  dependency-type: direct:production
...

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] 2023-01-02 21:05:35 +08:00 committed by GitHub
parent 3ec5c6b29b
commit 7aac944f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -838,7 +838,7 @@ cli = ["click (>=5.0)"]
[[package]]
name = "python-telegram-bot"
version = "20.0b0"
version = "20.0"
description = "We have made you a wrapper you can't refuse"
category = "main"
optional = false
@ -1313,7 +1313,7 @@ test = ["pytest", "pytest-asyncio", "flaky"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "8e67ce6cc447859a3106c4f867f50fc568d6fed08385dbc3a0f570c595d69a5f"
content-hash = "f6595803e16362e43dca21629d88c9743f991b5cbcb8c2552dd2d2dd7ee511bb"
[metadata.files]
aiofiles = [
@ -2115,8 +2115,8 @@ python-dotenv = [
{file = "python_dotenv-0.21.0-py3-none-any.whl", hash = "sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5"},
]
python-telegram-bot = [
{file = "python-telegram-bot-20.0b0.tar.gz", hash = "sha256:61e8c4d92d4641391d853d9431c8b0b1f21678a0bff8d990bc6de777f53f843e"},
{file = "python_telegram_bot-20.0b0-py3-none-any.whl", hash = "sha256:70dec236386a809f777d0227117fb37fa4f5ca0c367a4c392d28346657749687"},
{file = "python-telegram-bot-20.0.tar.gz", hash = "sha256:9ff3d7b03d0e621df6c903622338e30d761e121c27179e13f62ba2216b7c6d32"},
{file = "python_telegram_bot-20.0-py3-none-any.whl", hash = "sha256:2f7f0a0eee6517ffb3e9732b622b5c97c107517f35dc2a97273c74cb5ed39e9d"},
]
pytz = [
{file = "pytz-2022.4-py2.py3-none-any.whl", hash = "sha256:2c0784747071402c6e99f0bafdb7da0fa22645f06554c7ae06bf6358897e9c91"},

View File

@ -12,7 +12,7 @@ httpx= "^0.23.1"
ujson = "^5.6.0"
genshin = { git = "https://github.com/thesadru/genshin.py" }
Jinja2 = "^3.1.2"
python-telegram-bot = { version = "^20.0b0", extras = ["ext", "rate-limiter"] }
python-telegram-bot = { version = "^20.0", extras = ["ext", "rate-limiter"] }
Pillow = "^9.3.0"
sqlmodel = "^0.0.8"
colorlog = "^6.7.0"