Skip to content

Commit 16fd79f

Browse files
build(deps-dev): Bump the development-dependencies group with 3 updates (#574)
Bumps the development-dependencies group with 3 updates: [faker](https://github.com/joke2k/faker), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [ruff](https://github.com/astral-sh/ruff). Updates `faker` from 35.0.0 to 35.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/joke2k/faker/releases">faker's releases</a>.</em></p> <blockquote> <h2>Release v35.2.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v35.2.0/CHANGELOG.md">CHANGELOG.md</a>.</p> <h2>Release v35.1.0</h2> <p>See <a href="https://github.com/joke2k/faker/blob/refs/tags/v35.1.0/CHANGELOG.md">CHANGELOG.md</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/joke2k/faker/blob/master/CHANGELOG.md">faker's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/joke2k/faker/compare/v35.1.0...v35.2.0">v35.2.0 - 2025-01-30</a></h3> <ul> <li>Add various German localization. Thanks <a href="https://github.com/ChristinaRau"><code>@​ChristinaRau</code></a>.</li> </ul> <h3><a href="https://github.com/joke2k/faker/compare/v35.0.0...v35.1.0">v35.1.0 - 2025-01-30</a></h3> <ul> <li>Add phone numbers for <code>de_CH</code> and <code>it_CH</code>. Thanks <a href="https://github.com/flo-ri-an"><code>@​flo-ri-an</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joke2k/faker/commit/b7083944e572cce8a7f22f69b9526194ca095084"><code>b708394</code></a> Bump version: 35.1.0 → 35.2.0</li> <li><a href="https://github.com/joke2k/faker/commit/de26d0d6f5eda8a3c611ea12fd60357c30f4b7a7"><code>de26d0d</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/a0e9303e316fd721fa15d43ded6f446ece98c2f9"><code>a0e9303</code></a> Merge branch 'ChristinaRau-fix/master/new-de-providers'</li> <li><a href="https://github.com/joke2k/faker/commit/18ff1908bcb89d47a9acdbc882efe30c02befe6a"><code>18ff190</code></a> Added jobs for locale de_AT; added methods job_female and job_male</li> <li><a href="https://github.com/joke2k/faker/commit/fb986649889663a2559fefed8698d820ec6eadc9"><code>fb98664</code></a> Bump version: 35.0.0 → 35.1.0</li> <li><a href="https://github.com/joke2k/faker/commit/6dce103979dd98c55edff07af9bc4beca7c331d2"><code>6dce103</code></a> :pencil: Update CHANGELOG.md</li> <li><a href="https://github.com/joke2k/faker/commit/9aa01963b0f82b3b9f6d44f399e8f38fea947fc0"><code>9aa0196</code></a> 💄 format code</li> <li><a href="https://github.com/joke2k/faker/commit/d6aeba82a43a2e0080924e3bdc55f3243fae670f"><code>d6aeba8</code></a> added phone numbers for <code>de_CH</code> and <code>it_CH</code> (<a href="https://redirect.github.com/joke2k/faker/issues/2147">#2147</a>)</li> <li><a href="https://github.com/joke2k/faker/commit/9cfda1c5d13bf0d4abe9296811d685089bedc2c6"><code>9cfda1c</code></a> fix <code>date_time</code> docs</li> <li>See full diff in <a href="https://github.com/joke2k/faker/compare/v35.0.0...v35.2.0">compare view</a></li> </ul> </details> <br /> Updates `hypothesis` from 6.124.7 to 6.125.1 <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.125.1</h2> <p>Fixes a bug since around version 6.124.4 where we might have generated &quot;-0.0&quot; for &quot;st.floats(min_value=0.0)&quot;, which is unsound.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-125-1">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.125.0</h2> <p>Add 2024.12 to the list of recognized Array API versions in &quot;hypothesis.extra.array_api&quot;.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-125-0">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.124.9</h2> <p>Registration of experimental Alternative backends for Hypothesis is now done via &quot;hypothesis.internal.conjecture.providers.AVAILABLE_PROVIDERS&quot; instead of &quot;hypothesis.internal.conjecture.data.AVAILABLE_PROVIDERS&quot;.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-124-9">The canonical version of these notes (with links) is on readthedocs.</a></em></p> <h2>Hypothesis for Python - version 6.124.8</h2> <p>Refactor some internals for better type hinting.</p> <p><em><a href="https://hypothesis.readthedocs.io/en/latest/changes.html#v6-124-8">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/7cb098909c2672206e2f5f6bb6558c4e69a2a777"><code>7cb0989</code></a> Bump hypothesis-python version to 6.125.1 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/dfd0fc370694e006a0af4ba34b569361775bcdc4"><code>dfd0fc3</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4259">#4259</a> from tybug/typing</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/841833f96cf59b494d67161accb1ac9d1fc39e8f"><code>841833f</code></a> address reviews</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/b668e4795453fa937abc4ece76c0188546599b66"><code>b668e47</code></a> Bump hypothesis-python version to 6.125.0 and update changelog</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/24f9f0af533527724613edefc52bf4c5a1386917"><code>24f9f0a</code></a> a few more imminent typings for hypofuzz</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/b53d68c660f1c42accde5ecda16fc0c887c31903"><code>b53d68c</code></a> Merge pull request <a href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4262">#4262</a> from ev-br/array_api_2024.12</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/98afa8ffc00cbcf0013f6af1420478b1a3925578"><code>98afa8f</code></a> add a RELEASE.rst snippet</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/693e2d3b11b1d6551e9810f24844e4f1b2a3acad"><code>693e2d3</code></a> Add 2024.12 to allowed array API versions</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/4644a42a7fe3a88646beac5a256e940d95334c35"><code>4644a42</code></a> put back TypeVar default</li> <li><a href="https://github.com/HypothesisWorks/hypothesis/commit/582f306ae136fb15899dbae846a1e6055ec8a753"><code>582f306</code></a> fix not clamping -0.0 to 0.0</li> <li>Additional commits viewable in <a href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.124.7...hypothesis-python-6.125.1">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.9.3 to 0.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>0.9.4</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Extend airflow context parameter check for <code>BaseOperator.execute</code> (<code>AIR302</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15713">#15713</a>)</li> <li>[<code>airflow</code>] Update <code>AIR302</code> to check for deprecated context keys (<a href="https://redirect.github.com/astral-sh/ruff/pull/15144">#15144</a>)</li> <li>[<code>flake8-bandit</code>] Permit suspicious imports within stub files (<code>S4</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15822">#15822</a>)</li> <li>[<code>pylint</code>] Do not trigger <code>PLR6201</code> on empty collections (<a href="https://redirect.github.com/astral-sh/ruff/pull/15732">#15732</a>)</li> <li>[<code>refurb</code>] Do not emit diagnostic when loop variables are used outside loop body (<code>FURB122</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15757">#15757</a>)</li> <li>[<code>ruff</code>] Add support for more <code>re</code> patterns (<code>RUF055</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15764">#15764</a>)</li> <li>[<code>ruff</code>] Check for shadowed <code>map</code> before suggesting fix (<code>RUF058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15790">#15790</a>)</li> <li>[<code>ruff</code>] Do not emit diagnostic when all arguments to <code>zip()</code> are variadic (<code>RUF058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15744">#15744</a>)</li> <li>[<code>ruff</code>] Parenthesize fix when argument spans multiple lines for <code>unnecessary-round</code> (<code>RUF057</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15703">#15703</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Preserve quote style in generated code (<a href="https://redirect.github.com/astral-sh/ruff/pull/15726">#15726</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/15778">#15778</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/15794">#15794</a>)</li> <li>[<code>flake8-bugbear</code>] Exempt <code>NewType</code> calls where the original type is immutable (<code>B008</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15765">#15765</a>)</li> <li>[<code>pylint</code>] Honor banned top-level imports by <code>TID253</code> in <code>PLC0415</code>. (<a href="https://redirect.github.com/astral-sh/ruff/pull/15628">#15628</a>)</li> <li>[<code>pyupgrade</code>] Ignore <code>is_typeddict</code> and <code>TypedDict</code> for <code>deprecated-import</code> (<code>UP035</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15800">#15800</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Fix formatter warning message for <code>flake8-quotes</code> option (<a href="https://redirect.github.com/astral-sh/ruff/pull/15788">#15788</a>)</li> <li>Implement tab autocomplete for <code>ruff config</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/15603">#15603</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-comprehensions</code>] Do not emit <code>unnecessary-map</code> diagnostic when lambda has different arity (<code>C417</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15802">#15802</a>)</li> <li>[<code>flake8-comprehensions</code>] Parenthesize <code>sorted</code> when needed for <code>unnecessary-call-around-sorted</code> (<code>C413</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15825">#15825</a>)</li> <li>[<code>pyupgrade</code>] Handle end-of-line comments for <code>quoted-annotation</code> (<code>UP037</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15824">#15824</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add missing config docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/15803">#15803</a>)</li> <li>Add references to <code>trio.run_process</code> and <code>anyio.run_process</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/15761">#15761</a>)</li> <li>Use <code>uv init --lib</code> in tutorial (<a href="https://redirect.github.com/astral-sh/ruff/pull/15718">#15718</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li> <li><a href="https://github.com/Garrett-R"><code>@​Garrett-R</code></a></li> <li><a href="https://github.com/InSyncWithFoo"><code>@​InSyncWithFoo</code></a></li> <li><a href="https://github.com/JelleZijlstra"><code>@​JelleZijlstra</code></a></li> <li><a href="https://github.com/Lee-W"><code>@​Lee-W</code></a></li> <li><a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li> <li><a href="https://github.com/dcreager"><code>@​dcreager</code></a></li> <li><a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a></li> <li><a href="https://github.com/dylwil3"><code>@​dylwil3</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.9.4</h2> <h3>Preview features</h3> <ul> <li>[<code>airflow</code>] Extend airflow context parameter check for <code>BaseOperator.execute</code> (<code>AIR302</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15713">#15713</a>)</li> <li>[<code>airflow</code>] Update <code>AIR302</code> to check for deprecated context keys (<a href="https://redirect.github.com/astral-sh/ruff/pull/15144">#15144</a>)</li> <li>[<code>flake8-bandit</code>] Permit suspicious imports within stub files (<code>S4</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15822">#15822</a>)</li> <li>[<code>pylint</code>] Do not trigger <code>PLR6201</code> on empty collections (<a href="https://redirect.github.com/astral-sh/ruff/pull/15732">#15732</a>)</li> <li>[<code>refurb</code>] Do not emit diagnostic when loop variables are used outside loop body (<code>FURB122</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15757">#15757</a>)</li> <li>[<code>ruff</code>] Add support for more <code>re</code> patterns (<code>RUF055</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15764">#15764</a>)</li> <li>[<code>ruff</code>] Check for shadowed <code>map</code> before suggesting fix (<code>RUF058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15790">#15790</a>)</li> <li>[<code>ruff</code>] Do not emit diagnostic when all arguments to <code>zip()</code> are variadic (<code>RUF058</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15744">#15744</a>)</li> <li>[<code>ruff</code>] Parenthesize fix when argument spans multiple lines for <code>unnecessary-round</code> (<code>RUF057</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15703">#15703</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Preserve quote style in generated code (<a href="https://redirect.github.com/astral-sh/ruff/pull/15726">#15726</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/15778">#15778</a>, <a href="https://redirect.github.com/astral-sh/ruff/pull/15794">#15794</a>)</li> <li>[<code>flake8-bugbear</code>] Exempt <code>NewType</code> calls where the original type is immutable (<code>B008</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15765">#15765</a>)</li> <li>[<code>pylint</code>] Honor banned top-level imports by <code>TID253</code> in <code>PLC0415</code>. (<a href="https://redirect.github.com/astral-sh/ruff/pull/15628">#15628</a>)</li> <li>[<code>pyupgrade</code>] Ignore <code>is_typeddict</code> and <code>TypedDict</code> for <code>deprecated-import</code> (<code>UP035</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15800">#15800</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Fix formatter warning message for <code>flake8-quotes</code> option (<a href="https://redirect.github.com/astral-sh/ruff/pull/15788">#15788</a>)</li> <li>Implement tab autocomplete for <code>ruff config</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/15603">#15603</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>[<code>flake8-comprehensions</code>] Do not emit <code>unnecessary-map</code> diagnostic when lambda has different arity (<code>C417</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15802">#15802</a>)</li> <li>[<code>flake8-comprehensions</code>] Parenthesize <code>sorted</code> when needed for <code>unnecessary-call-around-sorted</code> (<code>C413</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15825">#15825</a>)</li> <li>[<code>pyupgrade</code>] Handle end-of-line comments for <code>quoted-annotation</code> (<code>UP037</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/15824">#15824</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add missing config docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/15803">#15803</a>)</li> <li>Add references to <code>trio.run_process</code> and <code>anyio.run_process</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/15761">#15761</a>)</li> <li>Use <code>uv init --lib</code> in tutorial (<a href="https://redirect.github.com/astral-sh/ruff/pull/15718">#15718</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/854ab030782d205445365c52815a11f5c7c07454"><code>854ab03</code></a> Bump version to 0.9.4 (<a href="https://redirect.github.com/astral-sh/ruff/issues/15831">#15831</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b0b8b062410afdee0c9948a23fc99de8e5a406b6"><code>b0b8b06</code></a> Remove semicolon after TypeScript interface definition (<a href="https://redirect.github.com/astral-sh/ruff/issues/15827">#15827</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/451f251a310b8a621e20df574fec06d22eba0beb"><code>451f251</code></a> [red-knot] Clarify behavior when redeclaring base class attributes (<a href="https://redirect.github.com/astral-sh/ruff/issues/15826">#15826</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/13cf3e65f1d1bae6844a8e033346825c459dce3e"><code>13cf3e6</code></a> [<code>flake8-comprehensions</code>] Parenthesize <code>sorted</code> when needed for `unnecessary-...</li> <li><a href="https://github.com/astral-sh/ruff/commit/56f956a238d83c9b49c5fdc08d5bd01aa81a3c03"><code>56f956a</code></a> [<code>pyupgrade</code>] Handle end-of-line comments for <code>quoted-annotation</code> (<code>UP037</code>) (...</li> <li><a href="https://github.com/astral-sh/ruff/commit/7a10a40b0d91216488b2b61ed54c9400c0c157fd"><code>7a10a40</code></a> [<code>flake8-bandit</code>] Permit suspicious imports within stub files (<code>S4</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/15822">#15822</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/3125332ec1bc86494feef57c6a6c64d3591a4831"><code>3125332</code></a> [red-knot] Format mdtest snippets with the latest version of black (<a href="https://redirect.github.com/astral-sh/ruff/issues/15819">#15819</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/15d886a50213dcd4013db028eeef15a60d182f98"><code>15d886a</code></a> [red-knot] Consider all definitions after terminal statements unreachable (<a href="https://redirect.github.com/astral-sh/ruff/issues/1">#1</a>...</li> <li><a href="https://github.com/astral-sh/ruff/commit/e1c9d10863c8c0255776da5fc32b43f5b3c07ff1"><code>e1c9d10</code></a> [<code>flake8-comprehensions</code>] Do not emit <code>unnecessary-map</code> diagnostic when lambd...</li> <li><a href="https://github.com/astral-sh/ruff/commit/23c98849fcb4427bc6d8bdb8accd914c197046e1"><code>23c9884</code></a> Preserve quotes in generated f-strings (<a href="https://redirect.github.com/astral-sh/ruff/issues/15794">#15794</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.9.3...0.9.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>
1 parent ee6f028 commit 16fd79f

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

poetry.lock

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)