Skip to content

Commit 6838a0c

Browse files
Bump the prod-dependencies group across 1 directory with 2 updates (#32)
Bumps the prod-dependencies group with 2 updates in the / directory: [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [copier](https://github.com/copier-org/copier). Updates `pytest-cov` from 6.0.0 to 6.1.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p> <blockquote> <h2>6.1.1 (2025-04-05)</h2> <ul> <li>Fixed breakage that occurs when <code>--cov-context</code> and the <code>no_cover</code> marker are used together.</li> </ul> <h2>6.1.0 (2025-04-01)</h2> <ul> <li>Change terminal output to use full width lines for the coverage header. Contributed by Tsvika Shapira in <code>[#678](pytest-dev/pytest-cov#678) &lt;https://github.com/pytest-dev/pytest-cov/pull/678&gt;</code>_.</li> <li>Removed unnecessary CovFailUnderWarning. Fixes <code>[#675](pytest-dev/pytest-cov#675) &lt;https://github.com/pytest-dev/pytest-cov/issues/675&gt;</code>_.</li> <li>Fixed the term report not using the precision specified via <code>--cov-precision</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/9463242e3a7bc18a56b8f18c01b4dfb50087e5ed"><code>9463242</code></a> Bump version: 6.1.0 → 6.1.1</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/7f2781b47fc9bd4a8e94ff86b4f69f5959c3d907"><code>7f2781b</code></a> Update changelog.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/a59548f3adcb757ea8afcb40d8d849af49f6e925"><code>a59548f</code></a> Allow the context plugin to check if the controller is running or not. Fixes ...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/10f8cde38c3b0aaf2c75d9ed62d4f333d8809d96"><code>10f8cde</code></a> Bump version: 6.0.0 → 6.1.0</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/10b14afffcd53b19967785c0b3e8b35ebac70b6f"><code>10b14af</code></a> Update changelog.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/aa57aed273475b4f9975cc9a8a1662b336718662"><code>aa57aed</code></a> Refactor a bit the internals to be a bit less boilerplatey and have more clar...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/e760099a7fd5f49c235dc798bf7f222c0372b7e3"><code>e760099</code></a> Make sure the CLI precision is used when creating report. Fixes <a href="https://redirect.github.com/pytest-dev/pytest-cov/issues/674">#674</a>.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/44540e1e9f02f3b69b62834636cf3057edc960d6"><code>44540e1</code></a> Remove unnecessary CovFailUnderWarning. Closes <a href="https://redirect.github.com/pytest-dev/pytest-cov/issues/675">#675</a>.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/204af146f8f4ff03076825a693ee6aef587deb6b"><code>204af14</code></a> Update changelog.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/089e7bb5c16dcfdedd54f27fda094ccb3eeaae2c"><code>089e7bb</code></a> Upgrade ruff.</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v6.1.1">compare view</a></li> </ul> </details> <br /> Updates `copier` from 9.6.0 to 9.7.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/copier-org/copier/releases">copier's releases</a>.</em></p> <blockquote> <h2>v9.7.1 (2025-04-23)</h2> <h3>Refactor</h3> <ul> <li>import from module <code>_tools</code> instead of <code>tools</code></li> </ul> <h2>v9.7.0 (2025-04-22)</h2> <h3>Feat</h3> <ul> <li>raise new <code>TaskError</code> exception on task errors</li> <li>raise <code>InteractiveSessionError</code> when prompting in non-interactive environment</li> </ul> <h3>Fix</h3> <ul> <li><strong>settings</strong>: use <code>&lt;CONFIG_ROOT&gt;/copier</code> as settings directory on Windows (<a href="https://redirect.github.com/copier-org/copier/issues/2071">#2071</a>)</li> <li><strong>updating</strong>: ignore last answer of <code>when: false</code> questions</li> <li>restore access to full rendering context in prompt phase</li> </ul> <h3>Refactor</h3> <ul> <li>re-expose API with deprecation warnings on non-public API imports</li> <li>rename internal modules with a <code>_</code> prefix</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/copier-org/copier/blob/master/CHANGELOG.md">copier's changelog</a>.</em></p> <blockquote> <h2>v9.7.1 (2025-04-23)</h2> <h3>Refactor</h3> <ul> <li>import from module <code>_tools</code> instead of <code>tools</code></li> </ul> <h2>v9.7.0 (2025-04-22)</h2> <h3>Feat</h3> <ul> <li>raise new <code>TaskError</code> exception on task errors</li> <li>raise <code>InteractiveSessionError</code> when prompting in non-interactive environment</li> </ul> <h3>Fix</h3> <ul> <li><strong>settings</strong>: use <code>&lt;CONFIG_ROOT&gt;/copier</code> as settings directory on Windows (<a href="https://redirect.github.com/copier-org/copier/issues/2071">#2071</a>)</li> <li><strong>updating</strong>: ignore last answer of <code>when: false</code> questions</li> <li>restore access to full rendering context in prompt phase</li> </ul> <h3>Refactor</h3> <ul> <li>re-expose API with deprecation warnings on non-public API imports</li> <li>rename internal modules with a <code>_</code> prefix</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/copier-org/copier/commit/dce3efd43573367957f95ea260c6a669a4175f40"><code>dce3efd</code></a> bump: version 9.7.0 → 9.7.1</li> <li><a href="https://github.com/copier-org/copier/commit/c402e5d00e012a3346a9f5be42626fb339166c8c"><code>c402e5d</code></a> refactor: import from module <code>_tools</code> instead of <code>tools</code></li> <li><a href="https://github.com/copier-org/copier/commit/b5175f2fee505548193cabb6dcf21d280e55708c"><code>b5175f2</code></a> build(deps): update dependency poethepoet to v0.34.0</li> <li><a href="https://github.com/copier-org/copier/commit/1249c0f857b391aa24373cf41c4e51041d485f97"><code>1249c0f</code></a> build(deps): update dependency typing-extensions to v4.13.2</li> <li><a href="https://github.com/copier-org/copier/commit/cf9fbe9b9ce6cb704f281f96061ded3f59b34b27"><code>cf9fbe9</code></a> build(deps): update dependency mkdocs-material to v9.6.12</li> <li><a href="https://github.com/copier-org/copier/commit/9b1e489694e656de8303190d09d112594248b594"><code>9b1e489</code></a> build(uv): re-generate <code>uv.lock</code> with revision 2 schema</li> <li><a href="https://github.com/copier-org/copier/commit/0f53c2b92801bb1c53d38e01fda65b3a01d99de0"><code>0f53c2b</code></a> build(deps): pin versions of dev-dependencies in <code>pyproject.toml</code></li> <li><a href="https://github.com/copier-org/copier/commit/1385dd0852605f134a1476f0698147e6f99b3a03"><code>1385dd0</code></a> build(renovate): add preset <code>customManagers:githubActionsVersions</code></li> <li><a href="https://github.com/copier-org/copier/commit/f215a237441171a84aadc829d695ba3928fc71d9"><code>f215a23</code></a> bump: version 9.6.0 → 9.7.0</li> <li><a href="https://github.com/copier-org/copier/commit/2491c0681ba909befe26891e9021fbae85febba8"><code>2491c06</code></a> refactor: re-expose API with deprecation warnings on non-public API imports</li> <li>Additional commits viewable in <a href="https://github.com/copier-org/copier/compare/v9.6.0...v9.7.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 331309f commit 6838a0c

File tree

2 files changed

+180
-180
lines changed

2 files changed

+180
-180
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
"initializeCommand": "sh .devcontainer/initialize-command.sh",
6060
"onCreateCommand": "sh .devcontainer/on-create-command.sh",
6161
"postStartCommand": "sh .devcontainer/post-start-command.sh"
62-
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): c3deafe5 # spellchecker:disable-line
62+
// Devcontainer context hash (do not manually edit this, it's managed by a pre-commit hook): fafaddec # spellchecker:disable-line
6363
}

0 commit comments

Comments
 (0)