Skip to content

Comments

build(deps): bump anyio[curio,trio] from 2.0.0 to 2.0.2 in /testing/plugins_integration#7882

Merged
nicoddemus merged 1 commit intomasterfrom
dependabot/pip/testing/plugins_integration/anyio-curiotrio--2.0.2
Oct 12, 2020
Merged

build(deps): bump anyio[curio,trio] from 2.0.0 to 2.0.2 in /testing/plugins_integration#7882
nicoddemus merged 1 commit intomasterfrom
dependabot/pip/testing/plugins_integration/anyio-curiotrio--2.0.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2020

Bumps anyio[curio,trio] from 2.0.0 to 2.0.2.

Changelog

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

Version history

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

2.0.2

  • Fixed one more case of AttributeError: 'async_generator_asend' object has no attribute 'cr_await' on asyncio

2.0.1

  • Fixed broken MultiListener.extra() (PR by daa)
  • Fixed TLSStream returning an empty bytes object instead of raising EndOfStream when trying to receive from the stream after a closing handshake
  • Fixed AttributeError when cancelling a task group's scope inside an async test fixture on asyncio
  • Fixed wait_all_tasks_blocked() raising AttributeError on asyncio if a native task is waiting on an async generator's asend() method

2.0.0

  • General new features:

    • Added support for subprocesses
    • Added support for "blocking portals" which allow running functions in the event loop thread from external threads
    • Added the anyio.aclose_forcefully() function for closing asynchronous resources as quickly as possible
  • General changes/fixes:

    • BACKWARDS INCOMPATIBLE Some functions have been renamed or removed (see further below for socket/fileio API changes):

      • finalize() → (removed; use async_generator.aclosing() instead)
      • receive_signals()open_signal_receiver()
      • run_in_thread()run_sync_in_worker_thread()
      • current_default_thread_limiter()current_default_worker_thread_limiter()
      • ResourceBusyErrorBusyResourceError
    • BACKWARDS INCOMPATIBLE Exception classes were moved to the top level package

    • Dropped support for Python 3.5

    • Bumped minimum versions of trio and curio to v0.16 and v1.4, respectively

    • Changed the repr() of ExceptionGroup to match trio's MultiError

  • Backend specific changes and fixes:

    • asyncio: Added support for ProactorEventLoop. This allows asyncio applications to use AnyIO on Windows even without using AnyIO as the entry point.
    • asyncio: The asyncio backend now uses asyncio.run() behind the scenes which properly

... (truncated)

Commits
  • d684f91 Fixed regular expression making test_exception_group_children fail on py3.7+
  • 8d89958 Fixed test_exception_group_children occasionally failing
  • c57a547 Fixed test_exception_group_host occasionally failing
  • 689492a Fixed one more cancellation-related AttributeError on asyncio
  • c92851a Bumped up the version
  • 002e5e5 Fixed failure in test_wait_all_tasks_blocked_asend()
  • 692d5b0 Fixed AttributeError in wait_all_tasks_blocked()
  • 7b8e3e2 Fixed cancelling a task group's scope inside an async test fixture
  • ee965af Fixed TLSStream.receive() not raising EndOfStream when receiving past EOF
  • e28c3a3 Updated version history for PR #158
  • 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)

@dependabot dependabot bot added the dependencies pull requests that update a dependency file label Oct 10, 2020
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot from #7806 is working, smoke tests passed 👍

@nicoddemus nicoddemus merged commit 3434488 into master Oct 12, 2020
@nicoddemus nicoddemus deleted the dependabot/pip/testing/plugins_integration/anyio-curiotrio--2.0.2 branch October 12, 2020 12:38
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.

2 participants