-
Notifications
You must be signed in to change notification settings - Fork 617
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): refresh pip-compile outputs python #2235
Open
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
Choose a base branch
from
renovate-bot:renovate/python
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): refresh pip-compile outputs python #2235
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/python
Conversation
This file contains 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
/gcbrun |
f0d214f
to
682a9ce
Compare
/gcbrun |
682a9ce
to
9754563
Compare
/gcbrun |
9754563
to
4c05287
Compare
/gcbrun |
4c05287
to
3335cac
Compare
/gcbrun |
3335cac
to
51af863
Compare
/gcbrun |
51af863
to
4375915
Compare
/gcbrun |
4375915
to
380e342
Compare
/gcbrun |
380e342
to
b4b33f9
Compare
/gcbrun |
b4b33f9
to
8cad46f
Compare
/gcbrun |
8cad46f
to
2fbc576
Compare
/gcbrun |
2fbc576
to
4f38eaa
Compare
/gcbrun |
4f38eaa
to
feb7990
Compare
/gcbrun |
feb7990
to
a1c037c
Compare
/gcbrun |
6aac0d6
to
d187db9
Compare
/gcbrun |
d187db9
to
d643830
Compare
/gcbrun |
d643830
to
4aca3aa
Compare
/gcbrun |
4aca3aa
to
c2b015f
Compare
/gcbrun |
c2b015f
to
478e309
Compare
/gcbrun |
478e309
to
3bc2ff1
Compare
/gcbrun |
3bc2ff1
to
84525c0
Compare
/gcbrun |
84525c0
to
fbe03ee
Compare
/gcbrun |
fbe03ee
to
62aaa56
Compare
/gcbrun |
62aaa56
to
3e51df4
Compare
/gcbrun |
3e51df4
to
465e257
Compare
/gcbrun |
465e257
to
98483ed
Compare
/gcbrun |
98483ed
to
52ef39d
Compare
/gcbrun |
52ef39d
to
f139072
Compare
/gcbrun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
==4.2.0
->==4.3.0
==6.1.0
->==6.2.0
==5.5.0
->==5.5.2
==2024.8.30
->==2024.12.14
==8.1.7
->==8.1.8
==44.0.1
->==44.0.2
==3.0.3
->==3.1.0
==2.20.0
->==2.24.2
==2.35.0
->==2.38.0
==2.4.1
->==2.4.3
==1.13.5
->==1.16.1
==1.65.0
->==1.69.2
==1.66.1
->==1.71.0
==2.31.7
->==2.33.2
==10.5.0
->==10.6.0
==1.7.0
->==1.9.0
==0.48b0
->==0.52b1
==0.48b0
->==0.52b1
==0.48b0
->==0.52b1
==0.48b0
->==0.52b1
==1.7.0
->==1.9.0
==1.27.0
->==1.31.1
==4.25.5
->==4.25.6
==2.9.9
->==2.9.10
==3.20.0
->==3.22.0
==2.9.0
->==2.10.1
==3.1.4
->==3.2.2
3.2.3
==1.16.0
->==1.17.0
==2.2.3
->==2.3.0
==1.16.0
->==1.17.2
==3.20.2
->==3.21.0
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
mozilla/bleach (bleach)
v6.2.0
Compare Source
Backwards incompatible changes
Security fixes
None
Bug fixes
tkem/cachetools (cachetools)
v5.5.2
Compare Source
===================
Reduce number of
@cached
lock/unlock operations.Improve documentation.
Update CI environment.
v5.5.1
Compare Source
===================
Add documentation regarding caching of exceptions.
Officially support Python 3.13.
Update CI environment.
certifi/python-certifi (certifi)
v2024.12.14
Compare Source
pallets/click (click)
v8.1.8
Compare Source
Unreleased
click.open_file()
. :issue:2717
click.Path
displays onmultiple lines. :issue:
2697
""
from being displayed inthe help for an option. :issue:
2500
:issue:
2705
default_map
.:issue:
2632
click.echo(color=...)
passingcolor
to coloroma so it can beforced on Windows. :issue:
2606
.pyca/cryptography (cryptography)
v44.0.2
Compare Source
pallets/flask (flask)
v3.1.0
Compare Source
Released 2024-11-13
5623
Werkzeug >= 3.1, ItsDangerous >= 2.2, Blinker >= 1.9. :pr:
5624,5633
responses. :pr:
5496
Flask.open_resource
/open_instance_resource
andBlueprint.open_resource
take anencoding
parameter to use whenopening in text mode. It defaults to
utf-8
. :issue:5504
Request.max_content_length
can be customized per-request instead of onlythrough the
MAX_CONTENT_LENGTH
config. AddedMAX_FORM_MEMORY_SIZE
andMAX_FORM_PARTS
config. Added documentationabout resource limits to the security page. :issue:
5625
Partitioned
cookie attribute (CHIPS), with theSESSION_COOKIE_PARTITIONED
config. :issue:5472
-e path
takes precedence over default.env
and.flaskenv
files.load_dotenv
loads default files in addition to a path unlessload_defaults=False
is passed. :issue:5628
SECRET_KEY_FALLBACKS
config, a list of oldsecret keys that can still be used for unsigning. Extensions will need to
add support. :issue:
5621
host_matching=True
orsubdomain_matching=False
interacts with
SERVER_NAME
. SettingSERVER_NAME
no longer restrictsrequests to only that domain. :issue:
5553
Request.trusted_hosts
is checked during routing, and can be set throughthe
TRUSTED_HOSTS
config. :issue:5636
googleapis/python-api-core (google-api-core)
v2.24.2
Compare Source
Bug Fixes
v2.24.1
Compare Source
Bug Fixes
Documentation
v2.24.0
Compare Source
Features
v2.23.0
Compare Source
Features
v2.22.0
Compare Source
Features
Bug Fixes
Any
decode error (#712) (0d5ed37)v2.21.0
Compare Source
Features
Bug Fixes
googleapis/google-auth-library-python (google-auth)
v2.38.0
Compare Source
Features
Documentation
v2.37.0
Compare Source
Features
v2.36.0
Compare Source
Features
Bug Fixes
googleapis/python-cloud-core (google-cloud-core)
v2.4.3
Compare Source
Bug Fixes
v2.4.2
Compare Source
Features
googleapis/google-cloud-python (google-cloud-trace)
v1.16.1
: google-cloud-trace: v1.16.1Compare Source
Bug Fixes
v1.16.0
: google-cloud-trace: v1.16.0Compare Source
Features
v1.15.0
: google-cloud-trace: v1.15.0Compare Source
Features
Bug Fixes
v1.14.1
: google-cloud-workflows: v1.14.1Compare Source
Bug Fixes
_get_client_cert_source
and_get_api_endpoint
(e16032f)v1.14.0
: google-cloud-trace: v1.14.0Compare Source
Features
googleapis/google-cloud-python (googleapis-common-protos)
v1.69.2
Compare Source
Bug Fixes
include
intool.setuptools.packages.find
(#13662) (c6a1588)v1.69.1
Compare Source
Bug Fixes
v1.69.0
Compare Source
Features
v1.68.0
Compare Source
Features
unversioned_package_disabled
is added to message.google.api.PythonSettings
(eb554e8)experimental_features
to messagePythonSettings
(#249) (ba8d36e)Documentation
content
in message.google.api.Page
is changed (eb554e8)RoutingRule
is changed (eb554e8)v1.67.0
Compare Source
Features
unversioned_package_disabled
is added to message.google.api.PythonSettings
(eb554e8)Documentation
content
in message.google.api.Page
is changed (eb554e8)RoutingRule
is changed (eb554e8)v1.66.0
Features
MISSING_ORIGIN
andOVERLOADED_CREDENTIALS
toErrorReason
enum (d0478d8)protobuf_pythonic_types_enabled
toExperimentalFeatures
message (d0478d8)selective_gapic_generation
toCommonLanguageSettings
message (d0478d8)time_series_resource_hierarchy_level
toMetricDescriptorMetadata
message (d0478d8)SelectiveGapicGeneration
(d0478d8)grpc/grpc (grpcio)
v1.71.0
Compare Source
This is release gRPC Core 1.71.0 (gears).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Core
C++
Python
Ruby
v1.70.0
Compare Source
This is release 1.70.0 (genius) 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++
v1.69.0
Compare Source
This is release 1.69.0 (gridiron) 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
Python
v1.68.1
Compare Source
This is release 1.68.1 (groovy) 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
v1.68.0
Compare Source
This is release 1.68.0 (groovy) 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.67.1
Compare Source
This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
v1.67.0
Compare Source
This is release 1.67.0 (gesundheit) 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
Configuration
📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.