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): update python non-major dependencies #7346

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cachetools ==5.3.2 -> ==5.3.3 age adoption passing confidence
certifi ==2024.2.2 -> ==2024.6.2 age adoption passing confidence
colorlog ==6.8.0 -> ==6.8.2 age adoption passing confidence
google-api-core ==2.15.0 -> ==2.19.1 age adoption passing confidence
google-auth ==2.26.2 -> ==2.30.0 age adoption passing confidence
google-cloud-storage ==2.14.0 -> ==2.17.0 age adoption passing confidence
google-resumable-media ==2.7.0 -> ==2.7.1 age adoption passing confidence
googleapis-common-protos ==1.62.0 -> ==1.63.2 age adoption passing confidence
protobuf ==4.25.2 -> ==4.25.3 age adoption passing confidence
pyasn1 (changelog) ==0.5.1 -> ==0.6.0 age adoption passing confidence
pyasn1-modules (changelog) ==0.3.0 -> ==0.4.0 age adoption passing confidence
requests (source, changelog) ==2.32.0 -> ==2.32.3 age adoption passing confidence

Release Notes

tkem/cachetools (cachetools)

v5.3.3

Compare Source

===================

  • Documentation improvements.

  • Update CI environment.

certifi/python-certifi (certifi)

v2024.6.2

Compare Source

borntyping/python-colorlog (colorlog)

v6.8.2: 6.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: borntyping/python-colorlog@v6.8.0...v6.8.2

googleapis/python-api-core (google-api-core)

v2.19.1

Compare Source

Bug Fixes

v2.19.0

Compare Source

Features

v2.18.0

Compare Source

Features
Bug Fixes

v2.17.1

Compare Source

Bug Fixes
  • Resolve issue handling protobuf responses in rest streaming (#​604) (bcebc92)

v2.17.0

Compare Source

Features
  • Add attempt_direct_path argument to create_channel (#​583) (94726e7)
Bug Fixes

v2.16.2

Compare Source

Bug Fixes

v2.16.1

Compare Source

Bug Fixes
  • Fix broken import for google.api_core.retry_async.AsyncRetry (#​587) (ac012c0)

v2.16.0

Compare Source

Features
googleapis/google-auth-library-python (google-auth)

v2.30.0

Compare Source

Features
Bug Fixes

v2.29.0

Compare Source

Features
  • Adds support for custom suppliers in AWS and Identity Pool credentials (#​1496) (3af1768)
Bug Fixes
  • Refactor tech debt in aws and identity pool credentials (#​1501) (ce435b0)

v2.28.2

Compare Source

Bug Fixes

v2.28.1

Compare Source

Bug Fixes
  • Typo when setting the state for the pickle deserializer. (#​1479) (08b5cc3)

v2.28.0

Compare Source

Features
  • Adding universe domain support for downscroped credentials (#​1463) (fa8b7b2)
Bug Fixes
  • Change log level to debug for return_none_for_not_found_error (#​1473) (a036b47)
  • Make requests import conditional for gce universe domain (#​1476) (9bb64c8)

v2.27.0

Compare Source

Features
  • Add optional account association for Authorized User credentials. (#​1458) (988153d)
Bug Fixes
  • Allow custom universe domain for gce creds (#​1460) (7db5823)
  • Conditionally import requests only if no request was passed by the caller. (#​1456) (9cd6742)
googleapis/python-storage (google-cloud-storage)

v2.17.0

Compare Source

Features
Bug Fixes
Documentation

v2.16.0

Compare Source

Features

v2.15.0

Compare Source

Features
Bug Fixes
googleapis/google-resumable-media-python (google-resumable-media)

v2.7.1

Compare Source

Bug Fixes
googleapis/python-api-common-protos (googleapis-common-protos)

v1.63.2

Compare Source

Bug Fixes
  • deps: Require protobuf>=3.20.2 (c77c0dc)
  • Regenerate pb2 files for compatibility with protobuf 5.x (c77c0dc)

v1.63.1

Compare Source

Bug Fixes

v1.63.0

Compare Source

Features
  • Add api_version field to ServiceOptions in google/api/client.proto (6f9c4d2)
  • Add LOCATION_POLICY_VIOLATED enum to ErrorReason in google/api/error_reason.proto (6f9c4d2)
  • Add rest_reference_documentation_uri field to ServiceOptions in google/api/client.proto (6f9c4d2)
pyasn1/pyasn1 (pyasn1)

v0.6.0

Compare Source

  • Added support for previously missing RELATIVE-OID construct
    pr #​48
  • Updated link to Layman's Guide
    Now it provides a link to links to a formatted PDF version of the paper,
    at a stable domain (researchgate), using https
    pr #​50
  • Removed support for EOL Python 2.7, 3.6, 3.7
    pr #​56
pyasn1/pyasn1-modules (pyasn1-modules)

v0.4.0

Compare Source

  • Added support for Python 3.11, 3.12
  • Removed support for EOL Pythons 2.7, 3.6, 3.7
psf/requests (requests)

v2.32.3

Compare Source

Bugfixes

  • Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
    HTTPAdapter. (#​6716)
  • Fixed issue where Requests started failing to run on Python versions compiled
    without the ssl module. (#​6724)

v2.32.2

Compare Source

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted
    by the CVE changes in 2.32.0, we've renamed _get_connection to
    a new public API, get_connection_with_tls_context. Existing custom
    HTTPAdapters will need to migrate their code to use this new API.
    get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease
    migration, but we strongly urge users to evaluate if their custom adapter
    is subject to the same issue described in CVE-2024-35195. (#​6710)

v2.32.1

Compare Source

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners May 24, 2024 19:53
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 24, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 24, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from 778557d to 1a7f378 Compare May 27, 2024 01:02
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 27, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 27, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from 1a7f378 to 324733c Compare May 29, 2024 17:09
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from 324733c to eafac1e Compare May 29, 2024 22:28
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from eafac1e to e965d39 Compare May 29, 2024 22:34
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from e965d39 to 0b710f1 Compare May 30, 2024 21:33
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 30, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 30, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from 0b710f1 to 9fd6ec1 Compare May 30, 2024 22:52
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 30, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 30, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from 9fd6ec1 to d96ab20 Compare May 31, 2024 19:34
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 31, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 31, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from d96ab20 to 57deea8 Compare May 31, 2024 19:42
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 31, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 31, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from 57deea8 to 0841bed Compare May 31, 2024 22:05
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 31, 2024
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch 14 times, most recently from e334f39 to e123b59 Compare June 24, 2024 18:09
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch 14 times, most recently from 6da3c08 to cd78120 Compare June 27, 2024 19:25
@renovate-bot renovate-bot force-pushed the renovate/python-non-major-dependencies branch from cd78120 to 1fd6b5a Compare June 27, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
owlbot:run Add this label to trigger the Owlbot post processor.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant