mezidia / song-helper

🎶Python script with artificial intelligence, that proposes you song, depending on your mood🎹
https://song-helper.vercel.app
MIT License
7 stars 0 forks source link

Bump asgiref from 3.3.1 to 3.5.2 #159

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps asgiref from 3.3.1 to 3.5.2.

Changelog

Sourced from asgiref's changelog.

3.5.2 (2022-05-16)

  • Allow async-callables class instances to be passed to AsyncToSync without warning

  • Prevent giving async-callable class instances to SyncToAsync

3.5.1 (2022-04-30)

  • sync_to_async in thread-sensitive mode now works corectly when the outermost thread is synchronous (#214)

3.5.0 (2022-01-22)

  • Python 3.6 is no longer supported, and asyncio calls have been changed to use only the modern versions of the APIs as a result

  • Several causes of RuntimeErrors in cases where an event loop was assigned to a thread but not running

  • Speed improvements in the Local class

3.4.1 (2021-07-01)

  • Fixed an issue with the deadlock detection where it had false positives during exception handling.

3.4.0 (2021-06-27)

  • Calling sync_to_async directly from inside itself (which causes a deadlock when in the default, thread-sensitive mode) now has deadlock detection.

  • asyncio usage has been updated to use the new versions of get_event_loop, ensure_future, wait and gather, avoiding deprecation warnings in Python 3.10. Python 3.6 installs continue to use the old versions; this is only for 3.7+

  • sync_to_async and async_to_sync now have improved type hints that pass through the underlying function type correctly.

  • All Websocket* types are now spelled WebSocket, to match our specs and the official spelling. The old names will work until release 3.5.0, but will

... (truncated)

Commits
  • 67b2e81 Releasing 3.5.2
  • 7794c2a Fix root_path in WebSocket Connection Scope (#329)
  • df1e582 Disallow async callable class instances as callable for sync.SyncToAsync (#...
  • ab7379a Don't warn 'non-async-marked callable' for async callable instance (#325)
  • 12f6355 Releasing 3.5.1
  • add5764 Preserve CurrentThreadExecutor across create_task (#320)
  • d451a72 Remove SOCK_NONBLOCK from socket creation on tests (#321)
  • cde961b Fixed a typographical error
  • 464553a Rewrote multiprocessing test to use no local functions
  • 3554e05 Fix allowed values for spec_version on WebSocket and HTTP Connection scopes...
  • Additional commits viewable in compare view


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 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)
mezidia-inspector[bot] commented 2 years ago

Nice to meet you, @dependabot[bot]. Thank you for creating a pull request. There are some tasks for you:

To close issue send comment "close", to reopen - "reopen", to merge - "merge"

dependabot[bot] commented 2 years ago

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.

mezidia-inspector[bot] commented 2 years ago

Okay, @dependabot[bot], see you next time

To reopen pull request type the comment "reopen"