diff --git a/pyproject.toml b/pyproject.toml index 012d39f..93b6867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ requires-python = ">=3.9" dependencies = [ "bs4", # for audio downloader - "google-api-python-client == 2.134.0", # for wishlist - "python-telegram-bot ==v21.3", + "google-api-python-client == 2.154.0", # for wishlist + "python-telegram-bot ==v21.8", "toml", # for config file "tqdm", # for audio downloader ]