Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the pip-minor-and-patch group across 1 directory with 3 updates #417

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Bumps the pip-minor-and-patch group with 3 updates in the / directory: httpx, python-telegram-bot[rate-limiter] and playwright.

Updates httpx from 0.28.0 to 0.28.1

Release notes

Sourced from httpx's releases.

Version 0.28.1

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.
Changelog

Sourced from httpx's changelog.

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.
Commits

Updates python-telegram-bot[rate-limiter] from 21.8 to 21.9

Release notes

Sourced from python-telegram-bot[rate-limiter]'s releases.

v21.9

Version 21.9

Released 2024-12-07

This is the technical changelog for version 21.9. More elaborate release notes can be found in the news channel @​pythontelegrambotchannel.

Major Changes

  • Full Support for Bot API 8.1 (#4594 closes #4592)

Minor Changes

  • Use MessageLimit.DEEP_LINK_LENGTH in helpers.create_deep_linked_url (#4597 by @​nemacysts)
  • Allow Sequence Input for allowed_updates in Application and Updater Methods (#4589 by @​nemacysts)

Dependency Updates

  • Update aiolimiter requirement from ~=1.1.0 to >=1.1,<1.3 (#4595)
  • Bump pytest from 8.3.3 to 8.3.4 (#4596)
  • Bump codecov/codecov-action from 4 to 5 (#4585)
  • Bump pylint to v3.3.2 to Improve Python 3.13 Support (#4590 by @​nemacysts)
  • Bump srvaroa/labeler from 1.11.1 to 1.12.0 (#4586)
Changelog

Sourced from python-telegram-bot[rate-limiter]'s changelog.

Version 21.9

Released 2024-12-07

This is the technical changelog for version 21.9. More elaborate release notes can be found in the news channel @pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>_.

Major Changes

  • Full Support for Bot API 8.1 (:pr:4594 closes :issue:4592)

Minor Changes

  • Use MessageLimit.DEEP_LINK_LENGTH in helpers.create_deep_linked_url (:pr:4597 by nemacysts <https://github.com/nemacysts>_)
  • Allow Sequence Input for allowed_updates in Application and Updater Methods (:pr:4589 by nemacysts <https://github.com/nemacysts>_)

Dependency Updates

  • Update aiolimiter requirement from ~=1.1.0 to >=1.1,<1.3 (:pr:4595)
  • Bump pytest from 8.3.3 to 8.3.4 (:pr:4596)
  • Bump codecov/codecov-action from 4 to 5 (:pr:4585)
  • Bump pylint to v3.3.2 to Improve Python 3.13 Support (:pr:4590 by nemacysts <https://github.com/nemacysts>_)
  • Bump srvaroa/labeler from 1.11.1 to 1.12.0 (:pr:4586)
Commits
  • 2ac5201 Bump Version to v21.9 (#4601)
  • ca7a309 Update aiolimiter requirement from ~=1.1.0 to >=1.1,<1.3 (#4595)
  • c42a230 Bump pytest from 8.3.3 to 8.3.4 (#4596)
  • ce9742a Use MessageLimit.DEEP_LINK_LENGTH in helpers.create_deep_linked_url (#4597)
  • 4327954 Full Support for Bot API 8.1 (#4594)
  • eda2172 Allow Sequence Input for allowed_updates in Application and Updater M...
  • 89dfa37 Bump codecov/codecov-action from 4 to 5 (#4585)
  • 3709c2f Bump pylint to v3.3.2 to Improve Python 3.13 Support (#4590)
  • da93fe9 Bump srvaroa/labeler from 1.11.1 to 1.12.0 (#4586)
  • See full diff in compare view

Updates playwright from 1.49.0 to 1.49.1

Release notes

Sourced from playwright's releases.

v1.49.1

Highlights

microsoft/playwright-python#2679 - [Bug]: Warning: Validation of the RECORD file of playwright-1.49.0-py3-none-manylinux1_x86_64.whl failed

Browser Versions

  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…th 3 updates

Bumps the pip-minor-and-patch group with 3 updates in the / directory: [httpx](https://github.com/encode/httpx), [python-telegram-bot[rate-limiter]](https://github.com/python-telegram-bot/python-telegram-bot) and [playwright](https://github.com/microsoft/playwright-python).


Updates `httpx` from 0.28.0 to 0.28.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.28.0...0.28.1)

Updates `python-telegram-bot[rate-limiter]` from 21.8 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](python-telegram-bot/python-telegram-bot@v21.8...v21.9)

Updates `playwright` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.49.0...v1.49.1)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-and-patch
- dependency-name: python-telegram-bot[rate-limiter]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-and-patch
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 11, 2024
@eikowagenknecht eikowagenknecht merged commit f740caf into main Dec 17, 2024
10 checks passed
@eikowagenknecht eikowagenknecht deleted the dependabot/pip/main/pip-minor-and-patch-4ee39be19a branch December 17, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant