-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump coverage from 7.6.9 to 7.6.10 #114
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.9 to 7.6.10. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.9...7.6.10) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 30, 2024
@dependabot merge
…On Mon, Dec 30, 2024 at 2:25 AM dependabot[bot] ***@***.***> wrote:
Bumps coverage <https://github.com/nedbat/coveragepy> from 7.6.9 to
7.6.10.
Changelog
*Sourced from coverage's changelog
<https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst>.*
Version 7.6.10 — 2024-12-26
-
Fix: some descriptions of missing branches in HTML and LCOV reports
were incorrect when multi-line statements were involved (issue 1874_
and issue 1875_). These are now fixed.
-
Fix: Python 3.14 defers evaluation of annotations <pep649_>_ by moving
them into separate code objects. That code is rarely executed, so
coverage.py would mark them as missing, as reported in issue 1908_.
Now they are ignored by coverage automatically.
-
Fixed an obscure and mysterious problem on PyPy 3.10 seemingly
involving mocks, imports, and trace functions: issue 1902_. To be
honest, I don't understand the problem or the solution, but git bisect
helped find it, and now it's fixed.
-
Docs: re-wrote the :ref:subprocess page to put multiprocessing first
and to highlight the correct use of :class:multiprocessing.Pool
<python:multiprocessing.pool.Pool>.
.. _issue 1874: nedbat/coveragepy#1874
<https://github.com/nedbat/coveragepy/issues/1874> .. _issue
1875: nedbat/coveragepy#1875
<https://github.com/nedbat/coveragepy/issues/1875> .. _issue
1902: nedbat/coveragepy#1902
<https://github.com/nedbat/coveragepy/issues/1902> .. _issue
1908: nedbat/coveragepy#1908
<https://github.com/nedbat/coveragepy/issues/1908> .. _pep649:
https://docs.python.org/3.14/whatsnew/3.14.html#pep-649-deferred-evaluation-of-annotations
.. _changes_7-6-9:
Commits
- f0dcf65
<nedbat/coveragepy@f0dcf65>
docs: sample HTML for 7.6.10
- 0f26f35
<nedbat/coveragepy@0f26f35>
docs: prep for 7.6.10
- 81c5e43
<nedbat/coveragepy@81c5e43>
docs: rewrite the subprocess page
- 878410c
<nedbat/coveragepy@878410c>
chore: make doc_upgrade
- f1d320d
<nedbat/coveragepy@f1d320d>
chore: make upgrade
- 67f1440
<nedbat/coveragepy@67f1440>
debug: this condition is never true. really?
- c85eaba
<nedbat/coveragepy@c85eaba>
fix: multi-line statements no longer confuse branch target descriptions.
#187 <https://github.com/nedbat/coveragepy/issues/187>...
- 73e58fa
<nedbat/coveragepy@73e58fa>
refactor: clarify the code that fixes with-statement exits
- e16c9cc
<nedbat/coveragepy@e16c9cc>
typo: backslask
- 865fd7f
<nedbat/coveragepy@865fd7f>
chore: bump the action-dependencies group with 4 updates (#1909
<https://github.com/nedbat/coveragepy/issues/1909>)
- Additional commits viewable in compare view
<nedbat/coveragepy@7.6.9...7.6.10>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 commands and options
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 this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#114
Commit Summary
- 8afe699
<8afe699>
Bump coverage from 7.6.9 to 7.6.10
File Changes
(1 file <https://github.com/beaufour/flickr-download/pull/114/files>)
- *M* poetry.lock
<https://github.com/beaufour/flickr-download/pull/114/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(128)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/114.patch
- https://github.com/beaufour/flickr-download/pull/114.diff
—
Reply to this email directly, view it on GitHub
<#114>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB2POI733C3NT23MPNP5QD2ICOHHAVCNFSM6AAAAABULKD7GOVHI2DSMVQWIX3LMV43ASLTON2WKOZSG43DENJTGMZDOMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps coverage from 7.6.9 to 7.6.10.
Changelog
Sourced from coverage's changelog.
Commits
f0dcf65
docs: sample HTML for 7.6.100f26f35
docs: prep for 7.6.1081c5e43
docs: rewrite the subprocess page878410c
chore: make doc_upgradef1d320d
chore: make upgrade67f1440
debug: this condition is never true. really?c85eaba
fix: multi-line statements no longer confuse branch target descriptions. #187...73e58fa
refactor: clarify the code that fixes with-statement exitse16c9cc
typo: backslask865fd7f
chore: bump the action-dependencies group with 4 updates (#1909)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 commands and options
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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)