Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flake8-async requirement from ~=24.11.3 to ~=24.11.4 in /{{cookiecutter.project_name}} #316

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2024

Updates the requirements on flake8-async to permit the latest version.

Changelog

Sourced from flake8-async's changelog.

24.11.4

  • :ref:ASYNC100 <async100> once again ignores :func:trio.open_nursery and :func:anyio.create_task_group, unless we find a call to .start_soon().

24.11.3

  • Revert :ref:ASYNC100 <async100> ignoring :func:trio.open_nursery and :func:anyio.create_task_group due to it not viewing .start_soon() as introducing a :ref:cancel point <cancel_point>.

24.11.2

  • Fix crash in Visitor91x on async with a().b():.

24.11.1

  • :ref:ASYNC100 <async100> now ignores :func:trio.open_nursery and :func:anyio.create_task_group as cancellation sources, because they are :ref:schedule points <schedule_point> but not :ref:cancellation points <cancel_point>.
  • :ref:ASYNC101 <async101> and :ref:ASYNC119 <async119> are now silenced for decorators in :ref:transform-async-generator-decorators.

24.10.2

  • :ref:ASYNC102 <async102> now also warns about await() inside __aexit__.

24.10.1

  • Add :ref:ASYNC123 <async123> bad-exception-group-flattening.

24.9.5

  • Fix crash when analyzing code with infinite loop inside context manager.

24.9.4

  • Add :ref:ASYNC122 <async122> delayed-entry-of-relative-cancelscope.

24.9.3

  • :ref:ASYNC102 <async102> and :ref:ASYNC120 <async120>:
    • handles nested cancel scopes
    • detects internal cancel scopes of nurseries as a way to shield&deadline
    • no longer treats :func:trio.open_nursery or :func:anyio.create_task_group as cancellation sources
    • handles the shield parameter to :func:trio.fail_after and friends (added in trio 0.27)

24.9.2

  • Fix false alarm in :ref:ASYNC113 <async113> and :ref:ASYNC121 <async121> with sync functions nested inside an async function.

24.9.1

... (truncated)

Commits

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 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)

Updates the requirements on [flake8-async](https://github.com/python-trio/flake8-async) to permit the latest version.
- [Changelog](https://github.com/python-trio/flake8-async/blob/main/docs/changelog.rst)
- [Commits](python-trio/flake8-async@24.11.3...24.11.4)

---
updated-dependencies:
- dependency-name: flake8-async
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 24, 2024
@yakimka yakimka merged commit 0914178 into master Nov 24, 2024
4 checks passed
@yakimka yakimka deleted the dependabot/pip/{{cookiecutter.project_name}}/flake8-async-approx-eq-24.11.4 branch November 24, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant