From 9aaf10795f39a212f9e76c09b26f307ece386f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:15:21 +0000 Subject: [PATCH] Bump the python-packages group with 4 updates Bumps the python-packages group with 4 updates: [google-api-python-client](https://github.com/googleapis/google-api-python-client), [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot), [requests-toolbelt](https://github.com/requests/toolbelt) and [urllib3](https://github.com/urllib3/urllib3). Updates `google-api-python-client` from 2.65.0 to 2.107.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.65.0...v2.107.0) Updates `python-telegram-bot` from v13.15 to 20.6 - [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/v13.15...v20.6) Updates `requests-toolbelt` from 0.10.1 to 1.0.0 - [Changelog](https://github.com/requests/toolbelt/blob/master/HISTORY.rst) - [Commits](https://github.com/requests/toolbelt/compare/0.10.1...1.0.0) Updates `urllib3` from 1.26.18 to 2.1.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...2.1.0) --- 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 - dependency-name: requests-toolbelt dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 135979b..01ddd1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,11 @@ readme = "README.md" requires-python = ">=3.7" dependencies = [ - "google-api-python-client == 2.65.0", - "python-telegram-bot == v13.15", - "requests-toolbelt == 0.10.1", + "google-api-python-client == 2.107.0", + "python-telegram-bot ==v20.6", + "requests-toolbelt == 1.0.0", "toml", - "urllib3 == 1.26.18", # urllib3 fixed version for PTB 13 + "urllib3 == 2.1.0", # urllib3 fixed version for PTB 13 "tqdm", # for audio downloader "bs4", # for audio downloader ]