Skip to content

Commit

Permalink
Update dependency coverage to v7.3.1 (#324)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [coverage](https://togithub.com/nedbat/coveragepy) | `==7.3.0` ->
`==7.3.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/coverage/7.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/coverage/7.3.0/7.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.3.0/7.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nedbat/coveragepy (coverage)</summary>

###
[`v7.3.1`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-731--2023-09-06)

[Compare
Source](https://togithub.com/nedbat/coveragepy/compare/7.3.0...7.3.1)

- The semantics of stars in file patterns has been clarified in the
docs. A
leading or trailing star matches any number of path components, like a
double
star would. This is different than the behavior of a star in the middle
of a
pattern. This discrepancy was `identified by Sviatoslav Sydorenko
<starbad_>`*, who `provided patient detailed diagnosis <pull 1650_>`*
and
    graciously agreed to a pragmatic resolution.

- The API docs were missing from the last version. They are now
`restored <apidocs_>`\_.

.. \_apidocs:
https://coverage.readthedocs.io/en/latest/api_coverage.html
..
\_starbad[nedbat/coveragepy#1407 (comment)
.. \_pull
165[nedbat/coveragepy#1650

.. \_changes\_7-3-0:

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent 704319c commit 625ae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,7 +1,7 @@
-e .
aiofiles==23.2.1
black==23.7.0
coverage==7.3.0
coverage==7.3.1
GitPython==3.1.34
mypy==1.5.1
nest_asyncio==1.5.7
Expand Down

0 comments on commit 625ae5c

Please sign in to comment.