Skip to content

Commit 92cf747

Browse files
Bump the patch group with 2 updates (#151)
Bumps the patch group with 2 updates: [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [setuptools-scm](https://github.com/pypa/setuptools-scm). Updates `hypothesis` from 6.151.9 to 6.151.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/HypothesisWorks/hypothesis/releases">hypothesis's releases</a>.</em></p> <blockquote> <h2>Hypothesis for Python - version 6.151.10</h2> <p>When shrinking takes more than five minutes, Hypothesis now prints the &quot;<a href="https://github.com/seed"><code>@​seed</code></a>&quot; decorator alongside the slow-shrinking warning so you can reproduce the failure.</p> <p>Thanks to Ian Hunt-Isaak for this contribution!</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-151-10">The canonical version of these notes (with links) is on readthedocs.</a></em></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/dd619a862bc4e8765bb5f5ca6e9528c138537a51"><code>dd619a8</code></a> Bump hypothesis-python version to 6.151.10 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/47bf92e06da4557a58417835a02714f45297d297"><code>47bf92e</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4685">#4685</a> from HypothesisWorks/create-pull-request/patch</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/e87b8bacd8203590b43aa62412a3438044ecdaf2"><code>e87b8ba</code></a> Update pinned dependencies</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/d2a9a599fc0c484ec985b52ed67a7ddfc0d1bcfd"><code>d2a9a59</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4677">#4677</a> from ianhi/slow-shrink-seed</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/1d6046a84348d600b21128c8d96072e9f155560e"><code>1d6046a</code></a> format</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/36c2cae62a6a94744452fc728381ac782fca9651"><code>36c2cae</code></a> refactor and reword</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/3d54cdc8e27c32b5e80afbd15986a5cf84128bd8"><code>3d54cdc</code></a> Merge remote-tracking branch 'upstream/master' into slow-shrink-seed</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/c1d70b89c5d586660e1b21fdf422a10fd14e9d6c"><code>c1d70b8</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4679">#4679</a> from HypothesisWorks/create-pull-request/patch</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/e1e0ba11b752451daaed0150cd74b47a2abe9c0c"><code>e1e0ba1</code></a> Update pinned dependencies</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/9fe714de9b90f425c2dd70c5d2a367bab3988f3d"><code>9fe714d</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4678">#4678</a> from HypothesisWorks/create-pull-request/patch</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.9...hypothesis-python-6.151.10">compare view</a></li> </ul> </details> <br /> Updates `setuptools-scm` from 10.0.3 to 10.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/setuptools-scm/releases">setuptools-scm's releases</a>.</em></p> <blockquote> <h2>setuptools-scm v10.0.5</h2> <h3>Fixed</h3> <ul> <li>Allow <code>dump_version()</code> deprecation warning to be silenced by passing <code>scm_version=None</code>. (<a href="https://redirect.github.com/pypa/setuptools-scm/issues/1286">#1286</a>)</li> <li>Remove <code>[tool.uv.sources]</code> from <code>setuptools-scm/pyproject.toml</code> to fix sdist builds outside the workspace — the workspace root already declares the source mapping for development. (<a href="https://redirect.github.com/pypa/setuptools-scm/issues/1330">#1330</a>)</li> </ul> <h2>setuptools-scm v10.0.4</h2> <h3>Fixed</h3> <ul> <li>Anchor <code>get_version</code> in <code>setup.py</code> with <code>relative_to</code> and <code>fallback_root</code> so SCM fallbacks (e.g. <code>PKG-INFO</code>) do not resolve against the wrong directory when the build cwd is the workspace or repo root. (<a href="https://redirect.github.com/pypa/setuptools-scm/issues/1302">#1302</a>)</li> <li>Enter <code>GlobalOverrides</code> for <code>SETUPTOOLS_SCM</code> when using <code>setuptools_scm.get_version</code> / <code>_get_version</code>, avoiding implicit context warnings for direct API callers. (<a href="https://redirect.github.com/pypa/setuptools-scm/issues/1314">#1314</a>)</li> </ul> <h3>Miscellaneous</h3> <ul> <li>Upgrade pre-commit hooks (Ruff, mypy, codespell), align locked Ruff with hooks, and add Ruff per-file configuration for setuptools_scm re-export modules. (<a href="https://redirect.github.com/pypa/setuptools-scm/issues/1311">#1311</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/setuptools-scm/commit/e2ba34f52b5d375d680c069bc3fa89c4056a9347"><code>e2ba34f</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1328">#1328</a> from pypa/release/main</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/d34d072641504a2283ceaea21c14cae250e721c6"><code>d34d072</code></a> Prepare release: setuptools-scm v10.0.5</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/7c62809afdef4e0fa7f702840183e888d4fa2378"><code>7c62809</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1332">#1332</a> from RonnyPfannschmidt/fix/1330-remove-workspace-sou...</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/f600a2929dd25c4f9b06c2716ff06af09920572c"><code>f600a29</code></a> fix: remove workspace source override from setuptools-scm member (fixes <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1330">#1330</a>)</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/f76244eb6974b0e5f7991c5e62425b3ce295630c"><code>f76244e</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1327">#1327</a> from RonnyPfannschmidt/update-classifiers-python-3.14</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/8c23c5b878856e27c50c87e352fa1a78a19e58cc"><code>8c23c5b</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1286">#1286</a> from effigies/scm_version_sentinel</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/629842a6018c5966ab70a84c8e973fbc46c65fb1"><code>629842a</code></a> build: update trove classifiers and add Python 3.14 support</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/6a1fc3b37555b3a42dcfdfc467f0d32cb30d8809"><code>6a1fc3b</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1318">#1318</a> from pypa/release/main</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/a63b13afea203ffc031891e2149ca4b67c00cbd1"><code>a63b13a</code></a> Prepare release: setuptools-scm v10.0.4, vcs-versioning v1.1.0</li> <li><a href="https://github.com/pypa/setuptools-scm/commit/59275f77f198cceb8cde47dddc2e4b9d4500edfe"><code>59275f7</code></a> Merge pull request <a href="https://redirect.github.com/pypa/setuptools-scm/issues/1325">#1325</a> from RonnyPfannschmidt/issue-1302-setuptools-build-b...</li> <li>Additional commits viewable in <a href="https://github.com/pypa/setuptools-scm/compare/setuptools-scm-v10.0.3...setuptools-scm-v10.0.5">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 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>
2 parents dd20efc + c2fedc8 commit 92cf747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools == 82.0.1",
7-
"setuptools_scm[toml] == 10.0.3",
7+
"setuptools_scm[toml] == 10.0.5",
88
"frequenz-repo-config[lib] == 0.14.0",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -84,7 +84,7 @@ dev-pytest = [
8484
"pytest-mock == 3.15.1",
8585
"pytest-asyncio == 1.3.0",
8686
"async-solipsism == 0.9",
87-
"hypothesis == 6.151.9",
87+
"hypothesis == 6.151.10",
8888
]
8989
dev = [
9090
"frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)