From 7aac944f1e949a86c8c8c1c0881c21294c12a2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20python-telegram-bot=20from?= =?UTF-8?q?=2020.0b0=20to=2020.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a98441..40b8dca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index 5915513..8836cf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"