fdiff
fdiff copied to clipboard
Bump async-timeout from 3.0.1 to 4.0.2
Bumps async-timeout from 3.0.1 to 4.0.2.
Release notes
Sourced from async-timeout's releases.
v4.0.2
Misc
v4.0.1
Fix regression:
Don't raise TimeoutError from timeout object that doesn't enter into async context manager
Use call_soon() for raising TimeoutError if deadline is reached on entering into async context manager
(#258)
Make
Timeoutclass available in__all__.async-timeout 4.0.0
Changes
Implemented
timeout_at(deadline)(#117)Supported
timeout.deadlineandtimeout.expiredproperties.Drooped
timeout.remainingproperty: it can be calculated astimeout.deadline - loop.time()Dropped
timeout.timeoutproperty that returns a relative timeout based on the timeout object creation time; the absolutetimeout.deadlineshould be used instead.Added the deadline modification methods:
timeout.reject(),timeout.shift(delay),timeout.update(deadline).Deprecated synchronous context manager usage
Changelog
Sourced from async-timeout's changelog.
4.0.2 (2021-12-20)
Misc
[#259](https://github.com/aio-libs/async-timeout/issues/259) <https://github.com/aio-libs/async-timeout/issues/259>,[#274](https://github.com/aio-libs/async-timeout/issues/274) <https://github.com/aio-libs/async-timeout/issues/274>4.0.1 (2121-11-10)
Fix regression:
Don't raise TimeoutError from timeout object that doesn't enter into async context manager
Use call_soon() for raising TimeoutError if deadline is reached on entering into async context manager
(#258)
Make
Timeoutclass available in__all__.4.0.0 (2021-11-01)
Implemented
timeout_at(deadline)(#117)Supported
timeout.deadlineandtimeout.expiredproperties.Dropped
timeout.remainingproperty: it can be calculated astimeout.deadline - loop.time()Dropped
timeout.timeoutproperty that returns a relative timeout based on the timeout object creation time; the absolutetimeout.deadlineshould be used instead.Added the deadline modification methods:
timeout.reject(),timeout.shift(delay),timeout.update(deadline).Deprecated synchronous context manager usage
Commits
5128f7fFix CHANGES18e718aBump to 4.0.248d1c4cSetup towncrier2ede7d7Fix annotations on__exit__and__aexit__(#274)8685c60Bump mypy from 0.910 to 0.920 (#273)f0a0914Bump twine from 3.7.0 to 3.7.1 (#272)e5c8131[pre-commit.ci] pre-commit autoupdate (#271)c7e10dbFix linter configs6af8bf4Bump pre-commit from 2.15 to 2.16.0 (#269)c71bbb5Bump docutils from 0.18 to 0.18.1 (#266)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)