Skip to content

Commit

Permalink
Bump the python-packages group with 4 updates
Browse files Browse the repository at this point in the history
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.125.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](googleapis/google-api-python-client@v2.65.0...v2.125.0)

Updates `python-telegram-bot` from v13.15 to 21.0.1
- [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](python-telegram-bot/python-telegram-bot@v13.15...v21.0.1)

Updates `requests-toolbelt` from 0.10.1 to 1.0.0
- [Changelog](https://github.com/requests/toolbelt/blob/master/HISTORY.rst)
- [Commits](requests/toolbelt@0.10.1...1.0.0)

Updates `urllib3` from 1.26.18 to 2.2.1
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...2.2.1)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 1f57744 commit a2b6217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.125.0",
"python-telegram-bot ==v21.0.1",
"requests-toolbelt == 1.0.0",
"toml",
"urllib3 == 1.26.18", # urllib3 fixed version for PTB 13
"urllib3 == 2.2.1", # urllib3 fixed version for PTB 13
"tqdm", # for audio downloader
"bs4", # for audio downloader
]
Expand Down

0 comments on commit a2b6217

Please sign in to comment.