Skip to content

Update requests-ratelimiter requirement from <0.9,>=0.6 to >=0.6,<0.11#226

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/requests-ratelimiter-gte-0.6-and-lt-0.11
Open

Update requests-ratelimiter requirement from <0.9,>=0.6 to >=0.6,<0.11#226
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/requests-ratelimiter-gte-0.6-and-lt-0.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Updates the requirements on requests-ratelimiter to permit the latest version.

Changelog

Sourced from requests-ratelimiter's changelog.

0.10.0 (2026-04-22)

  • Add max_delay parameter compatible with pyrate-limiter v4 (previously removed in 0.9)
  • Fix per-host rate-limiting for Redis and Postgres backends
  • If both per_host=True and a bucket_name is specified, use bucket_name as a bucket prefix
  • Add warning if a custom Limiter object is passed with per_host=True and no HostBucketFactory

0.9.3 (2026-04-02)

  • Fix bucket initialization for RedisBucket and PostgresBucket
  • Use built-in support for pickling Limiter from pyrate-limiter 4.1.0

0.9.2 (2026-02-27)

  • Stop leaker thread when session closes
  • Add tests for python 3.15

0.9.1 (2026-02-12)

  • Fix re-exported pyrate-limiter imports

0.9.0 (2026-02-09)

  • Migrate to pyrate-limiter v4
  • ⚠️ If you are using pyrate-limiter features directly (via Limiter class or custom bucket classes), see its release notes for info on breaking changes.
  • ⚠️ Drop support for python 3.8 and 3.9 (required upstream)
  • ⚠️ Remove max_delay

0.8.0 (2026-01-03)

  • ⚠️ Drop support for python 3.7
  • Add tests for python 3.13 and 3.14
  • Convert packaging and project config to uv. This only affects development tasks, and does not library usage.

0.7.0 (2024-07-02)

  • Add pickling support for LimiterSession

0.6.0 (2024-02-29)

  • Add bucket param to specify bucket name when not using per-host rate limiting

0.5.1 (2023-01-29)

  • Fix simplifying fractional rate below specified interval

0.5.0 (2023-01-29)

  • Add support for floating point values for rate limits

0.4.2 (2023-09-27)

  • Update conda-forge package to restrict pyrate-limiter to <3.0

0.4.1 (2023-07-24)

  • Add support for python 3.12

0.4.0 (2022-09-27)

  • Drop support for python 3.6
  • Add support for python 3.11
  • Remove upper version constraint for requests

... (truncated)

Commits
  • ddcd53e Update changelog
  • 9319507 Update actions
  • bd83162 Make sure _custom_limiter gets included when pickling
  • 5eb5750 Merge pull request #151 from JWCook/max-delay
  • 56e06ea Add max_delay parameter again
  • 0bef723 Merge pull request #148 from JWCook/per-host-buckets
  • af6a29e Add warning if a custom Limiter object is passed with per_host=True and no Ho...
  • 3ebae0e Fix per-host rate-limiting for Redis and Postgres backends
  • faacfff Add some missing test coverage
  • 0d98219 Update changelog
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [requests-ratelimiter](https://github.com/JWCook/requests-ratelimiter) to permit the latest version.
- [Release notes](https://github.com/JWCook/requests-ratelimiter/releases)
- [Changelog](https://github.com/JWCook/requests-ratelimiter/blob/main/HISTORY.md)
- [Commits](JWCook/requests-ratelimiter@v0.6.0...v0.10.0)

---
updated-dependencies:
- dependency-name: requests-ratelimiter
  dependency-version: 0.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants