mirror of
https://github.com/evroon/bracket.git
synced 2026-03-06 16:18:27 -05:00
Update pytest-asyncio requirement from <=0.21.1 to <=0.21.2 in /backend (#672)
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-asyncio/releases">pytest-asyncio's releases</a>.</em></p> <blockquote> <h2>pytest-asyncio 0.21.2</h2> <h1>0.21.2 (2024-04-29)</h1> <ul> <li>Fix compatibility with pytest 8.2. Backport of <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/800">#800</a> to pytest-asyncio v0.21 for users who are unable to upgrade to a more recent version (see <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/pull/706">#706</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="12de7f6c7d"><code>12de7f6</code></a> [ci] Do not fail CI pipeline, if coverage upload fails.</li> <li><a href="b4aebfbd32"><code>b4aebfb</code></a> [test] Addresses a Hypothesis health check that leads to failing tests.</li> <li><a href="ef6144a41c"><code>ef6144a</code></a> [refactor] Satisfy linters.</li> <li><a href="df294815c7"><code>df29481</code></a> [docs] Added changelog entry.</li> <li><a href="2fb3b19ade"><code>2fb3b19</code></a> Backported <a href="https://redirect.github.com/pytest-dev/pytest-asyncio/issues/800">#800</a> to the 0.21.1 tag</li> <li><a href="a10cbde05f"><code>a10cbde</code></a> [docs] Fixed typo.</li> <li><a href="82b010d686"><code>82b010d</code></a> [docs] Add release date of v0.21.1 to changelog.</li> <li><a href="af08b1c70d"><code>af08b1c</code></a> [test] Removed obsolete test "test_async_close_loop".</li> <li><a href="79b2d1aed3"><code>79b2d1a</code></a> [test] Added a test case which verifies compatibility with pytest.skip in aut...</li> <li><a href="39a97548bf"><code>39a9754</code></a> [test] The test that asserts compatibility with pytest.mark.skip reports succ...</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-asyncio/compare/v0.1.1...v0.21.2">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | pytest-asyncio | [>= 0.23.a, < 0.24] | </details> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,7 @@ mypy = ">=1.3.1"
|
||||
pluggy = "<=1.5.0"
|
||||
pylint = ">=2.15.10"
|
||||
pytest = "<=8.1.1"
|
||||
pytest-asyncio = "<=0.21.1"
|
||||
pytest-asyncio = "<=0.21.2"
|
||||
pytest-cov = ">=4.0.0"
|
||||
pytest-xdist = ">=3.2.1"
|
||||
ruff = ">=0.0.292"
|
||||
|
||||
Reference in New Issue
Block a user