Skip to content

Commit

Permalink
chore(deps): update dependency pytest-asyncio to v0.23.4 (#523)
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-asyncio](https://togithub.com/pytest-dev/pytest-asyncio)
([changelog](https://pytest-asyncio.readthedocs.io/en/latest/reference/changelog.html))
| `==0.23.3` -> `==0.23.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-asyncio/0.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-asyncio/0.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-asyncio/0.23.3/0.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-asyncio/0.23.3/0.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pytest-dev/pytest-asyncio (pytest-asyncio)</summary>

###
[`v0.23.4`](https://togithub.com/pytest-dev/pytest-asyncio/releases/tag/v0.23.4):
pytest-asyncio 0.23.4

[Compare
Source](https://togithub.com/pytest-dev/pytest-asyncio/compare/v0.23.3...v0.23.4)

### 0.23.4 (2024-01-28)

- pytest-asyncio no longer imports additional, unrelated packages during
test collection
[#&#8203;729](https://togithub.com/pytest-dev/pytest-asyncio/issues/729)
- Addresses further issues that caused an internal pytest error during
test collection
- Declares incompatibility with pytest 8
[#&#8203;737](https://togithub.com/pytest-dev/pytest-asyncio/issues/737)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent 8951348 commit 9d15ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -9,7 +9,7 @@ pip==23.3.2
pre-commit==3.6.0
pydantic==2.5.3
pytest==7.4.4
pytest-asyncio==0.23.3
pytest-asyncio==0.23.4
pytest-cov==4.1.0
python-slugify==8.0.2
PyYAML==6.0.1
Expand Down

0 comments on commit 9d15ac2

Please sign in to comment.