This repository was archived by the owner on Mar 6, 2026. It is now read-only.
chore(deps): update all dependencies#2033
Merged
Linchin merged 2 commits intogoogleapis:mainfrom Oct 1, 2024
Merged
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Linchin
approved these changes
Oct 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.10.0->==1.10.1==3.4.0->==3.5.0==0.3.0->==0.4.0==0.3.0->==0.4.0==3.15.4->==3.16.1==2.19.2->==2.20.0==2.34.0->==2.35.0==3.25.0->==3.26.0==3.25.0->==3.26.0==2.2.2->==2.2.3==4.2.2->==4.3.6==2.2.2->==2.2.3==20.26.3->==20.26.5Release Notes
Toblerity/Fiona (Fiona)
v1.10.1Compare Source
Bug fixes:
the ContextVar in _vsipyopener.pyx was renamed.
that may be NULL when searching for authority matches (#1445).
kislyuk/argcomplete (argcomplete)
v3.5.0Compare Source
===============================
Use project.scripts instead of setuptools scripts (#498)
Test infrastructure improvements
googleapis/python-bigquery-magics (bigquery-magics)
v0.4.0Compare Source
Features
context.engineby magic argument (#60) (ff57f14)tox-dev/py-filelock (filelock)
v3.16.1Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.16.0...3.16.1
v3.16.0Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.15.4...3.16.0
googleapis/python-api-core (google-api-core)
v2.20.0Compare Source
Features
googleapis/google-auth-library-python (google-auth)
v2.35.0Compare Source
Features
AuthorizedSessionapi (#1577) (2910b6b)Bug Fixes
googleapis/python-bigquery (google-cloud-bigquery)
v3.26.0Compare Source
Features
bigquery-magicspackage for the%%bigquerymagic (#1965) (60128a5)Bug Fixes
Dependencies
Documentation
pandas-dev/pandas (pandas)
v2.2.3: Pandas 2.2.3Compare Source
We are pleased to announce the release of pandas 2.2.3.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 2.2.3 supports Python 3.9 and higher.
The release will be available on the defaults and conda-forge channels:
Or via PyPI:
Please report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
tox-dev/platformdirs (platformdirs)
v4.3.6Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.3.5...4.3.6
v4.3.5Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.3.4...4.3.5
v4.3.4Compare Source
What's Changed
Full Changelog: tox-dev/platformdirs@4.3.3...4.3.4
v4.3.3Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/platformdirs@4.3.2...4.3.3
v4.3.2Compare Source
What's Changed
_pathmethods on MacOS by @matthewhughes934 in https://github.com/tox-dev/platformdirs/pull/299New Contributors
Full Changelog: tox-dev/platformdirs@4.3.1...4.3.2
v4.3.1Compare Source
Full Changelog: tox-dev/platformdirs@4.3.0...4.3.1
v4.3.0Compare Source
What's Changed
include-hidden-files: trueto upload coverage artifacts by @edgarrmondragon in https://github.com/tox-dev/platformdirs/pull/298New Contributors
Full Changelog: tox-dev/platformdirs@4.2.2...4.3.0
urllib3/urllib3 (urllib3)
v2.2.3Compare Source
==================
Features
#​3473 <https://github.com/urllib3/urllib3/issues/3473>__)Bugfixes
All other methods of supplying a request body already use UTF-8 starting in urllib3 v2.0. (
#​3053 <https://github.com/urllib3/urllib3/issues/3053>__)#​3252 <https://github.com/urllib3/urllib3/issues/3252>__)#​3413 <https://github.com/urllib3/urllib3/issues/3413>__)#​3432 <https://github.com/urllib3/urllib3/issues/3432>__)HTTPConnection.default_socket_options. (#​3448 <https://github.com/urllib3/urllib3/issues/3448>__)HTTP/2 (experimental)
HTTP/2 support is still in early development.
Excluded Transfer-Encoding: chunked from HTTP/2 request body (
#​3425 <https://github.com/urllib3/urllib3/issues/3425>__)Added version checking for
h2(https://pypi.org/project/h2/) usage.Now only accepting supported h2 major version 4.x.x. (
#​3290 <https://github.com/urllib3/urllib3/issues/3290>__)Added a probing mechanism for determining whether a given target origin
supports HTTP/2 via ALPN. (
#​3301 <https://github.com/urllib3/urllib3/issues/3301>__)Add support for sending a request body with HTTP/2 (
#​3302 <https://github.com/urllib3/urllib3/issues/3302>__)Deprecations and Removals
_version.pyfile has been removed and is now created at build time by hatch-vcs. (#​3412 <https://github.com/urllib3/urllib3/issues/3412>__)#​3475 <https://github.com/urllib3/urllib3/issues/3475>__)pypa/virtualenv (virtualenv)
v20.26.5Compare Source
v20.26.4Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.26.3...20.26.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.