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

[poetry](deps-dev): Bump flake8-async from 22.11.14 to 24.3.5 #78

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps flake8-async from 22.11.14 to 24.3.5.

Changelog

Sourced from flake8-async's changelog.

24.3.5

  • ASYNC102 (no await inside finally or critical except) no longer raises warnings for calls to aclose() on objects in trio/anyio code. See python-trio/flake8-async#156

24.3.4

  • ASYNC110 (don't loop sleep) now also warns if looping [trio/anyio].lowlevel.checkpoint().

24.3.3

  • Add ASYNC251: time.sleep() in async method.

24.3.2

  • Add ASYNC250: blocking sync call input() in async method.

24.3.1

  • Removed TRIO117, MultiError removed in trio 0.24.0
  • Renamed the library from flake8-trio to flake8-async, to indicate the checker supports more than just trio.
  • Renamed all error codes from TRIOxxx to ASYNCxxx
  • Renamed the binary from flake8-trio to flake8-async
  • Lots of internal renaming.
  • Added asyncio support for several error codes
  • added --library

23.5.1

  • TRIO91X now supports comprehensions
  • TRIO100 and TRIO91X now supports autofixing
  • Renamed --enable-visitor-codes-regex to --enable
  • Added --disable, --autofix and --error-on-autofix

23.2.5

  • Fix false alarms for @pytest.fixture-decorated functions in TRIO101, TRIO910 and TRIO911

23.2.4

  • Fix TRIO900 false alarm on nested functions
  • TRIO113 now also works on anyio.TaskGroup

23.2.3

  • Fix get_matching_call when passed a single string as base. Resolves possibly several false alarms, TRIO210 among them.

23.2.2

  • Rename TRIO107 to TRIO910, and TRIO108 to TRIO911, and making them optional by default.
  • Allow @pytest.fixture()-decorated async generators, since they're morally context managers
  • Add support for checking code written against anyio
  • Add TRIO118: Don't assign the value of anyio.get_cancelled_exc_class() to a variable, since that breaks linter checks and multi-backend programs.

23.2.1

  • TRIO103 and TRIO104 no longer triggers when trio.Cancelled has been handled in previous except handlers.
  • Add TRIO117: Reference to deprecated trio.[NonBase]MultiError; use [Base]ExceptionGroup instead.
  • Add TRIO232: blocking sync call on file object.
  • Add TRIO212: blocking sync call on httpx.Client object.
  • Add TRIO222: blocking sync call to os.wait*
  • TRIO221 now also looks for os.posix_spawn[p]

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from MvWouden March 25, 2024 12:26
@dependabot dependabot bot force-pushed the dependabot/pip/main/flake8-async-24.3.5 branch 2 times, most recently from 4c8b306 to bb19770 Compare March 26, 2024 18:24
Bumps [flake8-async](https://github.com/python-trio/flake8-async) from 22.11.14 to 24.3.5.
- [Changelog](https://github.com/python-trio/flake8-async/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python-trio/flake8-async/commits/24.3.5)

---
updated-dependencies:
- dependency-name: flake8-async
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/main/flake8-async-24.3.5 branch from bb19770 to a8ffd2a Compare March 26, 2024 18:25
@MvWouden MvWouden closed this Mar 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 26, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/main/flake8-async-24.3.5 branch March 26, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant