-
Notifications
You must be signed in to change notification settings - Fork 14
Commit 68af848
authored
Bump the required group with 7 updates (#280)
Bumps the required group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.2` |
`5.29.3` |
| [grpcio](https://github.com/grpc/grpc) | `1.68.1` | `1.70.0` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.14` | `0.6.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.49` | `9.6.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` |
| [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0`
|
| [grpcio-tools](https://github.com/grpc/grpc) | `1.68.1` | `1.70.0` |
Updates `protobuf` from 5.29.2 to 5.29.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/b407e8416e3893036aee5af9a12bd9b6a0e2b2e6"><code>b407e84</code></a>
Updating version.json and repo version numbers to: 29.3</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/9a5d2c329c159e07f7da8ba5dfe0acc98dfb81a9"><code>9a5d2c3</code></a>
Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by
default. (...</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/1dc5842ebe7956e79d5dfee6d3589df02faa77fd"><code>1dc5842</code></a>
Fix cmake installation location of java and go features (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19773">#19773</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/8e7e6b026f0ef00fd0f3d3cbeb41a02f8621c785"><code>8e7e6b0</code></a>
Update artifact actions to v4 (<a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19703">#19703</a>)</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/cbdc8ab774aeb888f635a1f3d0bce206e173b276"><code>cbdc8ab</code></a>
Merge pull request <a
href="https://redirect.github.com/protocolbuffers/protobuf/issues/19719">#19719</a>
from protocolbuffers/29.x-202412181411</li>
<li><a
href="https://github.com/protocolbuffers/protobuf/commit/5621748f97259be36587bf337aae554f6361cb22"><code>5621748</code></a>
Updating version.json and repo version numbers to: 29.3-dev</li>
<li>See full diff in <a
href="https://github.com/protocolbuffers/protobuf/compare/v5.29.2...v5.29.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `grpcio` from 1.68.1 to 1.70.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc/releases">grpcio's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.70.0</h2>
<p>This is release 1.70.0 (<a
href="https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md">genius</a>)
of gRPC Core.</p>
<p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>.
For previous releases, see <a
href="https://github.com/grpc/grpc/releases">Releases</a>.</p>
<p>This release contains refinements, improvements, and bug fixes, with
highlights listed below.</p>
<h2>Core</h2>
<ul>
<li>[BoringSSL] Update third_party/boringssl-with-bazel. (<a
href="https://redirect.github.com/grpc/grpc/issues/38274">#38274</a>)</li>
</ul>
<h2>C++</h2>
<ul>
<li>gRPC C++ begins to require C++17 or later to build and use gRPC C++.
You may need the following settings:
<ul>
<li>CMake: Add CMAKE_CXX_STANDARD=17 to your CMake build command.</li>
<li>Bazel: Add --cxxopt='/std:c++17' and --host_cxxopt='/std:c++17' to
your Bazel build command.</li>
<li>gRPC 1.69, the final version compatible with C++14, will be
supported until December 10, 2025, according to <a
href="https://github.com/grpc/proposal/blob/master/L120-requiring-cpp17.md">https://github.com/grpc/proposal/blob/master/L120-requiring-cpp17.md</a>.</li>
</ul>
</li>
</ul>
<h2>Release v1.70.0-pre1</h2>
<p>This is a prerelease of gRPC Core 1.70.0 (genius).</p>
<p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>.
For previous releases, see <a
href="https://github.com/grpc/grpc/releases">Releases</a>.</p>
<p>This prerelease contains refinements, improvements, and bug
fixes.</p>
<h2>Release v1.69.0</h2>
<p>This is release 1.69.0 (<a
href="https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md">gridiron</a>)
of gRPC Core.</p>
<p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>.
For previous releases, see <a
href="https://github.com/grpc/grpc/releases">Releases</a>.</p>
<p>This release contains refinements, improvements, and bug fixes, with
highlights listed below.</p>
<h2>Core</h2>
<ul>
<li>[Alarm] Fix Alarm reuse on cancellation. (<a
href="https://redirect.github.com/grpc/grpc/pull/38114">#38114</a>)</li>
<li>[xDS RBAC] Support string_match in HeaderMatcher. (<a
href="https://redirect.github.com/grpc/grpc/pull/38185">#38185</a>)</li>
<li>[pick_first] fix shutdown bug in new PF impl. (<a
href="https://redirect.github.com/grpc/grpc/pull/38144">#38144</a>)</li>
<li>[c-ares] Fix inverted length check in GrpcPolledFdWindows. (<a
href="https://redirect.github.com/grpc/grpc/pull/38101">#38101</a>)</li>
<li>[RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch
payload. (<a
href="https://redirect.github.com/grpc/grpc/pull/38069">#38069</a>)</li>
<li>[EventEngine] Add stronger wording on Endpoint::Read contract. (<a
href="https://redirect.github.com/grpc/grpc/pull/38036">#38036</a>)</li>
<li>[chttp2] Fix channelz address. (<a
href="https://redirect.github.com/grpc/grpc/pull/38022">#38022</a>)</li>
<li>[XdsClient] Add missing authority to XdsClient metrics scope. (<a
href="https://redirect.github.com/grpc/grpc/pull/38009">#38009</a>)</li>
<li>[EventEngine] API contract: Endpoint::Read will provide either an
error or data, but never both. (<a
href="https://redirect.github.com/grpc/grpc/pull/38019">#38019</a>)</li>
<li>[Build] Dropped Bazel 6.x support. (<a
href="https://redirect.github.com/grpc/grpc/pull/37979">#37979</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc/commit/93571f6142f823167d54bc1169fed567b2407d94"><code>93571f6</code></a>
[Backport to 1.70.x] Updated python requirements (<a
href="https://redirect.github.com/grpc/grpc/issues/38524">#38524</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/9d3bef715bd77b60559398fc66402264bdf80ff7"><code>9d3bef7</code></a>
[Revert] "[ruby] [backport-1.70.x] Build/test ruby 3.4 and build
native gems ...</li>
<li><a
href="https://github.com/grpc/grpc/commit/6788979465fa78deff593e4abf59d385439b28c5"><code>6788979</code></a>
[Release] Bump version to 1.70.0 (on v1.70.x branch) (<a
href="https://redirect.github.com/grpc/grpc/issues/38509">#38509</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/2d2d80ba0e914d4a6b53e9ecb8f068b81d6579e7"><code>2d2d80b</code></a>
[Backport] Php & Dart interop test fixes (<a
href="https://redirect.github.com/grpc/grpc/issues/38463">#38463</a>)
(<a
href="https://redirect.github.com/grpc/grpc/issues/38507">#38507</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/ab2222db264057830e887ad3bbb04a4f178c3227"><code>ab2222d</code></a>
[ruby] [backport-1.70.x] Build/test ruby 3.4 and build native gems with
Ruby ...</li>
<li><a
href="https://github.com/grpc/grpc/commit/f1e4dfaca81edf0390c0c58cb51859b63b797123"><code>f1e4dfa</code></a>
[Backport-to-1.70.x] Fix python build script to handle C and C++ std
options ...</li>
<li><a
href="https://github.com/grpc/grpc/commit/6c8df892cd1dc596c07b82242754cd7dec6e656d"><code>6c8df89</code></a>
[Release] Bump version to 1.70.0-pre1 (on v1.70.x branch) (<a
href="https://redirect.github.com/grpc/grpc/issues/38407">#38407</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/9eb9ebd19ef1f69f367ad68c41edb8bf9f4954c3"><code>9eb9ebd</code></a>
[Release] Bump core version to 45.0.0 for upcoming release (<a
href="https://redirect.github.com/grpc/grpc/issues/38403">#38403</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/df95cf9de3733c2bdcb03d723e396c6fdee5b9d9"><code>df95cf9</code></a>
[benchmark] Match case of excluded scenario. (<a
href="https://redirect.github.com/grpc/grpc/issues/38390">#38390</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/048ea424201ec6b69fe8eb1a1c13303074c8e917"><code>048ea42</code></a>
[CI] Re-enabled modernize-unary-static-assert (<a
href="https://redirect.github.com/grpc/grpc/issues/38333">#38333</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc/compare/v1.68.1...v1.70.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `pydoclint` from 0.5.14 to 0.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/releases">pydoclint's
releases</a>.</em></p>
<blockquote>
<h2>0.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add DOC003 to check docstring style mismatch by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/207">jsh9/pydoclint#207</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.19...0.6.0">https://github.com/jsh9/pydoclint/compare/0.5.19...0.6.0</a></p>
<h2>0.5.19</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix false positive DOC405 & DOC201 for bare returns by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/205">jsh9/pydoclint#205</a></li>
<li>Add new config option for documenting star arguments by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/206">jsh9/pydoclint#206</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.18...0.5.19">https://github.com/jsh9/pydoclint/compare/0.5.18...0.5.19</a></p>
<h2>0.5.18</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix parsing and comparison of chained custom exceptions by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/203">jsh9/pydoclint#203</a></li>
<li>Fix wording in DOC503 violation message by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/204">jsh9/pydoclint#204</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.17...0.5.18">https://github.com/jsh9/pydoclint/compare/0.5.17...0.5.18</a></p>
<h2>0.5.17</h2>
<h2>What's Changed</h2>
<ul>
<li>Add an option to auto regenerate baseline by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/202">jsh9/pydoclint#202</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.16...0.5.17">https://github.com/jsh9/pydoclint/compare/0.5.16...0.5.17</a></p>
<h2>0.5.16</h2>
<h2>What's Changed</h2>
<ul>
<li>👌 Add pre-commit-hook to run pydoclint via flake8 by <a
href="https://github.com/s-weigand"><code>@s-weigand</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/200">jsh9/pydoclint#200</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.15...0.5.16">https://github.com/jsh9/pydoclint/compare/0.5.15...0.5.16</a></p>
<h2>0.5.15</h2>
<h2>What's Changed</h2>
<ul>
<li>Throw DOC001 when docstring sections can't be parsed (numpy style)
by <a href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/199">jsh9/pydoclint#199</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.5.14...0.5.15">https://github.com/jsh9/pydoclint/compare/0.5.14...0.5.15</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's
changelog</a>.</em></p>
<blockquote>
<h2>[0.6.0] - 2025-01-13</h2>
<ul>
<li>Added
<ul>
<li>A new violation code, <code>DOC003</code>, to detect docstring style
mismatch (when
docstrings are written in the style different from specified)</li>
</ul>
</li>
<li>Full diff
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.19...0.6.0">https://github.com/jsh9/pydoclint/compare/0.5.19...0.6.0</a></li>
</ul>
</li>
</ul>
<h2>[0.5.19] - 2025-01-12</h2>
<ul>
<li>Fixed
<ul>
<li>False positive DOC405 and DOC201 when we have bare return statements
together with <code>yield</code> statements</li>
</ul>
</li>
<li>Added
<ul>
<li>A new config option <code>--should-document-star-arguments</code>
(if <code>False</code>, star
arguments such as <code>*args</code> and <code>**kwargs</code> should
not be documented in the
docstring)</li>
<li>A pre-commit step to check that "Full diff" is always
added in CHANGELOG.md</li>
</ul>
</li>
<li>Full diff
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.18...0.5.19">https://github.com/jsh9/pydoclint/compare/0.5.18...0.5.19</a></li>
</ul>
</li>
</ul>
<h2>[0.5.18] - 2025-01-12</h2>
<ul>
<li>Fixed
<ul>
<li>An issue where custom exceptions such as
<code>a.b.c.MyException.from_str</code>
cannot be properly parsed and compared</li>
<li>A minor wording issue in DOC503 violation message</li>
</ul>
</li>
<li>Full diff
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.17...0.5.18">https://github.com/jsh9/pydoclint/compare/0.5.17...0.5.18</a></li>
</ul>
</li>
</ul>
<h2>[0.5.17] - 2025-01-12</h2>
<ul>
<li>Added
<ul>
<li>A new config option <code>--auto-regenerate-baseline</code> to
automatically
regenerate the baseline file for every successful <em>pydoclint</em>
run</li>
</ul>
</li>
<li>Full diff
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.16...0.5.17">https://github.com/jsh9/pydoclint/compare/0.5.16...0.5.17</a></li>
</ul>
</li>
</ul>
<h2>[0.5.16] - 2025-01-11</h2>
<ul>
<li>
<p>Added</p>
<ul>
<li>A pre-commit hook for using <em>pydoclint</em> as a flake8
plugin</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.5.15...0.5.16">https://github.com/jsh9/pydoclint/compare/0.5.15...0.5.16</a></li>
</ul>
</li>
</ul>
<h2>[0.5.15] - 2025-01-10</h2>
<ul>
<li>Changed</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/2e8af22f66de795a7bd0ac661353596e8847bbad"><code>2e8af22</code></a>
Add DOC003 to check docstring style mismatch (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/207">#207</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/94039b23bedf98b6a6469312d04eecee9797a90f"><code>94039b2</code></a>
Add new config option for documenting star arguments (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/206">#206</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/22b9b37b6ccda9c19be9757ee2c7e0a86a836b96"><code>22b9b37</code></a>
Fix false positive DOC405 & DOC201 for bare returns (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/205">#205</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/1f2ea57d39bce59362382a739572504b6ee5dfb0"><code>1f2ea57</code></a>
Fix wording in DOC503 violation message (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/204">#204</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/91263b841745adef4a052354bf4301107fc803ae"><code>91263b8</code></a>
Fix parsing and comparison of chained custom exceptions (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/203">#203</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/64ef92306050cd21e51a99b1dccd87a41274f6e5"><code>64ef923</code></a>
Add tips, tricks, and pitfalls to README</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/fe188f425eae9e77c74f169ff2d16e740e370d0b"><code>fe188f4</code></a>
Add an option to auto regenerate baseline (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/202">#202</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/7282eb691ca4c1e4742c62fe7c3578bb9348f0fb"><code>7282eb6</code></a>
👌 Add pre-commit-hook to run pydoclint via flake8 (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/200">#200</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/4021d8d9b3216e2789bd5f28fa7c761228b9b3d4"><code>4021d8d</code></a>
Throw DOC001 when docstring sections can't be parsed (numpy style) (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/199">#199</a>)</li>
<li>See full diff in <a
href="https://github.com/jsh9/pydoclint/compare/0.5.14...0.6.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `mkdocs-material` from 9.5.49 to 9.6.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.6.1</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7943">#7943</a>:
Tags plugin crashing due to merge error</li>
</ul>
<h2>mkdocs-material-9.6.0</h2>
<ul>
<li>Added meta plugin</li>
<li>Rewrite of the tags plugin</li>
<li>Added support for allow lists in tags plugin</li>
<li>Added support for and custom sorting in tags plugin</li>
<li>Added support for related links in blog plugin</li>
<li>Added support for custom index pages in blog plugin</li>
<li>Added support for navigation subtitles</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7924">#7924</a>:
Anchors might require two clicks when using instant navigation</li>
</ul>
<h2>mkdocs-material-9.5.50</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7913">#7913</a>:
Social plugin renders attribute lists in page title</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.6.1 (2025-01-31)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7943">#7943</a>:
Tags plugin crashing due to merge error</li>
</ul>
<p>mkdocs-material-9.6.0 (2025-01-31)</p>
<ul>
<li>Added meta plugin</li>
<li>Rewrite of the tags plugin</li>
<li>Added support for allow lists in tags plugin</li>
<li>Added support for and custom sorting in tags plugin</li>
<li>Added support for related links in blog plugin</li>
<li>Added support for custom index pages in blog plugin</li>
<li>Added support for navigation subtitles</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7924">#7924</a>:
Anchors might require two clicks when using instant navigation</li>
</ul>
<p>mkdocs-material-9.5.50 (2025-01-18)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7913">#7913</a>:
Social plugin renders attribute lists in page title</li>
</ul>
<p>mkdocs-material-9.5.49+insiders-4.53.15 (2025-01-15)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7896">#7896</a>:
Scoped tags listings not rendering in subsections</li>
</ul>
<p>mkdocs-material-9.5.49 (2024-12-16)</p>
<ul>
<li>Adjusted title color in dark mode for all supported Mermaid.js
diagrams</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7803">#7803</a>:
Privacy plugin crashes on generated files</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7781">#7781</a>:
Mermaid.js flow chart title not visible in dark mode</li>
</ul>
<p>mkdocs-material-9.5.48 (2024-12-08)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7774">#7774</a>:
Disabling social cards doesn't work</li>
</ul>
<p>mkdocs-material-9.5.47 (2024-12-01)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7750">#7750</a>:
Numeric tags break search</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7748">#7748</a>:
Blog plugin breaks when using future drafts (9.5.45 regression)</li>
</ul>
<p>mkdocs-material-9.5.46 (2024-11-25)</p>
<ul>
<li>Added support for removing preload hints in privacy plugin</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7734">#7734</a>:
Code blocks in h5 headlines are uppercased</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7725">#7725</a>:
Blog plugin crashing on missing timezone (9.5.45 regression)</li>
</ul>
<p>mkdocs-material-9.5.45 (2024-11-20)</p>
<ul>
<li>Reduced size of Docker image through multi-stage build</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7708">#7708</a>:
Blog plugin crashing on YAML dates with timezones</li>
</ul>
<p>mkdocs-material-9.5.44 (2024-11-05)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/454af62a45622e3ebf14d25b3ab1ea69c1130e8f"><code>454af62</code></a>
Prepare 9.6.1 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/2d147c72c02b842937320c58b98e20179742a7a6"><code>2d147c7</code></a>
Fixed crashing tags plugin</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/34dc4feba7b45c892c3d6ec2c3d8413a5ebdac5f"><code>34dc4fe</code></a>
Updated Premium sponsors</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/8edc6f8daaf0e1e7ebb94be99d3f10e46cd8bfbd"><code>8edc6f8</code></a>
Updated Premium sponsors</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/0be1d6b3c8b9f3aff1f91be8f7050dcc96a40321"><code>0be1d6b</code></a>
Documentation</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/34e301d311d2e753022e1ae23fd851cbfd73be6a"><code>34e301d</code></a>
Fixed build badge</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/4ca5214ebf1665fff5de7be140ab6188eb0ec5a5"><code>4ca5214</code></a>
Corrected position of related links in blog post</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/627737ae38905578d761fb7c916b5fdcf854973e"><code>627737a</code></a>
Merge pull request <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7942">#7942</a>
from squidfunk/merge/chipotle</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/49daf573f0cf01cd66a87f6bba3815b775280287"><code>49daf57</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/1416697c6b27725859d522c8763914c2b1fb1615"><code>1416697</code></a>
Prepare 9.6.0 release</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.49...9.6.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `pylint` from 3.3.3 to 3.3.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/c2b01c3d0b6410d4c93eb1f32fb28f2116b1e68f"><code>c2b01c3</code></a>
Bump pylint to 3.3.4, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/023cd4355c48e3e0c7702e65fde2d99794b25554"><code>023cd43</code></a>
[isort] Permit to use isort 6 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10204">#10204</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/050acfe49c525cd5e58f7c289d35aee1af4051e5"><code>050acfe</code></a>
Calculate linter.config.jobs in cgroupsv2 environments (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10089">#10089</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10169">#10169</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/d6992b8cf993af7a94a9a3044185fb3ea838ac49"><code>d6992b8</code></a>
fix "skipped files" count calculation (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/10141">#10141</a>)</li>
<li>See full diff in <a
href="https://github.com/pylint-dev/pylint/compare/v3.3.3...v3.3.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `setuptools` from 75.6.0 to 75.8.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.8.0</h1>
<h2>Features</h2>
<ul>
<li>Implemented <code>Dynamic</code> field for core metadata (as
introduced in PEP 643).
The existing implementation is currently experimental and the exact
approach
may change in future releases. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4698">#4698</a>)</li>
</ul>
<h1>v75.7.0</h1>
<h2>Features</h2>
<ul>
<li><code>pypa/distutils#310</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4478">#4478</a>)</li>
<li>Synced with pypa/distutils@ff11eed0c including bugfix for duplicate
CFLAGS and adaption to support Python 3.13 is_abs in the C compiler (<a
href="https://redirect.github.com/pypa/setuptools/issues/4669">#4669</a>).
(<a
href="https://redirect.github.com/pypa/setuptools/issues/4790">#4790</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/5c9d9809dec1b20e2a9da6b4a06355fd6f87a190"><code>5c9d980</code></a>
Bump version: 75.7.0 → 75.8.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/72c422261b40f2b95a8be6605cc7dd93cec81794"><code>72c4222</code></a>
Avoid using Any in function</li>
<li><a
href="https://github.com/pypa/setuptools/commit/1c61d4799438677c7cfaaccf281312bfb1aee9b3"><code>1c61d47</code></a>
Add news fragments for PEP 643</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f285d01e2661b01e4947a4dca7704790b65f2967"><code>f285d01</code></a>
Implement PEP 643 (<code>Dynamic</code> field for core metadata) (<a
href="https://redirect.github.com/pypa/setuptools/issues/4698">#4698</a>)</li>
<li><a
href="https://github.com/pypa/setuptools/commit/a50f6e2e1e8b4610adde709079bec17ad0944197"><code>a50f6e2</code></a>
Fix _static.Dict.<strong>ior</strong> for Python 3.8</li>
<li><a
href="https://github.com/pypa/setuptools/commit/b055895fa337a6e03a29c2ea6493b6b778d2ba46"><code>b055895</code></a>
Add extra tests for static/dynamic metadata</li>
<li><a
href="https://github.com/pypa/setuptools/commit/770b4fc8f6248d862629028f5ee4218975f9516b"><code>770b4fc</code></a>
Remove test workaround for unmarked static values from
pyproject.toml</li>
<li><a
href="https://github.com/pypa/setuptools/commit/8b22d73be5e23a9611398d81aedc5164115940ce"><code>8b22d73</code></a>
Mark values from pyproject.toml as static</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f699fd842e3ddedbe937ee33b0bd6ad28e735664"><code>f699fd8</code></a>
Fix spelling error</li>
<li><a
href="https://github.com/pypa/setuptools/commit/8b4c8a3c95f43d771d0fa6e4ebceea3436bc70f7"><code>8b4c8a3</code></a>
Add tests for static 'attr' directive</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v75.6.0...v75.8.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `grpcio-tools` from 1.68.1 to 1.70.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc/releases">grpcio-tools's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.70.0</h2>
<p>This is release 1.70.0 (<a
href="https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md">genius</a>)
of gRPC Core.</p>
<p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>.
For previous releases, see <a
href="https://github.com/grpc/grpc/releases">Releases</a>.</p>
<p>This release contains refinements, improvements, and bug fixes, with
highlights listed below.</p>
<h2>Core</h2>
<ul>
<li>[BoringSSL] Update third_party/boringssl-with-bazel. (<a
href="https://redirect.github.com/grpc/grpc/issues/38274">#38274</a>)</li>
</ul>
<h2>C++</h2>
<ul>
<li>gRPC C++ begins to require C++17 or later to build and use gRPC C++.
You may need the following settings:
<ul>
<li>CMake: Add CMAKE_CXX_STANDARD=17 to your CMake build command.</li>
<li>Bazel: Add --cxxopt='/std:c++17' and --host_cxxopt='/std:c++17' to
your Bazel build command.</li>
<li>gRPC 1.69, the final version compatible with C++14, will be
supported until December 10, 2025, according to <a
href="https://github.com/grpc/proposal/blob/master/L120-requiring-cpp17.md">https://github.com/grpc/proposal/blob/master/L120-requiring-cpp17.md</a>.</li>
</ul>
</li>
</ul>
<h2>Release v1.70.0-pre1</h2>
<p>This is a prerelease of gRPC Core 1.70.0 (genius).</p>
<p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>.
For previous releases, see <a
href="https://github.com/grpc/grpc/releases">Releases</a>.</p>
<p>This prerelease contains refinements, improvements, and bug
fixes.</p>
<h2>Release v1.69.0</h2>
<p>This is release 1.69.0 (<a
href="https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md">gridiron</a>)
of gRPC Core.</p>
<p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>.
For previous releases, see <a
href="https://github.com/grpc/grpc/releases">Releases</a>.</p>
<p>This release contains refinements, improvements, and bug fixes, with
highlights listed below.</p>
<h2>Core</h2>
<ul>
<li>[Alarm] Fix Alarm reuse on cancellation. (<a
href="https://redirect.github.com/grpc/grpc/pull/38114">#38114</a>)</li>
<li>[xDS RBAC] Support string_match in HeaderMatcher. (<a
href="https://redirect.github.com/grpc/grpc/pull/38185">#38185</a>)</li>
<li>[pick_first] fix shutdown bug in new PF impl. (<a
href="https://redirect.github.com/grpc/grpc/pull/38144">#38144</a>)</li>
<li>[c-ares] Fix inverted length check in GrpcPolledFdWindows. (<a
href="https://redirect.github.com/grpc/grpc/pull/38101">#38101</a>)</li>
<li>[RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch
payload. (<a
href="https://redirect.github.com/grpc/grpc/pull/38069">#38069</a>)</li>
<li>[EventEngine] Add stronger wording on Endpoint::Read contract. (<a
href="https://redirect.github.com/grpc/grpc/pull/38036">#38036</a>)</li>
<li>[chttp2] Fix channelz address. (<a
href="https://redirect.github.com/grpc/grpc/pull/38022">#38022</a>)</li>
<li>[XdsClient] Add missing authority to XdsClient metrics scope. (<a
href="https://redirect.github.com/grpc/grpc/pull/38009">#38009</a>)</li>
<li>[EventEngine] API contract: Endpoint::Read will provide either an
error or data, but never both. (<a
href="https://redirect.github.com/grpc/grpc/pull/38019">#38019</a>)</li>
<li>[Build] Dropped Bazel 6.x support. (<a
href="https://redirect.github.com/grpc/grpc/pull/37979">#37979</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc/commit/93571f6142f823167d54bc1169fed567b2407d94"><code>93571f6</code></a>
[Backport to 1.70.x] Updated python requirements (<a
href="https://redirect.github.com/grpc/grpc/issues/38524">#38524</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/9d3bef715bd77b60559398fc66402264bdf80ff7"><code>9d3bef7</code></a>
[Revert] "[ruby] [backport-1.70.x] Build/test ruby 3.4 and build
native gems ...</li>
<li><a
href="https://github.com/grpc/grpc/commit/6788979465fa78deff593e4abf59d385439b28c5"><code>6788979</code></a>
[Release] Bump version to 1.70.0 (on v1.70.x branch) (<a
href="https://redirect.github.com/grpc/grpc/issues/38509">#38509</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/2d2d80ba0e914d4a6b53e9ecb8f068b81d6579e7"><code>2d2d80b</code></a>
[Backport] Php & Dart interop test fixes (<a
href="https://redirect.github.com/grpc/grpc/issues/38463">#38463</a>)
(<a
href="https://redirect.github.com/grpc/grpc/issues/38507">#38507</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/ab2222db264057830e887ad3bbb04a4f178c3227"><code>ab2222d</code></a>
[ruby] [backport-1.70.x] Build/test ruby 3.4 and build native gems with
Ruby ...</li>
<li><a
href="https://github.com/grpc/grpc/commit/f1e4dfaca81edf0390c0c58cb51859b63b797123"><code>f1e4dfa</code></a>
[Backport-to-1.70.x] Fix python build script to handle C and C++ std
options ...</li>
<li><a
href="https://github.com/grpc/grpc/commit/6c8df892cd1dc596c07b82242754cd7dec6e656d"><code>6c8df89</code></a>
[Release] Bump version to 1.70.0-pre1 (on v1.70.x branch) (<a
href="https://redirect.github.com/grpc/grpc/issues/38407">#38407</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/9eb9ebd19ef1f69f367ad68c41edb8bf9f4954c3"><code>9eb9ebd</code></a>
[Release] Bump core version to 45.0.0 for upcoming release (<a
href="https://redirect.github.com/grpc/grpc/issues/38403">#38403</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/df95cf9de3733c2bdcb03d723e396c6fdee5b9d9"><code>df95cf9</code></a>
[benchmark] Match case of excluded scenario. (<a
href="https://redirect.github.com/grpc/grpc/issues/38390">#38390</a>)</li>
<li><a
href="https://github.com/grpc/grpc/commit/048ea424201ec6b69fe8eb1a1c13303074c8e917"><code>048ea42</code></a>
[CI] Re-enabled modernize-unary-static-assert (<a
href="https://redirect.github.com/grpc/grpc/issues/38333">#38333</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc/compare/v1.68.1...v1.70.0">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>File tree
Expand file treeCollapse file tree
1 file changed
+10
-10
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+10
-10
lines changedOpen diff view settings
Collapse file
+10-10Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments