Skip to content

Commit 2a0dc7d

Browse files
authored
chore(deps): update dependency pytest-asyncio to v0.20.1 (#513)
[![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) | `==0.19.0` -> `==0.20.1` | [![age](https://badges.renovateapi.com/packages/pypi/pytest-asyncio/0.20.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pytest-asyncio/0.20.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pytest-asyncio/0.20.1/compatibility-slim/0.19.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pytest-asyncio/0.20.1/confidence-slim/0.19.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pytest-dev/pytest-asyncio</summary> ### [`v0.20.1`](https://togithub.com/pytest-dev/pytest-asyncio/blob/HEAD/CHANGELOG.rst#&#8203;0201-22-10-21) [Compare Source](https://togithub.com/pytest-dev/pytest-asyncio/compare/v0.20.0...v0.20.1) \================= - Fixes an issue that warned about using an old version of pytest, even though the most recent version was installed. `#&#8203;430 <https://togithub.com/pytest-dev/pytest-asyncio/issues/430>`\_ ### [`v0.20.0`](https://togithub.com/pytest-dev/pytest-asyncio/blob/HEAD/CHANGELOG.rst#&#8203;0200-22-10-21) [Compare Source](https://togithub.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.20.0) \================= - BREAKING: Removed *legacy* mode. If you're upgrading from v0.19 and you haven't configured `asyncio_mode = legacy`, you can upgrade without taking any additional action. If you're upgrading from an earlier version or you have explicitly enabled *legacy* mode, you need to switch to *auto* or *strict* mode before upgrading to this version. - Deprecate use of pytest v6. - Fixed an issue which prevented fixture setup from being cached. `#&#8203;404 <https://togithub.com/pytest-dev/pytest-asyncio/pull/404>`\_ </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/cloud-sql-python-connector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjI0MS43In0=-->
1 parent 74c445b commit 2a0dc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest==7.1.3
22
mock==4.0.3
33
pytest-cov==4.0.0
4-
pytest-asyncio==0.19.0
4+
pytest-asyncio==0.20.1
55
SQLAlchemy==1.4.42
66
sqlalchemy-pytds==0.3.4
77
flake8==5.0.4

0 commit comments

Comments
 (0)