From 83cd56862a30f5c1b47075d5ecd013b5a587dab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:02:23 +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.156.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.156.0) Updates `python-telegram-bot` from v21.3 to 21.9 - [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.9) --- 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..cb83925 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.156.0", # for wishlist + "python-telegram-bot ==v21.9", "toml", # for config file "tqdm", # for audio downloader ]