Kludex / starlette-testclient

A backport of Starlette's TestClient using requests! ⏪️
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

Bump trio from 0.21.0 to 0.22.2 #4

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps trio from 0.21.0 to 0.22.2.

Release notes

Sourced from trio's releases.

0.22.2

Full Changelog: https://github.com/python-trio/trio/compare/v0.22.1...v0.22.2

Bugfixes

Commits
  • 8741c58 Release 0.22.2
  • 1687f5d fix PermissionError due to accessing pthreads upon importing trio (#2693)
  • 6d71047 Make type completeness results consistent for different platforms (#2691)
  • ed975f8 Merge pull request #2692 from jakkdl/fix_git_blame_ignore_revs
  • 02e91c2 changed commit ref in .git-blame-ignore-revs as it got changed when rebased o...
  • 755f520 add isort commit to .git-blame-ignore-revs
  • 933f77b run isort on all files
  • 54e7be8 add isort
  • 042f035 don't open git diff in pager, mypy export tests now error on any mypy output ...
  • 4816f0e Type completeness improvement (timeouts, CancelScope, and more) (#2671)
  • 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)