Skip to content

Commit

Permalink
chore(deps-dev): Bump the development-dependencies group with 3 updat…
Browse files Browse the repository at this point in the history
…es (#140)

Bumps the development-dependencies group with 3 updates:
[coverage](https://github.com/nedbat/coveragepy),
[moto](https://github.com/getmoto/moto) and
[mypy](https://github.com/python/mypy).

Updates `coverage` from 7.6.9 to 7.6.10
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's
changelog</a>.</em></p>
<blockquote>
<h2>Version 7.6.10 — 2024-12-26</h2>
<ul>
<li>
<p>Fix: some descriptions of missing branches in HTML and LCOV reports
were
incorrect when multi-line statements were involved (<code>issue
1874</code>_ and <code>issue 1875</code>_). These are now fixed.</p>
</li>
<li>
<p>Fix: Python 3.14 <code>defers evaluation of annotations
&lt;pep649_&gt;</code>_ by moving them
into separate code objects. That code is rarely executed, so coverage.py
would mark them as missing, as reported in <code>issue 1908</code>_. Now
they are
ignored by coverage automatically.</p>
</li>
<li>
<p>Fixed an obscure and mysterious problem on PyPy 3.10 seemingly
involving
mocks, imports, and trace functions: <code>issue 1902</code>_. To be
honest, I don't
understand the problem or the solution, but <code>git bisect</code>
helped find it,
and now it's fixed.</p>
</li>
<li>
<p>Docs: re-wrote the :ref:<code>subprocess</code> page to put
multiprocessing first and to
highlight the correct use of :class:<code>multiprocessing.Pool
&lt;python:multiprocessing.pool.Pool&gt;</code>.</p>
</li>
</ul>
<p>.. _issue 1874: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1874">nedbat/coveragepy#1874</a>
.. _issue 1875: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1875">nedbat/coveragepy#1875</a>
.. _issue 1902: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1902">nedbat/coveragepy#1902</a>
.. _issue 1908: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1908">nedbat/coveragepy#1908</a>
.. _pep649: <a
href="https://docs.python.org/3.14/whatsnew/3.14.html#pep-649-deferred-evaluation-of-annotations">https://docs.python.org/3.14/whatsnew/3.14.html#pep-649-deferred-evaluation-of-annotations</a></p>
<p>.. _changes_7-6-9:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f0dcf65f47120d9f74f6777134d3b8e92515ce6f"><code>f0dcf65</code></a>
docs: sample HTML for 7.6.10</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/0f26f35863781bb5736301e5b9c6ce8ea7d5d0f7"><code>0f26f35</code></a>
docs: prep for 7.6.10</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/81c5e4311171f1db78b75a126608763a3964e98d"><code>81c5e43</code></a>
docs: rewrite the subprocess page</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/878410caf5a026773769fe68a43705dcc48ddfc3"><code>878410c</code></a>
chore: make doc_upgrade</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f1d320d08b0180e58ec4fbbb4b5a93575e7d1b74"><code>f1d320d</code></a>
chore: make upgrade</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/67f1440e0a384000e337ab54bd9cc01804aec201"><code>67f1440</code></a>
debug: this condition is never true. really?</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/c85eaba206e1bf98302e0997e32c079e2c231f4b"><code>c85eaba</code></a>
fix: multi-line statements no longer confuse branch target descriptions.
<a
href="https://redirect.github.com/nedbat/coveragepy/issues/187">#187</a>...</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/73e58fa9dd361b6496f2aa42ede490118ec0429c"><code>73e58fa</code></a>
refactor: clarify the code that fixes with-statement exits</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/e16c9cc8c86edea415695ebd34ccad43b1b84a69"><code>e16c9cc</code></a>
typo: backslask</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/865fd7fca4ed2e05f91f74c4c8809ca78adae229"><code>865fd7f</code></a>
chore: bump the action-dependencies group with 4 updates (<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1909">#1909</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.6.9...7.6.10">compare
view</a></li>
</ul>
</details>
<br />

Updates `moto` from 5.0.24 to 5.0.25
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getmoto/moto/blob/master/CHANGELOG.md">moto's
changelog</a>.</em></p>
<blockquote>
<h2>5.0.25</h2>
<p>Docker Digest for 5.0.25:
<em>sha256:1ac2d89ce8c79a6cdfebffb37678a5bd8bb54a39dcbced069f6ac5e29e4cc752</em></p>
<pre><code>New Services:
    * DSQL:
        * create_cluster()
        * get_cluster()
<p>Miscellaneous:<br />
* IOTData: update_thing_shadow() now better calculates the delta between
the desired and reported values<br />
* S3: select_object_content() now returns the proper Stats
(BytesScanned, BytesReturned)<br />
* StepFunctions: Various upgrades for the emulated parser<br />
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getmoto/moto/commit/3f842a4103c387154d021a4de6455e893f6b3587"><code>3f842a4</code></a>
Pre-Release: Up Version Number</li>
<li><a
href="https://github.com/getmoto/moto/commit/65df2be0f78149edb77648ae217f0358e20ebb72"><code>65df2be</code></a>
Prep release 5.0.25 (<a
href="https://redirect.github.com/getmoto/moto/issues/8438">#8438</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/b307122a865327170855817da068212270e2fe2a"><code>b307122</code></a>
StepFunctions: Various upgrades (<a
href="https://redirect.github.com/getmoto/moto/issues/8396">#8396</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/5ab97e554e015f6b789f2fa80d5eab7bc8097d20"><code>5ab97e5</code></a>
Admin: Increase SFN test duration (<a
href="https://redirect.github.com/getmoto/moto/issues/8437">#8437</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/0b2b6876f875627fff0336653b00da5866b53f98"><code>0b2b687</code></a>
S3: select_object_content() now returns the proper Stats (<a
href="https://redirect.github.com/getmoto/moto/issues/8436">#8436</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/9a6298523fa66de97eadcb0e2be0d60480f45ef3"><code>9a62985</code></a>
Directory Service: change settings to deep copy (<a
href="https://redirect.github.com/getmoto/moto/issues/8434">#8434</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/4bfdfaf153c3a78c0effc9f85a2ab4ba7dc621b1"><code>4bfdfaf</code></a>
Bump ruby/setup-ruby from 1.204.0 to 1.205.0 (<a
href="https://redirect.github.com/getmoto/moto/issues/8433">#8433</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/48f1e860c9040a0e8a2aca974d8944ef4883b1ae"><code>48f1e86</code></a>
Admin: Fix mypy (<a
href="https://redirect.github.com/getmoto/moto/issues/8435">#8435</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/459c90088b6cb1f575e53124d0bfb19de0db4db7"><code>459c900</code></a>
DSQL: implement get_cluster() (<a
href="https://redirect.github.com/getmoto/moto/issues/8431">#8431</a>)</li>
<li><a
href="https://github.com/getmoto/moto/commit/827223de8e8f8a3969b178f603bbd8ad622fadfb"><code>827223d</code></a>
Add short project description in package metadata (<a
href="https://redirect.github.com/getmoto/moto/issues/8430">#8430</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getmoto/moto/compare/5.0.24...5.0.25">compare
view</a></li>
</ul>
</details>
<br />

Updates `mypy` from 1.14.0 to 1.14.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/251d12fe9f89f8d4818fd6ff1c48224e77119004"><code>251d12f</code></a>
Remove +dev from version for release 1.14.1</li>
<li><a
href="https://github.com/python/mypy/commit/667e5f752aaa4d1c62341d27af54e9ffff82620c"><code>667e5f7</code></a>
Revert &quot;Remove redundant inheritances from Iterator in
builtins&quot; (<a
href="https://redirect.github.com/python/mypy/issues/18324">#18324</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/67f673a79d3114b3aa06d9642b9feefc2f20631a"><code>67f673a</code></a>
Fix enum truthiness for StrEnum (<a
href="https://redirect.github.com/python/mypy/issues/18379">#18379</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/3755abbb875c80698c928711b5aa8f59e71ce973"><code>3755abb</code></a>
Fix getargs argument passing (<a
href="https://redirect.github.com/python/mypy/issues/18350">#18350</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/b9fa8eeaebfda2b6ac01a2651659d3206fab9854"><code>b9fa8ee</code></a>
Update version to 1.14.1+dev for point release</li>
<li>See full diff in <a
href="https://github.com/python/mypy/compare/v1.14.0...v1.14.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>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 4fd0c82 commit f309e0f
Showing 1 changed file with 115 additions and 110 deletions.
Loading

0 comments on commit f309e0f

Please sign in to comment.