dependabot · GitHub

Updates the requirements on aiolimiter to permit the latest version.

Changelog

Sourced from aiolimiter's changelog.

Aiolimiter 1.1.0 (2023-05-08)

Features

  • Add __slots__ to the AsyncLimiter class, 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.

Commits
  • de9709d Release v1.1.0
  • 70ee10a chore: add poetry.lock to vcs
  • 02aba0b Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 (#116)
  • a1b2ea3 ci: Fix poetry syntax properly 🤦
  • df86335 ci: unbreak ci pipelines, use poetry groups everywhere
  • 3a5c94b ci: clean up and simplify dependabot auto-merge
  • 1dfce27 [pre-commit.ci] pre-commit autoupdate (#115)
  • 12b9103 chore: move dev dependencies to poetry extras
  • 3aa525e ci: use 3.11 in all steps
  • 8243a68 Update 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 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)

Read the original on github.com ↗