Skip to content

chore(deps): bump the python group in /tests with 4 updates #7686

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the python group in /tests with 4 updates: google-auth, greenlet, packaging and rsa.

Updates google-auth from 2.38.0 to 2.39.0

Release notes

Sourced from google-auth's releases.

v2.39.0

2.39.0 (2025-04-14)

Features

  • Adds GA support for X.509 workload identity federation (#1695) (7495960)

Bug Fixes

  • Add impersonated SA via local ADC support for fetch_id_token (#1740) (f249764)
  • Add missing packaging dependency for feature requiring urllib3 (#1732) (221f4a8)
  • Add request timeout for MDS requests (#1699) (9f7d3fa)
  • Explicitly declare support for Python 3.13 (#1741) (6fd04d5)
Changelog

Sourced from google-auth's changelog.

2.39.0 (2025-04-14)

Features

  • Adds GA support for X.509 workload identity federation (#1695) (7495960)

Bug Fixes

  • Add impersonated SA via local ADC support for fetch_id_token (#1740) (f249764)
  • Add missing packaging dependency for feature requiring urllib3 (#1732) (221f4a8)
  • Add request timeout for MDS requests (#1699) (9f7d3fa)
  • Explicitly declare support for Python 3.13 (#1741) (6fd04d5)
Commits

Updates greenlet from 3.1.1 to 3.2.0

Changelog

Sourced from greenlet's changelog.

3.2.0 (2025-04-15)

  • Remove support for Python 3.7 and 3.8.
  • Add untested, community supported implementation for RiscV 32. See PR 438 <https://github.com/python-greenlet/greenlet/pull/439>_.
  • Make greenlet build and run on Python 3.14a7. It will not build on earlier 3.14 alpha releases, and may not build on later 3.14 releases.
  • Packaging: Use :pep:639 license expressions and include license files.
Commits
  • 7a5bcc6 Preparing release 3.2.0
  • e623e2c Update changes.rst for 3.2 release.
  • ba72636 Remove now-deprecated license classifier; convert license field to a SPDX exp...
  • d3bdaa7 tests.yml: Clean up deprecation warnings
  • 5e07e11 Add change note for #439
  • 13feb0b Merge pull request #439 from kraj/kraj/riscv32
  • 93e9618 slp_switch: Implement for RISCV32
  • 46f2d13 Merge pull request #442 from python-greenlet/issue440
  • cf7f854 Add initial support for Python 3.14a7.
  • c2ee55d Merge pull request #441 from python-greenlet/remove37
  • Additional commits viewable in compare view

Updates packaging from 24.2 to 25.0

Release notes

Sourced from packaging's releases.

25.0

What's Changed

New Contributors

Full Changelog: pypa/packaging@24.2...25.0

Changelog

Sourced from packaging's changelog.

25.0 - 2025-04-19


* PEP 751: Add support for ``extras`` and ``dependency_groups`` markers. (:issue:`885`)
* PEP 738: Add support for Android platform tags. (:issue:`880`)
Commits
  • f585376 Bump for release
  • 600ecea Add changelog entries
  • 3910129 support 'extras' and 'dependency_groups' markers (#888)
  • 8e49b43 Add support for PEP 738 Android tags (#880)
  • e624d8e Bump the github-actions group with 3 updates (#886)
  • 71f38d8 Bump the github-actions group with 2 updates (#878)
  • 9b4922d Bump the github-actions group with 3 updates (#870)
  • 8510bd9 Upgrade to ruff 0.9.1 (#865)
  • 9375ec2 Re-add tests for Unicode file name parsing (#863)
  • 2256ed4 Bump the github-actions group across 1 directory with 2 updates (#864)
  • Additional commits viewable in compare view

Updates rsa from 4.9 to 4.9.1

Changelog

Sourced from rsa's changelog.

Python-RSA changelog

Version 4.10 - in development

  • Drop support for Python 3.6 (#209) and declare support for 3.11 (#208).
  • Upgrade pytest dependency to fix a security issue.
  • Upgrade pytest-cov as well, for good measure.
  • Upgrade MyPy (#211).
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

Bumps the python group in /tests with 4 updates: [google-auth](https://github.com/googleapis/google-auth-library-python), [greenlet](https://github.com/python-greenlet/greenlet), [packaging](https://github.com/pypa/packaging) and [rsa](https://github.com/sybrenstuvel/python-rsa).


Updates `google-auth` from 2.38.0 to 2.39.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.38.0...v2.39.0)

Updates `greenlet` from 3.1.1 to 3.2.0
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.1.1...3.2.0)

Updates `packaging` from 24.2 to 25.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.2...25.0)

Updates `rsa` from 4.9 to 4.9.1
- [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sybrenstuvel/python-rsa/commits)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: greenlet
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: packaging
  dependency-version: '25.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: rsa
  dependency-version: 4.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
...

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 Apr 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 21, 2025 17:26
@nginx-bot nginx-bot enabled auto-merge (squash) April 21, 2025 17:26
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.

0 participants