Skip to content

Commit

Permalink
ci: Bump the ci group across 1 directory with 2 updates (#220)
Browse files Browse the repository at this point in the history
Bumps the ci group with 2 updates in the /.github/workflows directory:
[poetry](https://github.com/python-poetry/poetry) and
[poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning).

Updates `poetry` from 1.8.5 to 2.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/releases">poetry's
releases</a>.</em></p>
<blockquote>
<h2>2.0.1</h2>
<h3>Added</h3>
<ul>
<li>Add support for <code>poetry search</code> in legacy sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9949">#9949</a>).</li>
<li>Add a message in the <code>poetry source show</code> output when
PyPI is implicitly enabled (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9974">#9974</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve performance for merging markers from overrides at the end of
dependency resolution (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10018">#10018</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where <code>poetry sync</code> did not remove packages
that were not requested (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9946">#9946</a>).</li>
<li>Fix an issue where <code>poetry check</code> failed even though
there were just warnings and add a <code>--strict</code> option to fail
on warnings (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9983">#9983</a>).</li>
<li>Fix an issue where <code>poetry update</code>, <code>poetry
add</code> and <code>poetry remove</code> with <code>--only</code>
uninstalled packages from other groups (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10014">#10014</a>).</li>
<li>Fix an issue where <code>poetry update</code>, <code>poetry
add</code> and <code>poetry remove</code> uninstalled all extra packages
(<a
href="https://redirect.github.com/python-poetry/poetry/pull/10016">#10016</a>).</li>
<li>Fix an issue where <code>poetry self update</code> did not recognize
Poetry's own environment (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9995">#9995</a>).</li>
<li>Fix an issue where read-only system site-packages were not
considered when loading an environment with system site-packages (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9942">#9942</a>).</li>
<li>Fix an issue where an error message in <code>poetry install</code>
started with <code>Warning:</code> instead of <code>Error:</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9945">#9945</a>).</li>
<li>Fix an issue where <code>Command.set_poetry</code>, which is used by
plugins, was removed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9981">#9981</a>).</li>
<li>Fix an issue where the help text of <code>poetry build
--clean</code> showed a malformed short option instead of the
description (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9994">#9994</a>).</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Add a FAQ entry for the migration from Poetry-specific fields to the
<code>project</code> section (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9996">#9996</a>).</li>
<li>Fix examples for <code>project.readme</code> and
<code>project.urls</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9948">#9948</a>).</li>
<li>Add a warning that package sources are a Poetry-specific feature
that is not included in core metadata (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9935">#9935</a>).</li>
<li>Replace <code>poetry install --sync</code> with <code>poetry
sync</code> in the section about synchronizing dependencies (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9944">#9944</a>).</li>
<li>Replace <code>poetry shell</code> with <code>poetry env
activate</code> in the basic usage section (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9963">#9963</a>).</li>
<li>Mention that <code>project.name</code> is always required when the
<code>project</code> section is used (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9989">#9989</a>).</li>
<li>Fix the constraint of <code>poetry-plugin-export</code> in the
section about <code>poetry export</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9954">#9954</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.0.1"><code>2.0.1</code></a>)</h3>
<ul>
<li>Replace the deprecated core metadata field <code>Home-page</code>
with <code>Project-URL: Homepage</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/807">#807</a>).</li>
<li>Fix an issue where includes from <code>tool.poetry.packages</code>
without a specified <code>format</code> were not initialized with the
default value resulting in a <code>KeyError</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/805">#805</a>).</li>
<li>Fix an issue where some <code>project.urls</code> entries were not
processed correctly resulting in a <code>KeyError</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/807">#807</a>).</li>
<li>Fix an issue where dynamic <code>project.dependencies</code> via
<code>tool.poetry.dependencies</code> were ignored if
<code>project.optional-dependencies</code> were defined (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/811">#811</a>).</li>
</ul>
<h2>2.0.0</h2>
<h3>Added</h3>
<ul>
<li><strong>Add support for the <code>project</code> section in the
<code>pyproject.toml</code> file according to PEP 621</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9135">#9135</a>,
<a
href="https://redirect.github.com/python-poetry/poetry/pull/9917">#9917</a>).</li>
<li><strong>Add support for defining Poetry plugins that are required by
the project and automatically installed if not present</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9547">#9547</a>).</li>
<li><strong>Lock resulting markers and groups and add a
<code>installer.re-resolve</code> option (default: <code>true</code>) to
allow installation without re-resolving</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9427">#9427</a>).</li>
<li>Add a <code>--local-version</code> option to <code>poetry
build</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9064">#9064</a>).</li>
<li>Add a <code>--clean</code> option to <code>poetry build</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9067">#9067</a>).</li>
<li>Add FIPS support for <code>poetry publish</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9101">#9101</a>).</li>
<li>Add the option to use <code>poetry new</code> interactively and
configure more fields (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9101">#9101</a>).</li>
<li>Add a config option <code>installer.only-binary</code> to enforce
the use of binary distribution formats (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9150">#9150</a>).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md">poetry's
changelog</a>.</em></p>
<blockquote>
<h2>[2.0.1] - 2025-01-11</h2>
<h3>Added</h3>
<ul>
<li>Add support for <code>poetry search</code> in legacy sources (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9949">#9949</a>).</li>
<li>Add a message in the <code>poetry source show</code> output when
PyPI is implicitly enabled (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9974">#9974</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve performance for merging markers from overrides at the end of
dependency resolution (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10018">#10018</a>).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix an issue where <code>poetry sync</code> did not remove packages
that were not requested (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9946">#9946</a>).</li>
<li>Fix an issue where <code>poetry check</code> failed even though
there were just warnings and add a <code>--strict</code> option to fail
on warnings (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9983">#9983</a>).</li>
<li>Fix an issue where <code>poetry update</code>, <code>poetry
add</code> and <code>poetry remove</code> with <code>--only</code>
uninstalled packages from other groups (<a
href="https://redirect.github.com/python-poetry/poetry/pull/10014">#10014</a>).</li>
<li>Fix an issue where <code>poetry update</code>, <code>poetry
add</code> and <code>poetry remove</code> uninstalled all extra packages
(<a
href="https://redirect.github.com/python-poetry/poetry/pull/10016">#10016</a>).</li>
<li>Fix an issue where <code>poetry self update</code> did not recognize
Poetry's own environment (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9995">#9995</a>).</li>
<li>Fix an issue where read-only system site-packages were not
considered when loading an environment with system site-packages (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9942">#9942</a>).</li>
<li>Fix an issue where an error message in <code>poetry install</code>
started with <code>Warning:</code> instead of <code>Error:</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9945">#9945</a>).</li>
<li>Fix an issue where <code>Command.set_poetry</code>, which is used by
plugins, was removed (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9981">#9981</a>).</li>
<li>Fix an issue where the help text of <code>poetry build
--clean</code> showed a malformed short option instead of the
description (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9994">#9994</a>).</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Add a FAQ entry for the migration from Poetry-specific fields to the
<code>project</code> section (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9996">#9996</a>).</li>
<li>Fix examples for <code>project.readme</code> and
<code>project.urls</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9948">#9948</a>).</li>
<li>Add a warning that package sources are a Poetry-specific feature
that is not included in core metadata (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9935">#9935</a>).</li>
<li>Replace <code>poetry install --sync</code> with <code>poetry
sync</code> in the section about synchronizing dependencies (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9944">#9944</a>).</li>
<li>Replace <code>poetry shell</code> with <code>poetry env
activate</code> in the basic usage section (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9963">#9963</a>).</li>
<li>Mention that <code>project.name</code> is always required when the
<code>project</code> section is used (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9989">#9989</a>).</li>
<li>Fix the constraint of <code>poetry-plugin-export</code> in the
section about <code>poetry export</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9954">#9954</a>).</li>
</ul>
<h3>poetry-core (<a
href="https://github.com/python-poetry/poetry-core/releases/tag/2.0.1"><code>2.0.1</code></a>)</h3>
<ul>
<li>Replace the deprecated core metadata field <code>Home-page</code>
with <code>Project-URL: Homepage</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/807">#807</a>).</li>
<li>Fix an issue where includes from <code>tool.poetry.packages</code>
without a specified <code>format</code> were not initialized with the
default value resulting in a <code>KeyError</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/805">#805</a>).</li>
<li>Fix an issue where some <code>project.urls</code> entries were not
processed correctly resulting in a <code>KeyError</code> (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/807">#807</a>).</li>
<li>Fix an issue where dynamic <code>project.dependencies</code> via
<code>tool.poetry.dependencies</code> were ignored if
<code>project.optional-dependencies</code> were defined (<a
href="https://redirect.github.com/python-poetry/poetry-core/pull/811">#811</a>).</li>
</ul>
<h2>[2.0.0] - 2025-01-05</h2>
<h3>Added</h3>
<ul>
<li><strong>Add support for the <code>project</code> section in the
<code>pyproject.toml</code> file according to PEP 621</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9135">#9135</a>,
<a
href="https://redirect.github.com/python-poetry/poetry/pull/9917">#9917</a>).</li>
<li><strong>Add support for defining Poetry plugins that are required by
the project and automatically installed if not present</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9547">#9547</a>).</li>
<li><strong>Lock resulting markers and groups and add a
<code>installer.re-resolve</code> option (default: <code>true</code>) to
allow installation without re-resolving</strong> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9427">#9427</a>).</li>
<li>Add a <code>--local-version</code> option to <code>poetry
build</code> (<a
href="https://redirect.github.com/python-poetry/poetry/pull/9064">#9064</a>).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-poetry/poetry/commit/bd500dd3bdfaec3de6894144c9cedb3a9358be84"><code>bd500dd</code></a>
release: bump version to 2.0.1</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/0ac2c1aed9d169220de46ece364bc4764d5c3ba3"><code>0ac2c1a</code></a>
fix: <code>update</code>, <code>add</code> and <code>remove</code> shall
not uninstall extra dependencies</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/32ec5cbbf17709340b6db7625bc6039e4484ec6b"><code>32ec5cb</code></a>
chore(test): update tests to expect PEP 753 compliant urls</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/61f43e863a39b7ac989e696e0f4f2ecc4701f177"><code>61f43e8</code></a>
improve performance for merging markers from overrides</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/30fe6c7fc9d2e481a892891824ee6b4046cb302e"><code>30fe6c7</code></a>
fix: <code>update</code>, <code>add</code> and <code>remove</code> with
<code>--only</code> shall not uninstall dependenc...</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/d6dbe8c0e180dfaf1e036ac1baa0216e1ddef87f"><code>d6dbe8c</code></a>
feat(source/show): notify when PyPI is implicit</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/0e4f0e783e78640b5c1648da651b465c9805dd7a"><code>0e4f0e7</code></a>
test: fix test due to changes in poetry-core</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/1a9132c0243f6f2417a76ea7a066761da2251036"><code>1a9132c</code></a>
chore(gh): use collapsible blocks in bug report</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/2d7d173aae2ac3860d83d625d0a98485709b901c"><code>2d7d173</code></a>
doc(faq): add entry for PEP 621 migration</li>
<li><a
href="https://github.com/python-poetry/poetry/commit/ff40baa0b42e4760830b5c7b552c2b896af54a13"><code>ff40baa</code></a>
chore(test): remove duplicated code</li>
<li>Additional commits viewable in <a
href="https://github.com/python-poetry/poetry/compare/1.8.5...2.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `poetry-dynamic-versioning` from 1.4.1 to 1.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/releases">poetry-dynamic-versioning's
releases</a>.</em></p>
<blockquote>
<h2>v1.6.0 (2025-01-10)</h2>
<ul>
<li>Added:
<ul>
<li>CLI: <code>show</code> command to print the version without changing
any files.</li>
</ul>
</li>
</ul>
<h2>v1.5.2 (2025-01-09)</h2>
<ul>
<li>Fixed:
<ul>
<li>The formatting of <code>project.dynamic</code> and
<code>tool.poetry.version</code> could be changed when triggering the
plugin via <code>poetry dynamic-versioning</code> or <code>pip
install</code> (but not via <code>poetry build</code> or
<code>poetry-dynamic-versioning</code>).</li>
</ul>
</li>
</ul>
<h2>v1.5.1 (2025-01-09)</h2>
<ul>
<li>Fixed:
<ul>
<li>Array formatting was not preserved when changing
<code>project.dynamic</code> in pyproject.toml. (<a
href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/pull/207">Contributed
by edgarrmondragon</a>)</li>
</ul>
</li>
</ul>
<h2>v1.5.0 (2025-01-05)</h2>
<ul>
<li>Added:
<ul>
<li>CLI: When pyproject.toml contains the <code>project</code> section,
the <code>enable</code> command will add the required fields for Poetry
2.0.0+.</li>
</ul>
</li>
<li>Fixed:
<ul>
<li>For compatibility with Poetry 2.0.0, adjusted Poetry constraint from
<code>^1.2.0</code> to <code>&gt;=1.2.0</code>.</li>
<li>For compatibility with Poetry 2.0.0, when inserting the dynamic
version into pyproject.toml with PEP 621 mode activated, the plugin
ensures not to set <code>project.version</code> and
<code>tool.poetry.version</code> at the same time.</li>
<li>An <code>UnboundLocalError</code> could happen when pyproject.toml
was misconfigured.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/blob/master/CHANGELOG.md">poetry-dynamic-versioning's
changelog</a>.</em></p>
<blockquote>
<h2>v1.6.0 (2025-01-10)</h2>
<ul>
<li>Added:
<ul>
<li>CLI: <code>show</code> command to print the version without changing
any files.</li>
</ul>
</li>
</ul>
<h2>v1.5.2 (2025-01-09)</h2>
<ul>
<li>Fixed:
<ul>
<li>The formatting of <code>project.dynamic</code> and
<code>tool.poetry.version</code>
could be changed when triggering the plugin via <code>poetry
dynamic-versioning</code> or <code>pip install</code>
(but not via <code>poetry build</code> or
<code>poetry-dynamic-versioning</code>).</li>
</ul>
</li>
</ul>
<h2>v1.5.1 (2025-01-09)</h2>
<ul>
<li>Fixed:
<ul>
<li>Array formatting was not preserved when changing
<code>project.dynamic</code> in pyproject.toml.
(<a
href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/pull/207">Contributed
by edgarrmondragon</a>)</li>
</ul>
</li>
</ul>
<h2>v1.5.0 (2025-01-05)</h2>
<ul>
<li>Added:
<ul>
<li>CLI: When pyproject.toml contains the <code>project</code> section,
the <code>enable</code> command will add the required fields for Poetry
2.0.0+.</li>
</ul>
</li>
<li>Fixed:
<ul>
<li>For compatibility with Poetry 2.0.0,
adjusted Poetry constraint from <code>^1.2.0</code> to
<code>&gt;=1.2.0</code>.</li>
<li>For compatibility with Poetry 2.0.0,
when inserting the dynamic version into pyproject.toml with PEP 621 mode
activated,
the plugin ensures not to set <code>project.version</code> and
<code>tool.poetry.version</code> at the same time.</li>
<li>An <code>UnboundLocalError</code> could happen when pyproject.toml
was misconfigured.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/188beee12a0a278d9c615d4913fc65cc6670103d"><code>188beee</code></a>
Release v1.6.0</li>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/3510a6f2c69bb602d4c32591dee045cdc7c0641f"><code>3510a6f</code></a>
<a
href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/issues/210">#210</a>:
Add 'show' command</li>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/ebb3908626b1940f4f7cd89b016a2c02d009cf91"><code>ebb3908</code></a>
Release v1.5.2</li>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/4d26f8b13837bc28f337137b993cf294d0227da9"><code>4d26f8b</code></a>
<a
href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/issues/203">#203</a>:
Prevent formatting change in some commands</li>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/bbeebe9e1c882bbc7bb95e23c43d8946e9973986"><code>bbeebe9</code></a>
Release v1.5.1</li>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/97ce0dfe74929d7aafe074107123d9f0a69004dc"><code>97ce0df</code></a>
<a
href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/issues/204">#204</a>:
Update changelog</li>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/368049ecbd90dc4ccf4ee4edeb4cc121e2597b50"><code>368049e</code></a>
Merge pull request <a
href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/issues/207">#207</a>
from edgarrmondragon/test-pep621-contents-cleanup</li>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/967879a607ac676297f4c1656162b4ad306722a0"><code>967879a</code></a>
Fix the bug</li>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/a61e80b997af8d0cfd4e89fcfc6f3eaa9aa6e088"><code>a61e80b</code></a>
Add a failing test</li>
<li><a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/commit/544408b8b37152179d0603b9842f4e5fd7c04f04"><code>544408b</code></a>
Merge pull request <a
href="https://redirect.github.com/mtkennerly/poetry-dynamic-versioning/issues/206">#206</a>
from edgarrmondragon/restore-full-dynamic-array</li>
<li>Additional commits viewable in <a
href="https://github.com/mtkennerly/poetry-dynamic-versioning/compare/v1.4.1...v1.6.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 8359d91 commit 1613132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nox==2024.10.9
nox-poetry==1.0.3
pip==24.3.1
poetry==1.8.5
poetry-dynamic-versioning==1.4.1
poetry==2.0.1
poetry-dynamic-versioning==1.6.0

0 comments on commit 1613132

Please sign in to comment.