From a71243e84c16f8f1be4447a8cb424b8f03190010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:53:20 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [google-api-python-client](https://github.com/googleapis/google-api-python-client) and [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot). Updates `google-api-python-client` from 2.134.0 to 2.160.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.134.0...v2.160.0) Updates `python-telegram-bot` from v21.3 to 21.10 - [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/compare/v21.3...v21.10) --- updated-dependencies: - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: python-telegram-bot dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 012d39f..336069e 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.160.0", # for wishlist + "python-telegram-bot ==v21.10", "toml", # for config file "tqdm", # for audio downloader ]