-
Notifications
You must be signed in to change notification settings - Fork 31
Commit ae3fa66
authored
build(deps-dev): Bump the development-dependencies group with 2 updates (#621)
Bumps the development-dependencies group with 2 updates:
[hypothesis](https://github.com/HypothesisWorks/hypothesis) and
[ruff](https://github.com/astral-sh/ruff).
Updates `hypothesis` from 6.131.6 to 6.131.9
<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.131.9</h2>
<p>Fix a "BytesWarning" after version 6.131.1 if the source
code used the
same value in both a normal and binary string.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-9">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.131.8</h2>
<p>"DirectoryBasedExampleDatabase" will now fall back to
(potentially
non-atomic) copies rather than renames, if the temporary directory
used for atomic write-and-rename is on a different filesystem to the
configured database location (issue <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4335">#4335</a>).</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-8">The
canonical version of these notes (with links) is on
readthedocs.</a></em></p>
<h2>Hypothesis for Python - version 6.131.7</h2>
<p>Further improve the performance of the new features introduced in
version 6.131.1.</p>
<p><em><a
href="https://hypothesis.readthedocs.io/en/latest/changelog.html#v6-131-7">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/0c6ac59c098260764bef7be6172ef26c6092c0c2"><code>0c6ac59</code></a>
Bump hypothesis-python version to 6.131.9 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/b9586ff65a33e5c2be5f88740ed54eb162080726"><code>b9586ff</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4376">#4376</a>
from tybug/fix-bytes-warning</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/14b6538c48f04ecc623261d7fc9871d1dfb2608b"><code>14b6538</code></a>
use union instead of pipe</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/d2ad376ffea4b4105e577b2057126c5b01dd0b92"><code>d2ad376</code></a>
fix bytes warning</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/4e788f7597f14131d251e52ea26c472850870236"><code>4e788f7</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4374">#4374</a>
from tybug/next</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/814ead93cd9fe1433b8b10f924997d1844e43d5c"><code>814ead9</code></a>
retitle</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/2108abbcde0b847eddfbdbba9198cd8cb6e8eeeb"><code>2108abb</code></a>
add missing support.html redirect</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/f555283fc2799c47d53ba8ca11652f8fd7316a13"><code>f555283</code></a>
move testimonials to usage.html</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/485b802b2e54cba389f6ac6ec303b77c2221b3d2"><code>485b802</code></a>
move compatibility to "about hypothesis"</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/b0a1ee65a1d3e0d76875e26ebb4fae9d7b851d52"><code>b0a1ee6</code></a>
add redirect for test-statistics</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.6...hypothesis-python-6.131.9">compare
view</a></li>
</ul>
</details>
<br />
Updates `ruff` from 0.11.6 to 0.11.7
<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.11.7</h2>
<h2>Release Notes</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>airflow</code>] Apply auto fixes to cases where the names
have changed in Airflow 3 (<code>AIR301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17355">#17355</a>)</li>
<li>[<code>perflint</code>] Implement fix for
<code>manual-dict-comprehension</code> (<code>PERF403</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16719">#16719</a>)</li>
<li>[syntax-errors] Make duplicate parameter names a semantic error (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17131">#17131</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>airflow</code>] Fix typos in provider package names
(<code>AIR302</code>, <code>AIR312</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17574">#17574</a>)</li>
<li>[<code>flake8-type-checking</code>] Visit keyword arguments in
checks involving <code>typing.cast</code>/<code>typing.NewType</code>
arguments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17538">#17538</a>)</li>
<li>[<code>pyupgrade</code>] Preserve parenthesis when fixing native
literals containing newlines (<code>UP018</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17220">#17220</a>)</li>
<li>[<code>refurb</code>] Mark the <code>FURB161</code> fix unsafe
except for integers and booleans (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17240">#17240</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>perflint</code>] Allow list function calls to be replaced
with a comprehension (<code>PERF401</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17519">#17519</a>)</li>
<li>[<code>pycodestyle</code>] Auto-fix redundant boolean comparison
(<code>E712</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17090">#17090</a>)</li>
<li>[<code>pylint</code>] make fix unsafe if delete comments
(<code>PLR1730</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17459">#17459</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add fix safety sections to docs for several rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17410">#17410</a>,<a
href="https://redirect.github.com/astral-sh/ruff/pull/17440">#17440</a>,<a
href="https://redirect.github.com/astral-sh/ruff/pull/17441">#17441</a>,<a
href="https://redirect.github.com/astral-sh/ruff/pull/17443">#17443</a>,<a
href="https://redirect.github.com/astral-sh/ruff/pull/17444">#17444</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/BurntSushi"><code>@BurntSushi</code></a></li>
<li><a
href="https://github.com/Daverball"><code>@Daverball</code></a></li>
<li><a href="https://github.com/Gankra"><code>@Gankra</code></a></li>
<li><a
href="https://github.com/Glyphack"><code>@Glyphack</code></a></li>
<li><a
href="https://github.com/Kalmaegi"><code>@Kalmaegi</code></a></li>
<li><a href="https://github.com/Lee-W"><code>@Lee-W</code></a></li>
<li><a
href="https://github.com/MatthewMckee4"><code>@MatthewMckee4</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li>
<li><a
href="https://github.com/VascoSch92"><code>@VascoSch92</code></a></li>
<li><a
href="https://github.com/camper42"><code>@camper42</code></a></li>
<li><a href="https://github.com/carljm"><code>@carljm</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/ericmarkmartin"><code>@ericmarkmartin</code></a></li>
<li><a href="https://github.com/jnooree"><code>@jnooree</code></a></li>
<li><a
href="https://github.com/knavdeep152002"><code>@knavdeep152002</code></a></li>
<li><a
href="https://github.com/maxmynter"><code>@maxmynter</code></a></li>
<li><a href="https://github.com/mtshiba"><code>@mtshiba</code></a></li>
<li><a href="https://github.com/ntBre"><code>@ntBre</code></a></li>
<li><a
href="https://github.com/renovate"><code>@renovate</code></a></li>
<li><a href="https://github.com/sharkdp"><code>@sharkdp</code></a></li>
<li><a
href="https://github.com/w0nder1ng"><code>@w0nder1ng</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.11.7</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>airflow</code>] Apply auto fixes to cases where the names
have changed in Airflow 3 (<code>AIR301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17355">#17355</a>)</li>
<li>[<code>perflint</code>] Implement fix for
<code>manual-dict-comprehension</code> (<code>PERF403</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/16719">#16719</a>)</li>
<li>[syntax-errors] Make duplicate parameter names a semantic error (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17131">#17131</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>airflow</code>] Fix typos in provider package names
(<code>AIR302</code>, <code>AIR312</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17574">#17574</a>)</li>
<li>[<code>flake8-type-checking</code>] Visit keyword arguments in
checks involving <code>typing.cast</code>/<code>typing.NewType</code>
arguments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17538">#17538</a>)</li>
<li>[<code>pyupgrade</code>] Preserve parenthesis when fixing native
literals containing newlines (<code>UP018</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17220">#17220</a>)</li>
<li>[<code>refurb</code>] Mark the <code>FURB161</code> fix unsafe
except for integers and booleans (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17240">#17240</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>perflint</code>] Allow list function calls to be replaced
with a comprehension (<code>PERF401</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17519">#17519</a>)</li>
<li>[<code>pycodestyle</code>] Auto-fix redundant boolean comparison
(<code>E712</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17090">#17090</a>)</li>
<li>[<code>pylint</code>] make fix unsafe if delete comments
(<code>PLR1730</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17459">#17459</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add fix safety sections to docs for several rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/17410">#17410</a>,<a
href="https://redirect.github.com/astral-sh/ruff/pull/17440">#17440</a>,<a
href="https://redirect.github.com/astral-sh/ruff/pull/17441">#17441</a>,<a
href="https://redirect.github.com/astral-sh/ruff/pull/17443">#17443</a>,<a
href="https://redirect.github.com/astral-sh/ruff/pull/17444">#17444</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/f7b48510b58026f73c153ecb57720754365ba92e"><code>f7b4851</code></a>
Bump 0.11.7 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/17613">#17613</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/99370647615c853e1fdd5bebb3fdff221a826d15"><code>9937064</code></a>
[red-knot] Use iterative approach to collect overloads (<a
href="https://redirect.github.com/astral-sh/ruff/issues/17607">#17607</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/8d2c79276d167fcfcf9143a2bc1b328bb9d0f876"><code>8d2c792</code></a>
red_knot_python_semantic: avoid Rust's screaming snake case convention
in mdtest</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/0f4781076864e60db0dabd52c8e0cd8955b7e2a9"><code>0f47810</code></a>
red_knot_python_semantic: improve diagnostics for unsupported boolean
convers...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/eb1d2518c131e31ab1a1faee9061f79ed23b3eff"><code>eb1d251</code></a>
red_knot_python_semantic: add "return type span" helper
method</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/a45a0a92bd1a9cea2a48e6c00c44c206e56da6b5"><code>a45a0a9</code></a>
red_knot_python_semantic: move parameter span helper method</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/43bd0437559a5c267b1ac8b44dfc436d7fcff3bb"><code>43bd043</code></a>
ruff_db: add a <code>From</code> impl for <code>FileRange</code> to
<code>Span</code></li>
<li><a
href="https://github.com/astral-sh/ruff/commit/9a54ee3a1cb030027dc83e6257599ed06e6f28ba"><code>9a54ee3</code></a>
red_knot_python_semantic: add snapshot tests for unsupported boolean
conversions</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/25c3be51d24e4436654baabe8f4ae79dfc31fa02"><code>25c3be5</code></a>
[red-knot] simplify != narrowing (<a
href="https://redirect.github.com/astral-sh/ruff/issues/17610">#17610</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e71f3ed2c589976aaae5de69639351ab132790db"><code>e71f3ed</code></a>
[red-knot] Update <code>==</code> and <code>!=</code> narrowing (<a
href="https://redirect.github.com/astral-sh/ruff/issues/17567">#17567</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.11.6...0.11.7">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 a798d2d commit ae3fa66Copy full SHA for ae3fa66
1 file changed
+24
-24
lines changed+24-24Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments