Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group across 1 directory with 4 updates (#164)
Bumps the dependencies group with 4 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [rich](https://github.com/Textualize/rich), [bandit[toml]](https://github.com/PyCQA/bandit) and [pytest](https://github.com/pytest-dev/pytest). Updates `pydantic` from 2.9.1 to 2.9.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/releases">pydantic's releases</a>.</em></p> <blockquote> <h2>v2.9.2 (2024-09-17)</h2> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Do not error when trying to evaluate annotations of private attributes by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10358">#10358</a></li> <li>Adding notes on designing sound <code>Callable</code> discriminators by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10400">#10400</a></li> <li>Fix serialization schema generation when using <code>PlainValidator</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10427">#10427</a></li> <li>Fix <code>Union</code> serialization warnings by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1449">pydantic/pydantic-core#1449</a></li> <li>Fix variance issue in <code>_IncEx</code> type alias, only allow <code>True</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10414">#10414</a></li> <li>Fix <code>ZoneInfo</code> validation with various invalid types by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10408">#10408</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2">https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/blob/main/HISTORY.md">pydantic's changelog</a>.</em></p> <blockquote> <h2>v2.9.2 (2024-09-17)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.9.2">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Do not error when trying to evaluate annotations of private attributes by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10358">#10358</a></li> <li>Adding notes on designing sound <code>Callable</code> discriminators by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10400">#10400</a></li> <li>Fix serialization schema generation when using <code>PlainValidator</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10427">#10427</a></li> <li>Fix <code>Union</code> serialization warnings by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic-core/pull/1449">pydantic/pydantic-core#1449</a></li> <li>Fix variance issue in <code>_IncEx</code> type alias, only allow <code>True</code> by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10414">#10414</a></li> <li>Fix <code>ZoneInfo</code> validation with various invalid types by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10408">#10408</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/7cedbfb03df82ac55c844c97e6f975359cb51bb9"><code>7cedbfb</code></a> history updates</li> <li><a href="https://github.com/pydantic/pydantic/commit/7eab2b8f7565077410ee6b5f59efc2a8245a7e34"><code>7eab2b8</code></a> v bump</li> <li><a href="https://github.com/pydantic/pydantic/commit/c0a288f1457734c0ae7ea8d3ae2f5e458327c4cd"><code>c0a288f</code></a> Fix <code>ZoneInfo</code> with various invalid types (<a href="https://redirect.github.com/pydantic/pydantic/issues/10408">#10408</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/ea6115de0f36461b8fa9638c49249ebd4b9fd806"><code>ea6115d</code></a> Fix variance issue in <code>_IncEx</code> type alias, only allow <code>True</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/10414">#10414</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/fbfe25a1195c1055034581e1a48ff6308231d70c"><code>fbfe25a</code></a> Fix serialization schema generation when using <code>PlainValidator</code> (<a href="https://redirect.github.com/pydantic/pydantic/issues/10427">#10427</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/26cff3ccf65f29fd503c1357280a9f4d87f41fd6"><code>26cff3c</code></a> Adding notes on designing callable discriminators (<a href="https://redirect.github.com/pydantic/pydantic/issues/10400">#10400</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/8a0e7adf6ac6d31056818f9bf8ce5a9dab6c9a6e"><code>8a0e7ad</code></a> Do not error when trying to evaluate annotations of private attributes (<a href="https://redirect.github.com/pydantic/pydantic/issues/10358">#10358</a>)</li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v2.9.1...v2.9.2">compare view</a></li> </ul> </details> <br /> Updates `rich` from 13.8.0 to 13.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/releases">rich's releases</a>.</em></p> <blockquote> <h2>The Python 3.13 release</h2> <h2>[13.8.1] - 2024-09-10</h2> <h3>Fixed</h3> <ul> <li>Added support for Python 3.13 <a href="https://redirect.github.com/Textualize/rich/pull/3481">Textualize/rich#3481</a></li> <li>Fixed infinite loop when appending Text to same instance <a href="https://redirect.github.com/Textualize/rich/pull/3480">Textualize/rich#3480</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Textualize/rich/blob/master/CHANGELOG.md">rich's changelog</a>.</em></p> <blockquote> <h2>[13.8.1] - 2024-09-10</h2> <h3>Fixed</h3> <ul> <li>Added support for Python 3.13 <a href="https://redirect.github.com/Textualize/rich/pull/3481">Textualize/rich#3481</a></li> <li>Fixed infinite loop when appending Text to same instance <a href="https://redirect.github.com/Textualize/rich/pull/3480">Textualize/rich#3480</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/rich/commit/260b35fd99c6b6ee9e28be8e3789e74bc3dd0cef"><code>260b35f</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3485">#3485</a> from Textualize/bump1381</li> <li><a href="https://github.com/Textualize/rich/commit/574038d7310c38ef2600a915be5b616f4ab596ca"><code>574038d</code></a> bump</li> <li><a href="https://github.com/Textualize/rich/commit/1f131d13b81e928d71d346461e54941ad5f3141e"><code>1f131d1</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3481">#3481</a> from hugovk/add-3.13</li> <li><a href="https://github.com/Textualize/rich/commit/c8abbb3bd2632655d4dce61e7a8bffc49d981cc8"><code>c8abbb3</code></a> Fix test for Python 3.13</li> <li><a href="https://github.com/Textualize/rich/commit/815596ef0cb1f257a0fa4471b4bc1d4a6677e13c"><code>815596e</code></a> Add support for Python 3.13</li> <li><a href="https://github.com/Textualize/rich/commit/22c2cffd8e88181ad1162ca9098d190ec28c6996"><code>22c2cff</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/rich/issues/3480">#3480</a> from Textualize/fix-infinite-append</li> <li><a href="https://github.com/Textualize/rich/commit/f44e8bd743aaea1301899c8b0ca1e6c6dd456c70"><code>f44e8bd</code></a> changelog</li> <li><a href="https://github.com/Textualize/rich/commit/f2ee29531bd01354a5acf26f7c98dfadf70e6ab1"><code>f2ee295</code></a> fix infinite loop in append</li> <li>See full diff in <a href="https://github.com/Textualize/rich/compare/v13.8.0...v13.8.1">compare view</a></li> </ul> </details> <br /> Updates `bandit[toml]` from 1.7.9 to 1.7.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/bandit/releases">bandit[toml]'s releases</a>.</em></p> <blockquote> <h2>1.7.10</h2> <h2>What's Changed</h2> <ul> <li>Bump docker/build-push-action from 5.4.0 to 6.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1147">PyCQA/bandit#1147</a></li> <li>Suggested small refactors in assignments by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1150">PyCQA/bandit#1150</a></li> <li>Performance improvement in blacklist function by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1148">PyCQA/bandit#1148</a></li> <li>Add test for usage of FTP_TLS by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1149">PyCQA/bandit#1149</a></li> <li>New check: B113: TrojanSource - Bidirectional control characters by <a href="https://github.com/Lucas-C"><code>@Lucas-C</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/757">PyCQA/bandit#757</a></li> <li>Bump docker/build-push-action from 6.0.0 to 6.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1152">PyCQA/bandit#1152</a></li> <li>feat(plugins): add support for <code>httpx</code> in <code>B113</code> by <a href="https://github.com/mkniewallner"><code>@mkniewallner</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1060">PyCQA/bandit#1060</a></li> <li>Nit: remove unused variable by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1153">PyCQA/bandit#1153</a></li> <li>Add recent releases to version choice in bug report by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1151">PyCQA/bandit#1151</a></li> <li>Bump docker/build-push-action from 6.1.0 to 6.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1155">PyCQA/bandit#1155</a></li> <li>Bump docker/build-push-action from 6.2.0 to 6.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1157">PyCQA/bandit#1157</a></li> <li>Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1156">PyCQA/bandit#1156</a></li> <li>Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1158">PyCQA/bandit#1158</a></li> <li>Bump docker/login-action from 3.2.0 to 3.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1159">PyCQA/bandit#1159</a></li> <li>Bump docker/build-push-action from 6.3.0 to 6.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1160">PyCQA/bandit#1160</a></li> <li>Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1163">PyCQA/bandit#1163</a></li> <li>Bump docker/build-push-action from 6.5.0 to 6.6.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1166">PyCQA/bandit#1166</a></li> <li>Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1165">PyCQA/bandit#1165</a></li> <li>Bump docker/build-push-action from 6.6.1 to 6.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1168">PyCQA/bandit#1168</a></li> <li>Use consistent file naming of docs by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1170">PyCQA/bandit#1170</a></li> <li>Pytorch Load / Save Plugin by <a href="https://github.com/lukehinds"><code>@lukehinds</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1114">PyCQA/bandit#1114</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Lucas-C"><code>@Lucas-C</code></a> made their first contribution in <a href="https://redirect.github.com/PyCQA/bandit/pull/757">PyCQA/bandit#757</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10">https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/bandit/commit/36fd65054fc8864b4037d0918904f9331512feb5"><code>36fd650</code></a> Pytorch Load / Save Plugin (<a href="https://redirect.github.com/PyCQA/bandit/issues/1114">#1114</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/4ac55dfaaacf2083497831294b2dcd7e679f8428"><code>4ac55df</code></a> Use consistent file naming of docs (<a href="https://redirect.github.com/PyCQA/bandit/issues/1170">#1170</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/68022aa1d626a7702e3154987f4be278484033fb"><code>68022aa</code></a> Bump docker/build-push-action from 6.6.1 to 6.7.0 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1168">#1168</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/77566a00b6c2486049247acdf6dab327dc03845b"><code>77566a0</code></a> Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1165">#1165</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/221ced660e04fe84d617e625114afa7fdbe173f3"><code>221ced6</code></a> Bump docker/build-push-action from 6.5.0 to 6.6.1 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1166">#1166</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/701b7d541723f7543663f7798a5266f5141f3212"><code>701b7d5</code></a> Bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1163">#1163</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/320495c4cf0c14f1b376d5699b581b994f509af4"><code>320495c</code></a> Bump docker/build-push-action from 6.3.0 to 6.5.0 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1160">#1160</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/90490c705926432df1922e5b73b94d0e21958c1a"><code>90490c7</code></a> Bump docker/login-action from 3.2.0 to 3.3.0 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1159">#1159</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/708ab749502d79556eae5778561a7ae16b31be22"><code>708ab74</code></a> Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1158">#1158</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/89d2345a8edbd6e1ade45e01919462910ed47ce3"><code>89d2345</code></a> Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1156">#1156</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10">compare view</a></li> </ul> </details> <br /> Updates `pytest` from 8.3.2 to 8.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>8.3.3</h2> <h1>pytest 8.3.3 (2024-09-09)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12446">#12446</a>: Avoid calling <code>@Property</code> (and other instance descriptors) during fixture discovery -- by <code>asottile</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12659">#12659</a>: Fixed the issue of not displaying assertion failure differences when using the parameter <code>--import-mode=importlib</code> in pytest>=8.1.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12667">#12667</a>: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12744">#12744</a>: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by <code>Avasam</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12745">#12745</a>: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/6682">#6682</a>: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in <code>assert condition, msg</code>).</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/9422">#9422</a>: Fix bug where disabling the terminal plugin via <code>-p no:terminal</code> would cause crashes related to missing the <code>verbose</code> option.</p> <p>-- by <code>GTowers1</code>{.interpreted-text role="user"}</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12663">#12663</a>: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12678">#12678</a>: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.</li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>: Fix typos discovered by codespell and add codespell to pre-commit hooks.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/d0f136fe64f9374f18a04562305b178fb380d1ec"><code>d0f136f</code></a> build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12790">#12790</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/972f307c7861ae498e705d3d12e003fa4b035ac0"><code>972f307</code></a> Prepare release version 8.3.3</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0dabdcfe4de99147a07bd577804b60818ea25bc4"><code>0dabdcf</code></a> Include co-authors in release announcement (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12795">#12795</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12797">#12797</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a9910a413a691e1b216e2235a9cbec0921117702"><code>a9910a4</code></a> Do not discover properties when iterating fixtures (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12781">#12781</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12788">#12788</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0f10b6b0d8138d3539de75cb7b2e33167b6fc882"><code>0f10b6b</code></a> Fix issue with slashes being turned into backslashes on Windows (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12760">#12760</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12">#12</a>...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/300d13d2231db85186729c2091ea33480cb39c1a"><code>300d13d</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12785">#12785</a> from pytest-dev/patchback/backports/8.3.x/57cccf7f4...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/e5d32c73abcf4fa1362b15aaf660074de8f710d4"><code>e5d32c7</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12784">#12784</a> from svenevs/fix/docs-example-parametrize-minor-typo</li> <li><a href="https://github.com/pytest-dev/pytest/commit/bc913d194ec009699194b016ca619d5ae7f22c91"><code>bc913d1</code></a> Streamline checks for verbose option (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12706">#12706</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12778">#12778</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/01cfcc9f2dda817b25511772593012fd93e092d0"><code>01cfcc9</code></a> Fix typos and introduce codespell pre-commit hook (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12774">#12774</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/4873394d53635ef62d1915d23972ed4281a784eb"><code>4873394</code></a> doc: Remove past training (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12772">#12772</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12773">#12773</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3">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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information