Updates the requirements on aiolimiter to permit the latest version.
ChangelogSourced from aiolimiter's changelog.
CommitsAiolimiter 1.1.0 (2023-05-08)
Features
- Add
__slots__to theAsyncLimiterclass, reducing memory requirements. (#85)Deprecations and Removals
- Dropped support for Python 3.6 (#62)
Misc
Aiolimiter 1.0.0 (2021-10-15)
Bugfixes
- Avoid warnings on Python 3.8 and up by not passing in the loop to
asyncio.wait_for(). (#46)Aiolimiter 1.0.0b1 (2019-12-01)
Improved Documentation
- Corrected build process to ensure CHANGELOG.md is updated on release. (#4)
Aiolimiter 1.0.0b0 (2019-11-30)
No significant changes.
de9709dRelease v1.1.070ee10achore: add poetry.lock to vcs02aba0bBump dependabot/fetch-metadata from 1.3.6 to 1.4.0 (#116)a1b2ea3ci: Fix poetry syntax properly 🤦df86335ci: unbreak ci pipelines, use poetry groups everywhere3a5c94bci: clean up and simplify dependabot auto-merge1dfce27[pre-commit.ci] pre-commit autoupdate (#115)12b9103chore: move dev dependencies to poetry extras3aa525eci: use 3.11 in all steps8243a68Update pytest-asyncio requirement from ^0.20.1 to ^0.21.0 (#114)- 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)