-
Notifications
You must be signed in to change notification settings - Fork 611
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
+201
−212
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 |
bb76c1c
to
8de6756
Compare
/gcbrun |
8de6756
to
4337aae
Compare
/gcbrun |
4337aae
to
2a65a73
Compare
/gcbrun |
2a65a73
to
c9fb600
Compare
/gcbrun |
c9fb600
to
c68745d
Compare
/gcbrun |
c68745d
to
1c5b33e
Compare
/gcbrun |
1c5b33e
to
5230ebd
Compare
/gcbrun |
5230ebd
to
1e1c1af
Compare
/gcbrun |
1e1c1af
to
6fb5085
Compare
/gcbrun |
6fb5085
to
28a9ae6
Compare
/gcbrun |
28a9ae6
to
50be085
Compare
/gcbrun |
50be085
to
45569de
Compare
/gcbrun |
45569de
to
b3facf8
Compare
/gcbrun |
b3facf8
to
56684c8
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.2.1
==6.1.0
->==6.2.0
==5.5.0
->==5.5.1
==2024.8.30
->==2024.12.14
==8.1.7
->==8.1.8
==3.0.3
->==3.1.0
==2.20.0
->==2.24.1
==2.35.0
->==2.38.0
==1.13.5
->==1.15.0
1.16.0
==1.65.0
->==1.66.0
1.67.0
==1.66.1
->==1.70.0
==2.31.7
->==2.32.8
2.32.9
==10.5.0
->==10.6.0
==1.7.0
->==1.9.0
==0.48b0
->==0.51b0
==0.48b0
->==0.51b0
==0.48b0
->==0.51b0
==0.48b0
->==0.51b0
==1.7.0
->==1.9.0
==1.27.0
->==1.30.0
==4.25.5
->==4.25.6
==2.9.9
->==2.9.10
==3.20.0
->==3.21.0
==2.9.0
->==2.10.1
==3.1.4
->==3.2.1
==1.16.0
->==1.17.0
==2.2.3
->==2.3.0
==1.16.0
->==1.17.2
==3.20.2
->==3.21.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
🔧 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.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
.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.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/google-cloud-python (google-cloud-trace)
v1.15.0
: google-cloud-trace: v1.15.0Compare Source
Features
Bug Fixes
v1.14.1
: google-cloud-trace: v1.14.1Compare Source
Bug Fixes
v1.14.0
: google-cloud-resource-manager: v1.14.0Compare Source
Features
Bug Fixes
grpc/grpc (grpcio)
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++
CMAKE_CXX_STANDARD=17
to your CMake build command.--cxxopt='/std:c++17'
and--host_cxxopt='/std:c++17'
to your Bazel build command.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
original_request
. (#36944)Ruby
v1.66.2
Compare Source
This is release gRPC Core 1.66.2 (gladiator).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
What's Changed
Python
Full Changelog: grpc/grpc@v1.66.1...v1.66.2
locustio/locust (locust)
v2.32.8
Compare Source
Fix a single broken link in the UI
Full Changelog: locustio/locust@2.32.7...2.32.8
v2.32.7
Compare Source
Full Changelog
Merged pull requests:
v2.32.6
Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.32.5...2.32.6
v2.32.5
Compare Source
Full Changelog
Merged pull requests:
v2.32.4
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.32.3
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.32.2
Compare Source
Full Changelog
Fixed bugs:
Closed issues:
Merged pull requests:
v2.32.1
Compare Source
What's Changed
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.