Commit b7db161
authored
Bump the minor group with 2 updates (#280)
Bumps the minor group with 2 updates:
[types-protobuf](https://github.com/python/typeshed) and
[nox](https://github.com/wntrblm/nox).
Updates `types-protobuf` from 7.34.1.20260518 to 7.35.1.20260827
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/python/typeshed/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `nox` from 2026.7.11 to 2026.8.17
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/wntrblm/nox/releases">nox's
releases</a>.</em></p>
<blockquote>
<h2>2026.08.17 🪟</h2>
<p>This is a small follow-up release to better support running the
parallel mode on legacy windows.</p>
<p>We'd like to thank the following folks who contributed to this
release:</p>
<ul>
<li><a
href="https://github.com/henryiii"><code>@henryiii</code></a></li>
<li><a
href="https://github.com/nightcityblade"><code>@nightcityblade</code></a>
(first contribution)</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Support legacy encodings in the parallel reporter by <a
href="https://github.com/nightcityblade"><code>@nightcityblade</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/1160">wntrblm/nox#1160</a></li>
</ul>
<p>Internal changes:</p>
<ul>
<li>Tighten mypy and pytest config by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1167">wntrblm/nox#1167</a></li>
<li>Bump pre-commit hooks, hold pyproject-fmt at 2.26.0 by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1163">wntrblm/nox#1163</a></li>
<li>Bump the github-actions group with 2 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1162">wntrblm/nox#1162</a></li>
</ul>
<h2>2026.08.10 🔀</h2>
<p>This release can run sessions in parallel with
<code>--parallel</code>/<code>-j</code> (experimental for now, report
any bugs!). Requires session opt-in, or use
<code>--allow-parallel</code>. Interpreter discovery now uses the
<code>python-discovery</code> package, which should be better at finding
Python and supports version specifier sets. Using this, script mode
reads <code>requires-python</code>. Many bugs were fixed, mostly in
Python version handling, conda version specifiers, and option
precedence. Unrecognized global options are now an error.</p>
<p>We'd like to thank the following folks who contributed to this
release:</p>
<ul>
<li><a
href="https://github.com/henryiii"><code>@henryiii</code></a></li>
<li><a
href="https://github.com/Himanshuagrawal4"><code>@Himanshuagrawal4</code></a></li>
<li><a
href="https://github.com/chuenchen309"><code>@chuenchen309</code></a>
(first contribution)</li>
<li><a
href="https://github.com/ColumbusLabs"><code>@ColumbusLabs</code></a>
(first contribution)</li>
<li><a
href="https://github.com/deepakganesh78"><code>@deepakganesh78</code></a>
(first contribution)</li>
<li><a
href="https://github.com/espressolee"><code>@espressolee</code></a>
(first contribution)</li>
<li><a
href="https://github.com/Sanjays2402"><code>@Sanjays2402</code></a>
(first contribution)</li>
<li><a
href="https://github.com/uttam12331"><code>@uttam12331</code></a>
(first contribution)</li>
<li><a
href="https://github.com/yangfan-yf-yf"><code>@yangfan-yf-yf</code></a>
(first contribution)</li>
</ul>
<p>Features:</p>
<ul>
<li>Run sessions in parallel with
<code>--parallel</code>/<code>-j</code> by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1131">wntrblm/nox#1131</a></li>
<li>Use <code>python-discovery</code> for interpreter discovery by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1086">wntrblm/nox#1086</a></li>
<li>Support <code>requires-python</code> in script mode by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1142">wntrblm/nox#1142</a></li>
<li>Sort classifier-derived Python versions by <a
href="https://github.com/Himanshuagrawal4"><code>@Himanshuagrawal4</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/1100">wntrblm/nox#1100</a></li>
</ul>
<p>Fixes:</p>
<ul>
<li>Isolate script mode from inherited <code>PYTHONPATH</code> by <a
href="https://github.com/yangfan-yf-yf"><code>@yangfan-yf-yf</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/1157">wntrblm/nox#1157</a></li>
<li>Require virtualenv 21+ on Python 3.15 by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1158">wntrblm/nox#1158</a></li>
<li>Correct conda version constraints on Windows by <a
href="https://github.com/deepakganesh78"><code>@deepakganesh78</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/1146">wntrblm/nox#1146</a></li>
<li>Make explicit command-line options beat noxfile and alias values by
<a href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1145">wntrblm/nox#1145</a></li>
<li>Translate PEP 440 range interpreters to conda version specs by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1150">wntrblm/nox#1150</a></li>
<li>Download upper-bound-only Python ranges by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1148">wntrblm/nox#1148</a></li>
<li>Do not write <code>~/.local/bin</code> shims when provisioning with
uv by <a href="https://github.com/henryiii"><code>@henryiii</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/1149">wntrblm/nox#1149</a></li>
<li>Don't crash <code>python_versions()</code> on a major-only
<code>max_version</code> by <a
href="https://github.com/chuenchen309"><code>@chuenchen309</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/1140">wntrblm/nox#1140</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/wntrblm/nox/blob/main/CHANGELOG.md">nox's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>2026.08.17</h2>
<p>This is a small follow-up release to better support running the
parallel mode
on legacy windows.</p>
<p>We'd like to thank the following folks who contributed to this
release:</p>
<ul>
<li><a
href="https://github.com/henryiii"><code>@henryiii</code></a></li>
<li><a
href="https://github.com/nightcityblade"><code>@nightcityblade</code></a>
(first contribution)</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Support legacy encodings in the parallel reporter by <a
href="https://github.com/nightcityblade"><code>@nightcityblade</code></a>
in <a
href="https://redirect.github.com/wntrblm/nox/pull/1160">wntrblm/nox#1160</a></li>
</ul>
<p>Internal changes:</p>
<ul>
<li>Tighten mypy and pytest config by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1167">wntrblm/nox#1167</a></li>
<li>Bump pre-commit hooks, hold pyproject-fmt at 2.26.0 by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1163">wntrblm/nox#1163</a></li>
<li>Bump the github-actions group with 2 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1162">wntrblm/nox#1162</a></li>
</ul>
<h2>2026.08.10</h2>
<p>This release can run sessions in parallel with
<code>--parallel</code>/<code>-j</code> (experimental
for now, report any bugs!). Requires session opt-in, or use
<code>--allow-parallel</code>.
Interpreter discovery now uses the <code>python-discovery</code>
package, which should be
better at finding Python and supports version specifier sets. Using
this,
script mode reads <code>requires-python</code>. Many bugs were fixed,
mostly in Python
version handling, conda version specifiers, and option precedence.
Unrecognized
global options are now an error.</p>
<p>We'd like to thank the following folks who contributed to this
release:</p>
<ul>
<li><a
href="https://github.com/henryiii"><code>@henryiii</code></a></li>
<li><a
href="https://github.com/Himanshuagrawal4"><code>@Himanshuagrawal4</code></a></li>
<li><a
href="https://github.com/chuenchen309"><code>@chuenchen309</code></a>
(first contribution)</li>
<li><a
href="https://github.com/ColumbusLabs"><code>@ColumbusLabs</code></a>
(first contribution)</li>
<li><a
href="https://github.com/deepakganesh78"><code>@deepakganesh78</code></a>
(first contribution)</li>
<li><a
href="https://github.com/espressolee"><code>@espressolee</code></a>
(first contribution)</li>
<li><a
href="https://github.com/Sanjays2402"><code>@Sanjays2402</code></a>
(first contribution)</li>
<li><a
href="https://github.com/uttam12331"><code>@uttam12331</code></a>
(first contribution)</li>
<li><a
href="https://github.com/yangfan-yf-yf"><code>@yangfan-yf-yf</code></a>
(first contribution)</li>
</ul>
<p>Features:</p>
<ul>
<li>Run sessions in parallel with
<code>--parallel</code>/<code>-j</code> by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1131">wntrblm/nox#1131</a></li>
<li>Use <code>python-discovery</code> for interpreter discovery by <a
href="https://github.com/henryiii"><code>@henryiii</code></a> in <a
href="https://redirect.github.com/wntrblm/nox/pull/1086">wntrblm/nox#1086</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/wntrblm/nox/commit/a976d7ee04ab7a13634adc1016d4755a1348225f"><code>a976d7e</code></a>
docs: prepare 2026.08.17 release notes (<a
href="https://redirect.github.com/wntrblm/nox/issues/1168">#1168</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/ade83de0c4b3d39b28ed8c39c6d9b32c08caea8b"><code>ade83de</code></a>
chore: tighten mypy and pytest config (<a
href="https://redirect.github.com/wntrblm/nox/issues/1167">#1167</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/c699c47cb806df85e900d0bd51a79bdf1829c33f"><code>c699c47</code></a>
fix: support legacy encodings in parallel reporter (<a
href="https://redirect.github.com/wntrblm/nox/issues/1160">#1160</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/f85d0503edb6aea8b81976a5bc6ba273aec5bda5"><code>f85d050</code></a>
chore(deps): bump pre-commit hooks, hold pyproject-fmt at 2.26.0 (<a
href="https://redirect.github.com/wntrblm/nox/issues/1163">#1163</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/4b9d946cf42e14c1bd1b16caf5209706874e9e34"><code>4b9d946</code></a>
chore(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/wntrblm/nox/issues/1162">#1162</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/57f9e10c4eef84277dcd692d0056420c947674f9"><code>57f9e10</code></a>
docs: prepare 2026.08.10 release notes (<a
href="https://redirect.github.com/wntrblm/nox/issues/1156">#1156</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/c7134d4159af66fe4285a9c201e1dbaab35bff9f"><code>c7134d4</code></a>
fix: isolate script mode from inherited PYTHONPATH (<a
href="https://redirect.github.com/wntrblm/nox/issues/1157">#1157</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/aad0ea860c77c84dae33d9605dcf450576cf2842"><code>aad0ea8</code></a>
fix: require virtualenv 21+ on Python 3.15 (<a
href="https://redirect.github.com/wntrblm/nox/issues/1158">#1158</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/00c9566ecfe83746bbf42e8a780e8ef318f58748"><code>00c9566</code></a>
fix: conda version constraints on Windows (<a
href="https://redirect.github.com/wntrblm/nox/issues/1146">#1146</a>)</li>
<li><a
href="https://github.com/wntrblm/nox/commit/1d6b2583c3c1419f50ca60ca3723e4854ea9f2b9"><code>1d6b258</code></a>
fix: drop stale type ignores for argcomplete 3.7.2 (<a
href="https://redirect.github.com/wntrblm/nox/issues/1155">#1155</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/wntrblm/nox/compare/2026.07.11...2026.08.17">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 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>1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments