Skip to content

Commit b6ecbef

Browse files
Bump the python group with 5 updates (#897)
Bumps the python group with 5 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2025.10.5` | `2025.11.12` | | [deprecated](https://github.com/laurent-laporte-pro/deprecated) | `1.2.18` | `1.3.1` | | [pynacl](https://github.com/pyca/pynacl) | `1.6.0` | `1.6.1` | | [rpds-py](https://github.com/crate-py/rpds) | `0.27.1` | `0.29.0` | | [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.3` | `2.0.1` | Updates `certifi` from 2025.10.5 to 2025.11.12 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/certifi/python-certifi/commit/37ea150bee10958559f804f128de2fdd48e1ed45"><code>37ea150</code></a> 2025.11.12 (<a href="https://redirect.github.com/certifi/python-certifi/issues/375">#375</a>)</li> <li><a href="https://github.com/certifi/python-certifi/commit/2fa50bb698145e2401e17b23f6969d3952a6f7c1"><code>2fa50bb</code></a> Bump actions/upload-artifact from 4.6.2 to 5.0.0 (<a href="https://redirect.github.com/certifi/python-certifi/issues/374">#374</a>)</li> <li><a href="https://github.com/certifi/python-certifi/commit/6cadb5304715523e57ea425f833aa3495a4e01e4"><code>6cadb53</code></a> Bump actions/download-artifact from 5.0.0 to 6.0.0 (<a href="https://redirect.github.com/certifi/python-certifi/issues/373">#373</a>)</li> <li>See full diff in <a href="https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12">compare view</a></li> </ul> </details> <br /> Updates `deprecated` from 1.2.18 to 1.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/laurent-laporte-pro/deprecated/releases">deprecated's releases</a>.</em></p> <blockquote> <h2>v1.3.1</h2> <h2>What's Changed</h2> <ul> <li>v1.3.1 by <a href="https://github.com/laurent-laporte-pro"><code>@​laurent-laporte-pro</code></a> in <a href="https://redirect.github.com/laurent-laporte-pro/deprecated/pull/95">laurent-laporte-pro/deprecated#95</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/laurent-laporte-pro/deprecated/compare/v1.3.0...v1.3.1">https://github.com/laurent-laporte-pro/deprecated/compare/v1.3.0...v1.3.1</a></p> <h2>v1.3.0</h2> <h2>What's Changed</h2> <ul> <li>Allow and test wrapt 2.x by <a href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a> in <a href="https://redirect.github.com/laurent-laporte-pro/deprecated/pull/88">laurent-laporte-pro/deprecated#88</a></li> <li>docs: update the Wrapt compatibility matrix to include Python 3.13 and 3.14 by <a href="https://github.com/laurent-laporte-pro"><code>@​laurent-laporte-pro</code></a> in <a href="https://redirect.github.com/laurent-laporte-pro/deprecated/pull/91">laurent-laporte-pro/deprecated#91</a></li> <li>chore(ci): run coverage only in the dedicated coverage env by <a href="https://github.com/laurent-laporte-pro"><code>@​laurent-laporte-pro</code></a> in <a href="https://redirect.github.com/laurent-laporte-pro/deprecated/pull/92">laurent-laporte-pro/deprecated#92</a></li> <li>feature: parameter deprecation by <a href="https://github.com/laurent-laporte-pro"><code>@​laurent-laporte-pro</code></a> in <a href="https://redirect.github.com/laurent-laporte-pro/deprecated/pull/93">laurent-laporte-pro/deprecated#93</a></li> <li>v1.3.0 by <a href="https://github.com/laurent-laporte-pro"><code>@​laurent-laporte-pro</code></a> in <a href="https://redirect.github.com/laurent-laporte-pro/deprecated/pull/90">laurent-laporte-pro/deprecated#90</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a> made their first contribution in <a href="https://redirect.github.com/laurent-laporte-pro/deprecated/pull/88">laurent-laporte-pro/deprecated#88</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/laurent-laporte-pro/deprecated/compare/v1.2.18...v1.3.0">https://github.com/laurent-laporte-pro/deprecated/compare/v1.2.18...v1.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG-1.2.rst">deprecated's changelog</a>.</em></p> <blockquote> <h1>=============== Changelog 1.2.x</h1> <p>All notable changes for the 1.2.x releases.</p> <p>The format is based on <code>Keep a Changelog &lt;https://keepachangelog.com/en/1.0.0/&gt;</code>_ and this project adheres to <code>Semantic Versioning &lt;https://semver.org/spec/v2.0.0.html&gt;</code>_.</p> <p>.. note::</p> <pre><code>The library **&quot;Python-Deprecated&quot;** was renamed **&quot;Deprecated&quot;**, simply! This project is more consistent because now, the name of the library is the same as the name of the Python package. <ul> <li>In your <code>setup.py</code>, you can replace the &quot;Python-Deprecated&quot; dependency with &quot;Deprecated&quot;.</li> <li>In your source code, nothing has changed, you will always use <code>import deprecated</code>, as before.</li> <li>I decided to keep the same version number because there is really no change in the source code<br /> (only in comment or documentation).<br /> </code></pre></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/d135459ef6c1fdd005f28c6e2cf7915e8fb8d0e1"><code>d135459</code></a> v1.3.1 (<a href="https://redirect.github.com/laurent-laporte-pro/deprecated/issues/95">#95</a>)</li> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/b29c0dbecc0a9b6558a90759655858153d415e6c"><code>b29c0db</code></a> feat(pyproject): add TestPyPI configuration for package publishing</li> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/ee5014a643199ce5951ac4f8b3e6ce97838baf37"><code>ee5014a</code></a> docs(changelog): update changelog for v1.3.1 and include previous versions</li> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/13db9ba38a6722f69ec80c1e6d17183e9696f9e5"><code>13db9ba</code></a> docs(changelog): add v1.3.1 release notes for packaging fix and missing sourc...</li> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/72fecf84411599df17f4db7726afbd5a78868559"><code>72fecf8</code></a> docs(changelog): update v1.3.0 release notes to indicate yanked status and re...</li> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/966df9d554ebc5bd531ec3e6cde64f29aeef9fab"><code>966df9d</code></a> Prepare next version 1.3.1 (unreleased)</li> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/3ad781a9dbf985efc4c4cda487767b259f9bec4c"><code>3ad781a</code></a> v1.3.0 (<a href="https://redirect.github.com/laurent-laporte-pro/deprecated/issues/90">#90</a>)</li> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/e9eed1e768ee0844d9e65af32b9b9c3fcfa07029"><code>e9eed1e</code></a> docs(tutorial): add documentation for deprecated parameters decorator</li> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/969a6cd1190ced6d8ba5542f4b1971d56adb1508"><code>969a6cd</code></a> feat: add experimental <code>@deprecated_params</code> decorator (<a href="https://redirect.github.com/laurent-laporte-pro/deprecated/issues/93">#93</a>)</li> <li><a href="https://github.com/laurent-laporte-pro/deprecated/commit/3f30cdbbac5f3c450dd137fbb36a9ac6a854885f"><code>3f30cdb</code></a> docs(changelog): add experimental <code>@deprecated_params</code> decorator</li> <li>Additional commits viewable in <a href="https://github.com/laurent-laporte-pro/deprecated/compare/v1.2.18...v1.3.1">compare view</a></li> </ul> </details> <br /> Updates `pynacl` from 1.6.0 to 1.6.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst">pynacl's changelog</a>.</em></p> <blockquote> <h2>1.6.1 (2025-11-10)</h2> <ul> <li>The <code>MAKE</code> environment variable can now be used to specify the <code>make</code> binary that should be used in the build process.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/pynacl/commit/077559e610d90b9b67ee9b7915934570cacfe005"><code>077559e</code></a> bump for 1.6.1 (<a href="https://redirect.github.com/pyca/pynacl/issues/906">#906</a>)</li> <li><a href="https://github.com/pyca/pynacl/commit/4f2eada50cd44d3b65c12c936553da75aa2ea35e"><code>4f2eada</code></a> Bump actions/upload-artifact from 4 to 5 (<a href="https://redirect.github.com/pyca/pynacl/issues/904">#904</a>)</li> <li><a href="https://github.com/pyca/pynacl/commit/d8185db3cec8875e18aa3e4fa8d865682012fecf"><code>d8185db</code></a> Bump actions/download-artifact from 5.0.0 to 6.0.0 (<a href="https://redirect.github.com/pyca/pynacl/issues/903">#903</a>)</li> <li><a href="https://github.com/pyca/pynacl/commit/f986caa8de4db8064f7b73f8c884151a337c5765"><code>f986caa</code></a> Update Python version from 3.14t-dev to 3.14t (<a href="https://redirect.github.com/pyca/pynacl/issues/901">#901</a>)</li> <li><a href="https://github.com/pyca/pynacl/commit/e8d3bc7a6f162ffa624463bf34baa0e8a7c55760"><code>e8d3bc7</code></a> use 3.14.0 in CI (<a href="https://redirect.github.com/pyca/pynacl/issues/900">#900</a>)</li> <li><a href="https://github.com/pyca/pynacl/commit/f08cb9c399b5f2f0a797563eb44a1132c997f057"><code>f08cb9c</code></a> build macOS wheels on macos-15 (arm64) (<a href="https://redirect.github.com/pyca/pynacl/issues/898">#898</a>)</li> <li><a href="https://github.com/pyca/pynacl/commit/eb41815abae874bb5fc632c7817875e9698d1938"><code>eb41815</code></a> Update macOS runner version in CI workflow (<a href="https://redirect.github.com/pyca/pynacl/issues/897">#897</a>)</li> <li><a href="https://github.com/pyca/pynacl/commit/7f418a0894e0d7b9bc9271c43ff0e4b5c20826a3"><code>7f418a0</code></a> Honor MAKE environment variable (<a href="https://redirect.github.com/pyca/pynacl/issues/895">#895</a>)</li> <li><a href="https://github.com/pyca/pynacl/commit/84afafd90e94f423df92a07ed3e1eb72954fa2b5"><code>84afafd</code></a> Require CFFI 2.0.0 or newer on Python &gt;= 3.9 (<a href="https://redirect.github.com/pyca/pynacl/issues/894">#894</a>)</li> <li>See full diff in <a href="https://github.com/pyca/pynacl/compare/1.6.0...1.6.1">compare view</a></li> </ul> </details> <br /> Updates `rpds-py` from 0.27.1 to 0.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-py/rpds/releases">rpds-py's releases</a>.</em></p> <blockquote> <h2>v0.29.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Bump actions/download-artifact from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/195">crate-py/rpds#195</a></li> <li>Bump github/codeql-action from 4.30.9 to 4.31.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/194">crate-py/rpds#194</a></li> <li>Bump actions/upload-artifact from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/192">crate-py/rpds#192</a></li> <li>Bump astral-sh/setup-uv from 7.1.1 to 7.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/193">crate-py/rpds#193</a></li> <li>Bump github/codeql-action from 4.31.0 to 4.31.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/196">crate-py/rpds#196</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/199">crate-py/rpds#199</a></li> <li>Bump softprops/action-gh-release from 2.4.1 to 2.4.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/198">crate-py/rpds#198</a></li> <li>Bump rpds from 1.1.2 to 1.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/crate-py/rpds/pull/197">crate-py/rpds#197</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate-py/rpds/compare/v0.28.0...v0.29.0">https://github.com/crate-py/rpds/compare/v0.28.0...v0.29.0</a></p> <h2>v0.28.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Bump PyO3 to 0.27</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate-py/rpds/compare/v0.27.1...v0.28.0">https://github.com/crate-py/rpds/compare/v0.27.1...v0.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-py/rpds/commit/5fb6f35abb2901542f27d01595f032815ffa39cd"><code>5fb6f35</code></a> Prepare for 0.29.0</li> <li><a href="https://github.com/crate-py/rpds/commit/d17dbd1d84449070c4a94ddb779a0f68f9bb6ec8"><code>d17dbd1</code></a> Add rpds's Stack.</li> <li><a href="https://github.com/crate-py/rpds/commit/74707afd0c9aa7bcdf165b85bb741158ae20c987"><code>74707af</code></a> Follow the rpds API more closely for Queue.</li> <li><a href="https://github.com/crate-py/rpds/commit/41455f3794d22829e9a338cf63a9fd6a3e379049"><code>41455f3</code></a> -&gt; native uv for dpeendency groups.</li> <li><a href="https://github.com/crate-py/rpds/commit/e93532daa50685b211892397291d0f44b0334314"><code>e93532d</code></a> Use 3.14 by default in nox.</li> <li><a href="https://github.com/crate-py/rpds/commit/020c41fb88d011c7919971348d56b800a4c2b53c"><code>020c41f</code></a> Remove dead hooks.</li> <li><a href="https://github.com/crate-py/rpds/commit/6e08b759e4fd895752541ea21b37b1690c2924d8"><code>6e08b75</code></a> Accept zizmor's cooldown suggestions for dependabot.</li> <li><a href="https://github.com/crate-py/rpds/commit/a5d40a9fd324dc0941744014c98bcc84c94c599f"><code>a5d40a9</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/197">#197</a> from crate-py/dependabot/cargo/rpds-1.2.0</li> <li><a href="https://github.com/crate-py/rpds/commit/b830be14163a5a81fdc087efde7c65c2305b1b99"><code>b830be1</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/198">#198</a> from crate-py/dependabot/github_actions/softprops/act...</li> <li><a href="https://github.com/crate-py/rpds/commit/e7ac33078a9086089bc633e61bccad9060864f04"><code>e7ac330</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/199">#199</a> from crate-py/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/crate-py/rpds/compare/v0.27.1...v0.29.0">compare view</a></li> </ul> </details> <br /> Updates `wrapt` from 1.17.3 to 2.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GrahamDumpleton/wrapt/releases">wrapt's releases</a>.</em></p> <blockquote> <h2>wrapt-2.0.1</h2> <p>See the project page on the Python Package Index at <a href="https://pypi.org/project/wrapt/2.0.1/">https://pypi.org/project/wrapt/2.0.1/</a> for more information.</p> <h2>wrapt-2.0.0</h2> <p>See the project page on the Python Package Index at <a href="https://pypi.org/project/wrapt/2.0.0/">https://pypi.org/project/wrapt/2.0.0/</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst">wrapt's changelog</a>.</em></p> <blockquote> <h2>Version 2.0.1</h2> <p><strong>Bugs Fixed</strong></p> <ul> <li> <p>The <code>wrapt.lazy_import()</code> function wasn't included in the <code>__all__</code> attribute of the <code>wrapt</code> module, meaning that it wasn't accessible when using <code>from wrapt import *</code> and type checkers such as <code>mypy</code> or <code>pylance</code> may not see it as part of the public API.</p> </li> <li> <p>When using <code>wrapt.lazy_import()</code> to lazily import a function of a module, the resulting proxy object wasn't marked as callable until something triggered the import of the module via the proxy. This meant a <code>callable()</code> check on the proxy would return <code>False</code> until the module was actually imported. Further, calling the proxy before the module was imported would raise <code>TypeError: 'LazyObjectProxy' object is not callable</code> rather than importing the module and calling the function as expected. In order to address this issue, an additional keyword argument <code>interface</code> has been added to <code>wrapt.lazy_import()</code> which can be used to specify the expected interface type of the wrapped object. This will default to <code>Callable</code> when an attribute name is supplied, and to <code>ModuleType</code> when no attribute name is supplied. If using <code>wrapt.lazy_import()</code> and supplying an <code>attribute</code> argument, and you expect the wrapped object to be something other than a callable, you should now also supply <code>interface=...</code> with the appropriate type from <code>collections.abc</code> to ensure the proxy behaves correctly prior to the module being imported. This should only be necessary where the wrapped object has special dunder methods on its type which need to exist on the proxy prior to the module being imported.</p> </li> </ul> <h2>Version 2.0.0</h2> <p>There have been subtle changes in various corner cases of the behaviour of the <code>ObjectProxy</code> class, which although not expected to cause problems, still has the potential for causing issues if code was for some reason dependent on prior behaviour. All existing code related to Python 2.X has also been removed. Finally it has also been a while since the last significant release. For all these reasons a major version bump is being made.</p> <p><strong>New Features</strong></p> <ul> <li> <p>Added <code>__all__</code> attribute to <code>wrapt</code> module to expose the public API.</p> </li> <li> <p>The <code>wrapt.PartialCallableObjectProxy</code> class can now be accessed via the alias <code>wrapt.partial</code>, which is a convenience for users who are used to using <code>functools.partial</code> and want to use the <code>wrapt</code> version of it.</p> </li> <li> <p>Type hints have been added to the <code>wrapt</code> module. The type hints are available when using Python 3.10 or later, and can be used with static type checkers such as <code>pylance</code> or <code>mypy</code>. Note that due to limitations in</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/14387afb0be60e0a18fb2451bb52a7e7c22b5e1c"><code>14387af</code></a> Merge branch 'release/2.0.1'</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/73db1803dc34171da9d16ca7c371c2ea40fa5aae"><code>73db180</code></a> Prepare for 2.0.1 release.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/1ec71e0dcd2427132fb2f64999438dbed1ff23a8"><code>1ec71e0</code></a> Fix lazy import for callable attributes of a module.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/09cd9e639bc57b8ff2c3ec7141bc77081b5f6585"><code>09cd9e6</code></a> Use RestructuredText readme file for PyPi.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/d8803ad2db59b0641ce7aedb6af25137ccc3afe7"><code>d8803ad</code></a> Change version to a release candidate.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/26e637f1613666cb8721d7383dcc918b66ba7d55"><code>26e637f</code></a> Missing lazy_import in public API declaration.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/d07059f5359da0e4778546a9250d5449d78dc54a"><code>d07059f</code></a> Merge branch 'release/2.0.0'</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/a3a3b30688eceacb6e472786593571f5c641f746"><code>a3a3b30</code></a> Merge tag '2.0.0' into develop</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/bf2609e3a6a2a170a599533e632de0d779531fdd"><code>bf2609e</code></a> Update Python version in GitHub runner.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/0363b82355b7f43d30d8905ca66c088800620f58"><code>0363b82</code></a> Update version to 2.0.0 for release.</li> <li>Additional commits viewable in <a href="https://github.com/GrahamDumpleton/wrapt/compare/1.17.3...2.0.1">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0b68ec commit b6ecbef

File tree

2 files changed

+377
-431
lines changed

2 files changed

+377
-431
lines changed

0 commit comments

Comments
 (0)