Bump the dev-dependencies group with 2 updates by dependabot[bot] · Pull Request #124 · bretterer/rivian-python-client
Bumps the dev-dependencies group with 2 updates: pytest-asyncio and ruff.
Updates pytest-asyncio from 0.25.0 to 0.25.3
Release notes
Sourced from pytest-asyncio's releases.
pytest-asyncio 0.25.3
- Avoid errors in cleanup of async generators when event loop is already closed #1040
pytest-asyncio 0.25.2
- Call
loop.shutdown_asyncgens()before closing the event loop to ensure async generators are closed in the same manner asasyncio.rundoes #1034pytest-asyncio 0.25.1
Commits
7c50192fix: Avoid errors in cleanup of async generators when event loop is already c...2188cdbbuild: Prepare release of v0.25.2.c3ad634fix: Shutdown generators before closing event loops.e8ffb10[pre-commit.ci] pre-commit autoupdateaae43d4Build(deps): Bump hypothesis in /dependencies/default941e8b5Build(deps): Bump pygments from 2.18.0 to 2.19.1 in /dependencies/docs623ab74docs: Prepare release of v0.25.1.c236550docs: Fix broken link to the pytest.mark.asyncio reference.41c645bfix: Correct warning message when redefining the event_loop fixture.2fd10f8docs: Clarify deprecation of event_loop fixture.- Additional commits viewable in compare view
Updates ruff from 0.8.4 to 0.9.4
Release notes
Sourced from ruff's releases.
0.9.4
Release Notes
Preview features
- [
airflow] Extend airflow context parameter check forBaseOperator.execute(AIR302) (#15713)- [
airflow] UpdateAIR302to check for deprecated context keys (#15144)- [
flake8-bandit] Permit suspicious imports within stub files (S4) (#15822)- [
pylint] Do not triggerPLR6201on empty collections (#15732)- [
refurb] Do not emit diagnostic when loop variables are used outside loop body (FURB122) (#15757)- [
ruff] Add support for morerepatterns (RUF055) (#15764)- [
ruff] Check for shadowedmapbefore suggesting fix (RUF058) (#15790)- [
ruff] Do not emit diagnostic when all arguments tozip()are variadic (RUF058) (#15744)- [
ruff] Parenthesize fix when argument spans multiple lines forunnecessary-round(RUF057) (#15703)Rule changes
- Preserve quote style in generated code (#15726, #15778, #15794)
- [
flake8-bugbear] ExemptNewTypecalls where the original type is immutable (B008) (#15765)- [
pylint] Honor banned top-level imports byTID253inPLC0415. (#15628)- [
pyupgrade] Ignoreis_typeddictandTypedDictfordeprecated-import(UP035) (#15800)CLI
- Fix formatter warning message for
flake8-quotesoption (#15788)- Implement tab autocomplete for
ruff config(#15603)Bug fixes
- [
flake8-comprehensions] Do not emitunnecessary-mapdiagnostic when lambda has different arity (C417) (#15802)- [
flake8-comprehensions] Parenthesizesortedwhen needed forunnecessary-call-around-sorted(C413) (#15825)- [
pyupgrade] Handle end-of-line comments forquoted-annotation(UP037) (#15824)Documentation
- Add missing config docstrings (#15803)
- Add references to
trio.run_processandanyio.run_process(#15761)- Use
uv init --libin tutorial (#15718)Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.9.4
Preview features
- [
airflow] Extend airflow context parameter check forBaseOperator.execute(AIR302) (#15713)- [
airflow] UpdateAIR302to check for deprecated context keys (#15144)- [
flake8-bandit] Permit suspicious imports within stub files (S4) (#15822)- [
pylint] Do not triggerPLR6201on empty collections (#15732)- [
refurb] Do not emit diagnostic when loop variables are used outside loop body (FURB122) (#15757)- [
ruff] Add support for morerepatterns (RUF055) (#15764)- [
ruff] Check for shadowedmapbefore suggesting fix (RUF058) (#15790)- [
ruff] Do not emit diagnostic when all arguments tozip()are variadic (RUF058) (#15744)- [
ruff] Parenthesize fix when argument spans multiple lines forunnecessary-round(RUF057) (#15703)Rule changes
- Preserve quote style in generated code (#15726, #15778, #15794)
- [
flake8-bugbear] ExemptNewTypecalls where the original type is immutable (B008) (#15765)- [
pylint] Honor banned top-level imports byTID253inPLC0415. (#15628)- [
pyupgrade] Ignoreis_typeddictandTypedDictfordeprecated-import(UP035) (#15800)CLI
- Fix formatter warning message for
flake8-quotesoption (#15788)- Implement tab autocomplete for
ruff config(#15603)Bug fixes
- [
flake8-comprehensions] Do not emitunnecessary-mapdiagnostic when lambda has different arity (C417) (#15802)- [
flake8-comprehensions] Parenthesizesortedwhen needed forunnecessary-call-around-sorted(C413) (#15825)- [
pyupgrade] Handle end-of-line comments forquoted-annotation(UP037) (#15824)Documentation
- Add missing config docstrings (#15803)
- Add references to
trio.run_processandanyio.run_process(#15761)- Use
uv init --libin tutorial (#15718)0.9.3
Preview features
- [
airflow] Argumentfail_stopin DAG has been renamed asfail_fast(AIR302) (#15633)- [
airflow] ExtendAIR303with more symbols (#15611)- [
flake8-bandit] Report all references to suspicious functions (S3) (#15541)- [
flake8-pytest-style] Do not emit diagnostics for emptyforloops (PT012,PT031) (#15542)- [
flake8-simplify] Avoid double negations (SIM103) (#15562)- [
pyflakes] Fix infinite loop with unused local import in__init__.py(F401) (#15517)- [
pylint] Do not report methods with only oneEM101-compatibleraise(PLR6301) (#15507)- [
pylint] Implementredefined-slots-in-subclass(W0244) (#9640)
... (truncated)
Commits
854ab03Bump version to 0.9.4 (#15831)b0b8b06Remove semicolon after TypeScript interface definition (#15827)451f251[red-knot] Clarify behavior when redeclaring base class attributes (#15826)13cf3e6[flake8-comprehensions] Parenthesizesortedwhen needed for `unnecessary-...56f956a[pyupgrade] Handle end-of-line comments forquoted-annotation(UP037) (...7a10a40[flake8-bandit] Permit suspicious imports within stub files (S4) (#15822)3125332[red-knot] Format mdtest snippets with the latest version of black (#15819)15d886a[red-knot] Consider all definitions after terminal statements unreachable (#1...e1c9d10[flake8-comprehensions] Do not emitunnecessary-mapdiagnostic when lambd...23c9884Preserve quotes in generated f-strings (#15794)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions