Skip to content

Commit

Permalink
chore(deps): update dependency pytest-check to v2.2.0 (#1188)
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 |
|---|---|---|---|---|---|
| [pytest-check](https://togithub.com/okken/pytest-check) | `==2.1.5` ->
`==2.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-check/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-check/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-check/2.1.5/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-check/2.1.5/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>okken/pytest-check (pytest-check)</summary>

###
[`v2.2.0`](https://togithub.com/okken/pytest-check/blob/HEAD/changelog.md#220---2023-July-14)

##### Added

-
-   pseudo traceback additions
-   `-l` or `--showlocals` shows locals
-   `__tracebackhide__ = True` is honored.
-   if `assert` or other exception is involved,
    -   the exception is included as part of the traceback.

##### Changed

-   pseudo traceback changes
-   The red color is used more selectively.
    -   this is intended to help readability
-   Other minor formatting changes.
    -   Please let me know if you have any issues with the changes

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC,
Automerge - "before 07:00" in timezone Etc/UTC.

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/canonical/charmcraft).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent 6592768 commit cd76b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PyNaCl==1.5.0
pyproject-api==1.5.3
pyRFC3339==1.1
pytest==7.4.0
pytest-check==2.1.5
pytest-check==2.2.0
pytest-cov==4.1.0
pytest-mock==3.11.1
python-dateutil==2.8.2
Expand Down

0 comments on commit cd76b68

Please sign in to comment.