diff --git a/poetry.lock b/poetry.lock index e43a2a47..f90a388e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1664,13 +1664,13 @@ cli = ["click (>=5.0)"] [[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] @@ -2196,4 +2196,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.12.5" -content-hash = "b14f5386a38a38a8ff9b74c2a2a018395fc2c1602b5b0c93d8d17cc50c7a68f8" +content-hash = "8b43e906b55c0ab9a47cf43fbe522a4676cf6bcd56e319c4105507c28151ce88" diff --git a/pyproject.toml b/pyproject.toml index 5d9c78f8..7214149d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ strawberry-django-auth = "^0.376.2" strawberry-graphql-django = "^0.46.1" whitenoise = "^6.7.0" cloudinary = "^1.41.0" -python-telegram-bot = {extras = ["callback-data"], version = "^21.6"} +python-telegram-bot = {extras = ["callback-data"], version = "^21.7"} django-multiselectfield = "^0.1.13" cryptography = "^43.0.1" requests = "^2.32.3"