Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2023

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)

@dependabot dependabot bot added ⚙️ dependencies affected functionality: dependencies 🔗 python related technology: python labels May 12, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hey! Looks like you edited the (optional) requirements or the pre-commit hooks. I'm just a friendly reminder to keep the additional dependencies for the hooks in sync with the requirements :)

Updates the requirements on [aiolimiter](https://github.com/mjpieters/aiolimiter) to permit the latest version.
- [Release notes](https://github.com/mjpieters/aiolimiter/releases)
- [Changelog](https://github.com/mjpieters/aiolimiter/blob/master/CHANGELOG.md)
- [Commits](mjpieters/aiolimiter@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: aiolimiter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/aiolimiter-approx-eq-1.1.0 branch from a4e94a1 to 51e8208 Compare May 15, 2023 16:21
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Hey! Looks like you edited README.rst or README_RAW.rst. I'm just a friendly reminder to apply relevant changes to both of those files :)

@Bibo-Joshi Bibo-Joshi merged commit 57c780c into master May 18, 2023
@Bibo-Joshi Bibo-Joshi deleted the dependabot/pip/aiolimiter-approx-eq-1.1.0 branch May 18, 2023 05:59
@github-actions github-actions bot locked and limited conversation to collaborators May 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

⚙️ dependencies affected functionality: dependencies 🔗 python related technology: python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants