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

Bump anyio[curio,trio] from 3.0.1 to 3.3.0 in /testing/plugins_integration #32

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 26, 2021

Bumps anyio[curio,trio] from 3.0.1 to 3.3.0.

Changelog

Sourced from anyio[curio,trio]'s changelog.

Version history

This library adheres to Semantic Versioning 2.0 <http://semver.org/>_.

3.3.0

  • Added asynchronous Path class
  • Added the wrap_file() function for wrapping existing files as asynchronous file objects
  • Relaxed the type of the path initializer argument to FileReadStream and FileWriteStream so they accept any path-like object (including the new asynchronous Path class)
  • Dropped unnecessary dependency on the async_generator library
  • Changed the generics in AsyncFile so that the methods correctly return either str or bytes based on the argument to open_file()
  • Fixed an asyncio bug where under certain circumstances, a stopping worker thread would still accept new assignments, leading to a hang

3.2.1

  • Fixed idle thread pruning on asyncio sometimes causing an expired worker thread to be assigned a task

3.2.0

  • Added Python 3.10 compatibility
  • Added the ability to close memory object streams synchronously (including support for use as a synchronous context manager)
  • Changed the default value of the use_uvloop asyncio backend option to False to prevent unsafe event loop policy changes in different threads
  • Fixed to_thread.run_sync() hanging on the second call on asyncio when used with loop.run_until_complete()
  • Fixed to_thread.run_sync() prematurely marking a worker thread inactive when a task await on the result is cancelled
  • Fixed ResourceWarning about an unclosed socket when UNIX socket connect fails on asyncio
  • Fixed the type annotation of open_signal_receiver() as a synchronous context manager
  • Fixed the type annotation of DeprecatedAwaitable(|List|Float).__await__ to match the typing.Awaitable protocol

3.1.0

  • Added env and cwd keyword arguments to run_process() and open_process.
  • Added support for mutation of CancelScope.shield (PR by John Belmonte)
  • Added the sleep_forever() and sleep_until() functions
  • Changed asyncio task groups so that if the host and child tasks have only raised CancelledErrors, just one CancelledError will now be raised instead of an ExceptionGroup, allowing asyncio to ignore it when it propagates out of the task
  • Changed task names to be converted to str early on asyncio (PR by Thomas Grainger)
  • Fixed sniffio._impl.AsyncLibraryNotFoundError: unknown async library, or not in async context on asyncio and Python 3.6 when to_thread.run_sync() is used from

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

Bumps [anyio[curio,trio]](https://github.com/agronholm/anyio) from 3.0.1 to 3.3.0.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@3.0.1...3.3.0)

---
updated-dependencies:
- dependency-name: anyio[curio,trio]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 26, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 13, 2021

Superseded by #38.

@dependabot dependabot bot closed this Sep 13, 2021
@dependabot dependabot bot deleted the dependabot/pip/testing/plugins_integration/anyio-curiotrio--3.3.0 branch September 13, 2021 03:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants