From 0631cac5656338505d6786991a989669e2e1ade4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Dec 2022 17:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20python-telegram-bot?= =?UTF-8?q?=20from=2020.0a6=20to=2020.0b0?= 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.0a6 to 20.0b0. - [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) --- 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 de8c013d..e58b71af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -838,7 +838,7 @@ cli = ["click (>=5.0)"] [[package]] name = "python-telegram-bot" -version = "20.0a6" +version = "20.0b0" description = "We have made you a wrapper you can't refuse" category = "main" optional = false @@ -1312,7 +1312,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "35180461d8b03385b3bf27eef70eed12d650ab70e74e88b34b9c2c8a3fde736f" +content-hash = "7bf1f942271e619cedfc279101578e8de99351915f55cf85c42e3be3a5cf8ffe" [metadata.files] aiofiles = [ @@ -2114,8 +2114,8 @@ python-dotenv = [ {file = "python_dotenv-0.21.0-py3-none-any.whl", hash = "sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5"}, ] python-telegram-bot = [ - {file = "python-telegram-bot-20.0a6.tar.gz", hash = "sha256:aac039b54043d5c1778b182d506f2d51ddccef746eeb36e6ca9a236c4cd1c848"}, - {file = "python_telegram_bot-20.0a6-py3-none-any.whl", hash = "sha256:0279d0d727ab36e4b42a8819656098485bcd0724961c2f5fced3218b15b26c02"}, + {file = "python-telegram-bot-20.0b0.tar.gz", hash = "sha256:61e8c4d92d4641391d853d9431c8b0b1f21678a0bff8d990bc6de777f53f843e"}, + {file = "python_telegram_bot-20.0b0-py3-none-any.whl", hash = "sha256:70dec236386a809f777d0227117fb37fa4f5ca0c367a4c392d28346657749687"}, ] pytz = [ {file = "pytz-2022.4-py2.py3-none-any.whl", hash = "sha256:2c0784747071402c6e99f0bafdb7da0fa22645f06554c7ae06bf6358897e9c91"}, diff --git a/pyproject.toml b/pyproject.toml index b1e27e44..cabbe55c 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.0a6", extras = ["ext", "rate-limiter"] } +python-telegram-bot = { version = "^20.0b0", extras = ["ext", "rate-limiter"] } Pillow = "^9.3.0" sqlmodel = "^0.0.8" colorlog = "^6.7.0"