-
Notifications
You must be signed in to change notification settings - Fork 138
chore(deps): update all dependencies #1079
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
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. |
grpcio 1.64.0 requires protobuf>=5.26.1,<6.0dev (which introduced a breaking change). Core library doesn't support the new protobuf either. I will isolate the change here and merge the other upgrades first.
Note: grpcio 1.64.0 requires protobuf>=5.26.1,<6.0dev (which introduced a breaking change). Core library doesn't support the new protobuf either. I will isolate the change here and merge the other upgrades first. Related: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR contains the following updates:
==3.2.3
->==3.3.0
==3.13.1
->==3.14.0
==0.14.7
->==0.15.1
==2.18.0
->==2.19.0
==3.21.0
->==3.23.1
==1.62.2
->==1.64.0
==1.62.2
->==1.64.0
==1.3.3
->==1.3.5
==2024.3.2
->==2024.4.15
==4.2.0
->==4.2.2
==1.4.0
->==1.5.0
==2.32.0
->==2.32.2
22.04
->24.04
==20.25.1
->==20.26.2
Release Notes
kislyuk/argcomplete (argcomplete)
v3.3.0
Compare Source
===============================
update is required to use argcomplete on Python 3.11.9+ or 3.12.3+.
tox-dev/py-filelock (filelock)
v3.14.0
Compare Source
What's Changed
blocking
parameter on lock constructor with tests and docs by @iamkhav in https://github.com/tox-dev/filelock/pull/325New Contributors
Full Changelog: tox-dev/filelock@3.13.4...3.14.0
v3.13.4
Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.13.3...3.13.4
v3.13.3
Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.13.2...3.13.3
v3.13.2
Compare Source
What's Changed
/tmp
by @kota-iizuka in https://github.com/tox-dev/filelock/pull/317New Contributors
Full Changelog: tox-dev/filelock@3.13.1...3.13.2
geoalchemy/geoalchemy2 (geoalchemy2)
v0.15.1
Compare Source
v0.15.0
Compare Source
googleapis/python-api-core (google-api-core)
v2.19.0
Compare Source
Features
googleapis/python-bigquery (google-cloud-bigquery)
v3.23.1
Compare Source
Performance Improvements
v3.23.0
Compare Source
Features
Bug Fixes
v3.22.0
Compare Source
Features
grpc/grpc (grpcio)
v1.64.0
Compare Source
This is release 1.64.0 (grateful) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
C++
Python
v1.63.0
Compare Source
This is release 1.63.0 (giggle) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
C++
C#
PHP
Python
Ruby
wntrblm/nox (nox)
v2024.4.15
Compare Source
platformdirs/platformdirs (platformdirs)
v4.2.2
Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/platformdirs@4.2.1...4.2.2
v4.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/platformdirs@4.2.0...4.2.1
pytest-dev/pluggy (pluggy)
v1.5.0
Compare Source
=========================
Features
#​178 <https://github.com/pytest-dev/pluggy/issues/178>
_: Add support for deprecating specific hook parameters, or more generally, for issuing a warning whenever a hook implementation requests certain parameters.See :ref:
warn_on_impl
for details.Bug Fixes
#​481 <https://github.com/pytest-dev/pluggy/issues/481>
_:PluginManager.get_plugins()
no longer returnsNone
for blocked plugins.psf/requests (requests)
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
toa new public API,
get_connection_with_tls_context
. Existing customHTTPAdapters 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
pypa/virtualenv (virtualenv)
v20.26.2
Compare Source
v20.26.1
Compare Source
v20.26.0
Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.25.3...20.26.0
v20.25.3
Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.25.2...20.25.3
v20.25.2
Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.25.1...20.25.2
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 has been generated by Mend Renovate. View repository job log here.