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 with 5 updates (#175)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [phonenumberslite](https://github.com/daviddrysdale/python-phonenumbers) | `8.13.50` | `8.13.51` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.1` | `2.10.2` | | [typer[all]](https://github.com/fastapi/typer) | `0.13.1` | `0.14.0` | | [bandit[toml]](https://github.com/PyCQA/bandit) | `1.7.10` | `1.8.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | Updates `phonenumberslite` from 8.13.50 to 8.13.51 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/07255b988520d8dc8855a1e70cfec8eadabaf1c9"><code>07255b9</code></a> Prep for 8.13.51 release</li> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/df96dfafd1e331c6ab2868e4684cde90e715e234"><code>df96dfa</code></a> Generated files for metadata</li> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/5961ba837833e3d028715d02781de8824a0793cd"><code>5961ba8</code></a> Merge metadata changes from upstream 8.13.51</li> <li>See full diff in <a href="https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.50...v8.13.51">compare view</a></li> </ul> </details> <br /> Updates `pydantic` from 2.10.1 to 2.10.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.10.2 2024-11-26</h2> <h2>What's Changed</h2> <h3>Fixes</h3> <ul> <li>Only evaluate <code>FieldInfo</code> annotations if required during schema building by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10769">#10769</a></li> <li>Do not evaluate annotations for private fields by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10962">#10962</a></li> <li>Support serialization as any for <code>Secret</code> types and <code>Url</code> types by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10947">#10947</a></li> <li>Fix type hint of <code>Field.default</code> to be compatible with Python 3.8 and 3.9 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10972">#10972</a></li> <li>Add hashing support for URL types by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10975">#10975</a></li> <li>Hide <code>BaseModel.__replace__</code> definition from type checkers by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10979">10979</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydantic/pydantic/compare/v2.10.1...v2.10.2">https://github.com/pydantic/pydantic/compare/v2.10.1...v2.10.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.10.2 (2024-11-25)</h2> <p><a href="https://github.com/pydantic/pydantic/releases/tag/v2.10.2">GitHub release</a></p> <h3>What's Changed</h3> <h4>Fixes</h4> <ul> <li>Only evaluate FieldInfo annotations if required during schema building by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10769">#10769</a></li> <li>Do not evaluate annotations for private fields by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10962">#10962</a></li> <li>Support serialization as any for <code>Secret</code> types and <code>Url</code> types by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10947">#10947</a></li> <li>Fix type hint of <code>Field.default</code> to be compatible with Python 3.8 and 3.9 by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10972">#10972</a></li> <li>Add hashing support for URL types by <a href="https://github.com/sydney-runkle"><code>@sydney-runkle</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10975">#10975</a></li> <li>Hide <code>BaseModel.__replace__</code> definition from type checkers by <a href="https://github.com/Viicos"><code>@Viicos</code></a> in <a href="https://redirect.github.com/pydantic/pydantic/pull/10979">10979</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pydantic/pydantic/commit/fe325154987b41345b356e5eb6d1584d7278bb0d"><code>fe32515</code></a> Prepare for v2.10.2 release (<a href="https://redirect.github.com/pydantic/pydantic/issues/10982">#10982</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/226cfaf62bcfbc2454f81eb46ffd5001ecc8baa7"><code>226cfaf</code></a> Hide <code>BaseModel.__replace__</code> definition from type checkers (<a href="https://redirect.github.com/pydantic/pydantic/issues/10979">#10979</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/02229a6ab176ae25d88f25e4c08fc84150558f86"><code>02229a6</code></a> hashing support for urls (<a href="https://redirect.github.com/pydantic/pydantic/issues/10975">#10975</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/a9cf39c32a786c4819584b83475aefb8dfa414cd"><code>a9cf39c</code></a> Fix type hint of <code>Field.default</code> to be compatible with Python 3.8 and 3.9 (<a href="https://redirect.github.com/pydantic/pydantic/issues/1">#1</a>...</li> <li><a href="https://github.com/pydantic/pydantic/commit/869eafd70bb46ecb93c2985ff829091a4da24806"><code>869eafd</code></a> Support serialization as any for <code>Secret</code> types and <code>Url</code> types (<a href="https://redirect.github.com/pydantic/pydantic/issues/10947">#10947</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/7c0ed72aa29410a49f2486745b4fbaad4079ec99"><code>7c0ed72</code></a> Do not evaluate annotations for private fields (<a href="https://redirect.github.com/pydantic/pydantic/issues/10962">#10962</a>)</li> <li><a href="https://github.com/pydantic/pydantic/commit/d6fc7fce7d3636e7d3f4d89bef34a2a2f50d6c1d"><code>d6fc7fc</code></a> Only evaluate <code>FieldInfo</code> annotations if required during schema building (<a href="https://redirect.github.com/pydantic/pydantic/issues/10">#10</a>...</li> <li>See full diff in <a href="https://github.com/pydantic/pydantic/compare/v2.10.1...v2.10.2">compare view</a></li> </ul> </details> <br /> Updates `typer[all]` from 0.13.1 to 0.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastapi/typer/releases">typer[all]'s releases</a>.</em></p> <blockquote> <h2>0.14.0</h2> <h3>Breaking Changes</h3> <ul> <li>🔥 Remove auto naming of groups added via <code>add_typer</code> based on the group's callback function name. PR <a href="https://redirect.github.com/fastapi/typer/pull/1052">#1052</a> by <a href="https://github.com/patrick91"><code>@patrick91</code></a>.</li> </ul> <p>Before, it was supported to infer the name of a command group from the callback function name in the sub-app, so, in this code:</p> <pre lang="python"><code>import typer <p>app = typer.Typer() users_app = typer.Typer()</p> <p>app.add_typer(users_app)</p> <p><a href="https://github.com/users"><code>@users</code></a>_app.callback() def users(): # <-- This was the inferred command group name """ Manage users in the app. """</p> <p><a href="https://github.com/users"><code>@users</code></a>_app.command() def create(name: str): print(f"Creating user: {name}") </code></pre></p> <p>...the command group would be named <code>users</code>, based on the name of the function <code>def users()</code>.</p> <p>Now you need to set it explicitly:</p> <pre lang="python"><code>import typer <p>app = typer.Typer() users_app = typer.Typer()</p> <p>app.add_typer(users_app, name="users") # <-- Explicitly set the command group name</p> <p><a href="https://github.com/users"><code>@users</code></a>_app.callback() def users(): """ Manage users in the app. """</p> <p><a href="https://github.com/users"><code>@users</code></a>_app.command() def create(name: str): </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fastapi/typer/blob/master/docs/release-notes.md">typer[all]'s changelog</a>.</em></p> <blockquote> <h2>0.14.0</h2> <h3>Breaking Changes</h3> <ul> <li>🔥 Remove auto naming of groups added via <code>add_typer</code> based on the group's callback function name. PR <a href="https://redirect.github.com/fastapi/typer/pull/1052">#1052</a> by <a href="https://github.com/patrick91"><code>@patrick91</code></a>.</li> </ul> <p>Before, it was supported to infer the name of a command group from the callback function name in the sub-app, so, in this code:</p> <pre lang="python"><code>import typer <p>app = typer.Typer() users_app = typer.Typer()</p> <p>app.add_typer(users_app)</p> <p><a href="https://github.com/users"><code>@users</code></a>_app.callback() def users(): # <-- This was the inferred command group name """ Manage users in the app. """</p> <p><a href="https://github.com/users"><code>@users</code></a>_app.command() def create(name: str): print(f"Creating user: {name}") </code></pre></p> <p>...the command group would be named <code>users</code>, based on the name of the function <code>def users()</code>.</p> <p>Now you need to set it explicitly:</p> <pre lang="python"><code>import typer <p>app = typer.Typer() users_app = typer.Typer()</p> <p>app.add_typer(users_app, name="users") # <-- Explicitly set the command group name</p> <p><a href="https://github.com/users"><code>@users</code></a>_app.callback() def users(): """ Manage users in the app. """</p> <p><a href="https://github.com/users"><code>@users</code></a>_app.command() </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastapi/typer/commit/f5c0b8a6598a3941a7f74d85649896fe3fcaa72a"><code>f5c0b8a</code></a> 🔖 Release version 0.14.0</li> <li><a href="https://github.com/fastapi/typer/commit/70153235a891ab49cc3e6611dce89fa98ec7c64b"><code>7015323</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/35bad6a08e1a878603e47313edff28fd6fa76a6f"><code>35bad6a</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/2d1a5984e658d8de477cce669c4433496b85052a"><code>2d1a598</code></a> 🔥 Remove auto naming of groups added via <code>add_typer</code> based on the group's cal...</li> <li><a href="https://github.com/fastapi/typer/commit/45cbfcdf2e662c6a1106d79c21377b2310953352"><code>45cbfcd</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/8af0b487d22dca19f9124fb2cb4b4c21c0e394a0"><code>8af0b48</code></a> ⬆ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 (<a href="https://redirect.github.com/fastapi/typer/issues/1043">#1043</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/62525f2f8bfa7cdeaca43fe6ad8ca1c036d71a26"><code>62525f2</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/be45e5858a359604e0729c548bd057d279ba6717"><code>be45e58</code></a> ⬆ Bump mkdocs-material from 9.5.44 to 9.5.46 (<a href="https://redirect.github.com/fastapi/typer/issues/1062">#1062</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/740610fbeadaeca50245a1417ced79e30e318441"><code>740610f</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/5fe79c24f75fb408e8732161b85624f07d1a2789"><code>5fe79c2</code></a> ⬆ Bump ruff from 0.7.4 to 0.8.0 (<a href="https://redirect.github.com/fastapi/typer/issues/1059">#1059</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/typer/compare/0.13.1...0.14.0">compare view</a></li> </ul> </details> <br /> Updates `bandit[toml]` from 1.7.10 to 1.8.0 <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.8.0</h2> <h2>What's Changed</h2> <ul> <li>Bump docker/build-push-action from 6.7.0 to 6.9.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1178">PyCQA/bandit#1178</a></li> <li>Rename doc file to match proper bandit ID by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1183">PyCQA/bandit#1183</a></li> <li>Removal of Python 3.8 support by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1174">PyCQA/bandit#1174</a></li> <li>Add more insecure cryptography cipher algorithms by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1185">PyCQA/bandit#1185</a></li> <li>Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1186">PyCQA/bandit#1186</a></li> <li>Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1187">PyCQA/bandit#1187</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1162">PyCQA/bandit#1162</a></li> <li>No need to check httpx client without timeout defined by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1177">PyCQA/bandit#1177</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1191">PyCQA/bandit#1191</a></li> <li>Mark Python 3.13 as officially supported by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1192">PyCQA/bandit#1192</a></li> <li>Update project urls with added links by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1193">PyCQA/bandit#1193</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1196">PyCQA/bandit#1196</a></li> <li>Add a JSON to seek funding from the FLOSS/fund by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1194">PyCQA/bandit#1194</a></li> <li>Remove Sentry as a sponsor by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1198">PyCQA/bandit#1198</a></li> <li>Remove more leftover OpenStack references by <a href="https://github.com/ericwb"><code>@ericwb</code></a> in <a href="https://redirect.github.com/PyCQA/bandit/pull/1195">PyCQA/bandit#1195</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0">https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/bandit/commit/8fd258abbac759d62863779f946d6a88e8eabb0f"><code>8fd258a</code></a> Remove more leftover OpenStack references (<a href="https://redirect.github.com/PyCQA/bandit/issues/1195">#1195</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/a19b0722b43c359990022347dea67f5a28e3c397"><code>a19b072</code></a> Remove Sentry as a sponsor (<a href="https://redirect.github.com/PyCQA/bandit/issues/1198">#1198</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/48e0258f14a20bb74aff4fb17d254c178d84c0c4"><code>48e0258</code></a> Add a JSON to seek funding from the FLOSS/fund (<a href="https://redirect.github.com/PyCQA/bandit/issues/1194">#1194</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/5300a21814e9cf50a463468f7411f3cf036b8df3"><code>5300a21</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/PyCQA/bandit/issues/1196">#1196</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/0b249d94d46c342e57636f52aa4e728b00b27ee6"><code>0b249d9</code></a> Update project urls with added links (<a href="https://redirect.github.com/PyCQA/bandit/issues/1193">#1193</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/4be653d78cd24aeca4252d5b45d5aca89e6d751b"><code>4be653d</code></a> Mark Python 3.13 as officially supported (<a href="https://redirect.github.com/PyCQA/bandit/issues/1192">#1192</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/8e6dc1b9da31fd6632aeb1461efc524a46babd12"><code>8e6dc1b</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/PyCQA/bandit/issues/1191">#1191</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/071386bcd801114a88cd42f1ef76e34f50f96661"><code>071386b</code></a> No need to check httpx client without timeout defined (<a href="https://redirect.github.com/PyCQA/bandit/issues/1177">#1177</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/9b4d480e5d3e5a813abfb85a9cbe31ef41de4e68"><code>9b4d480</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/PyCQA/bandit/issues/1162">#1162</a>)</li> <li><a href="https://github.com/PyCQA/bandit/commit/ddf9b4819803bf6a99678ba3252b4294a91b50fe"><code>ddf9b48</code></a> Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (<a href="https://redirect.github.com/PyCQA/bandit/issues/1187">#1187</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0">compare view</a></li> </ul> </details> <br /> Updates `pytest` from 8.3.3 to 8.3.4 <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.4</h2> <h1>pytest 8.3.4 (2024-12-01)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12592">#12592</a>: Fixed <code>KeyError</code>{.interpreted-text role="class"} crash when using <code>--import-mode=importlib</code> in a directory layout where a directory contains a child directory with the same name.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12818">#12818</a>: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the <code>AST</code>, like <a href="https://github.com/alexmojaki/executing">executing</a>.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12849">#12849</a>: ANSI escape codes for colored output now handled correctly in <code>pytest.fail</code>{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/9353">#9353</a>: <code>pytest.approx</code>{.interpreted-text role="func"} now uses strict equality when given booleans.</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10558">#10558</a>: Fix ambiguous docstring of <code>pytest.Config.getoption</code>{.interpreted-text role="func"}.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10829">#10829</a>: Improve documentation on the current handling of the <code>--basetemp</code> option and its lack of retention functionality (<code>temporary directory location and retention</code>{.interpreted-text role="ref"}).</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12866">#12866</a>: Improved cross-references concerning the <code>recwarn</code>{.interpreted-text role="fixture"} fixture.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12966">#12966</a>: Clarify <code>filterwarnings</code>{.interpreted-text role="ref"} docs on filter precedence/order when using multiple <code>@pytest.mark.filterwarnings <pytest.mark.filterwarnings ref></code>{.interpreted-text role="ref"} marks.</p> </li> </ul> <h2>Contributor-facing changes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12497">#12497</a>: Fixed two failing pdb-related tests on Python 3.13.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/53f8b4e634c5066c4f797a87b20060edbb086240"><code>53f8b4e</code></a> Update pypa/gh-action-pypi-publish to v1.12.2</li> <li><a href="https://github.com/pytest-dev/pytest/commit/98dff36c9dc0a44881e9e90daf381f9079adf4cc"><code>98dff36</code></a> Prepare release version 8.3.4</li> <li><a href="https://github.com/pytest-dev/pytest/commit/1b474e221d5ced2c8c73924a0087e6e24ab6cd61"><code>1b474e2</code></a> approx: use exact comparison for bool (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13013">#13013</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/b541721529feba7fcd0d069fa2437a817f340eba"><code>b541721</code></a> docs: Fix wrong statement about sys.modules with importlib import mode (<a href="https://redirect.github.com/pytest-dev/pytest/issues/1298">#1298</a>...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/16cb87b65036300d74472cd55eebca8fc3f8e703"><code>16cb87b</code></a> pytest.fail: fix ANSI escape codes for colored output (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12959">#12959</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12990">#12990</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/be6bc812b02454b2915755dd76ce74b877aeafad"><code>be6bc81</code></a> Issue <a href="https://redirect.github.com/pytest-dev/pytest/issues/12966">#12966</a> Clarify filterwarnings docs on precedence when using multiple ma...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/7aeb72bbc67bd1b8271eee57caa0a4e9b07038fc"><code>7aeb72b</code></a> Improve docs on basetemp and retention (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12912">#12912</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12928">#12928</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/c8758414cfd1646f273842e8f9292b2c15dcfcfb"><code>c875841</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12917">#12917</a> from pytest-dev/patchback/backports/8.3.x/ded1f44e5...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/6502816d977fcdbd65a3f4d8a63c0ce7c1f25649"><code>6502816</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12913">#12913</a> from jakkdl/dontfailonbadpath</li> <li><a href="https://github.com/pytest-dev/pytest/commit/52135b033fb949efbec6aed9dd9000275bb199fd"><code>52135b0</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12885">#12885</a> from The-Compiler/pdb-py311 (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12887">#12887</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4">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