diff --git a/poetry.lock b/poetry.lock index 4cfafa55..e5fb627c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiolimiter" @@ -1942,13 +1942,13 @@ unidecode = ["Unidecode (>=1.1.1)"] [[package]] name = "python-telegram-bot" -version = "21.6" +version = "21.7" description = "We have made you a wrapper you can't refuse" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "python_telegram_bot-21.6-py3-none-any.whl", hash = "sha256:f2d6431bf154a53f40cdfc6c1d492a66102c0e4938709f6d8202bcd951c840cb"}, - {file = "python_telegram_bot-21.6.tar.gz", hash = "sha256:8b2b37836c3ff9c2924e990474a1c4731df21b1668acebff5099f475666426c6"}, + {file = "python_telegram_bot-21.7-py3-none-any.whl", hash = "sha256:aff1d7245f1b0d4d12d41c9acff74e86d7100713c2204cd02ff17f8d80d18846"}, + {file = "python_telegram_bot-21.7.tar.gz", hash = "sha256:bc8537b77ae02531fc2ad440caafc023fd13f13cf19e592dfa1a9ff84988a012"}, ] [package.dependencies] @@ -2902,4 +2902,4 @@ resolved_reference = "f101e5d34c97c608156ad5396714c2a2edca966a" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "261a397035c6ae2d8a60104e454144d521b13eff4436bb487c764b0ba10ca4b0" +content-hash = "3af4d7578e2feaabe07f0dc61fb2e02474863a2cc7ab5dee1050ff3bf52ac4ae" diff --git a/pyproject.toml b/pyproject.toml index f388c1c8..2dbd9830 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ scdlbot = "scdlbot.__main__:main" [tool.poetry.dependencies] python = "^3.10" -python-telegram-bot = { version = "21.6", extras = ["webhooks", "job-queue", "http2", "rate-limiter"] } +python-telegram-bot = { version = "21.7", extras = ["webhooks", "job-queue", "http2", "rate-limiter"] } #ptbcontrib = { git = "https://github.com/python-telegram-bot/ptbcontrib.git", branch = "main", extras = ["postgres-persistence"] } # https://python-poetry.org/docs/dependency-specification#path-dependencies #ptbcontrib = { path = "../ptbcontrib/", develop = false }