Skip to content

Comments

chore(deps): update requests-ratelimiter requirement from <0.8,>=0.7.0 to >=0.7.0,<0.10#1379

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/requests-ratelimiter-gte-0.7.0-and-lt-0.10
Open

chore(deps): update requests-ratelimiter requirement from <0.8,>=0.7.0 to >=0.7.0,<0.10#1379
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/requests-ratelimiter-gte-0.7.0-and-lt-0.10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

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

Changelog

Sourced from requests-ratelimiter's changelog.

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

0.3.2 (2022-05-09)

  • Default to not using monotonic time if using a persistent backend (SQLite or Redis)

0.3.1 (2022-04-06)

  • Fix 429 response handling: if multiple rate limits are defined, fill bucket according to smallest rate limit
  • Default to not passing bucket_name argument to backend
  • Import main pyrate_limiter classes into top-level package

0.3.0 (2022-04-06)

  • Add handling for 429 responses
  • Add limit_statuses argument to define additional status codes that indicate a rate limit has been exceeded
  • Forward any valid superclass keyword args for LimiterAdapter, or if LimiterMixin is used to create a custom class

... (truncated)

Commits
  • 1ef04af Merge pull request #133 from JWCook/fix-exports
  • 69b9415 Fix re-exported pyrate-limiter imports
  • cbdf7b2 Update changelog
  • 6bb4c1b Merge pull request #131 from JWCook/v4
  • f23dbd3 Remove tests for python<3.10
  • a5c88c8 Remove max_delay (no longer supported upstream)
  • af31f27 Remove python version constraints for doc dependencies
  • ee73589 Merge pull request #126 from JWCook/v4
  • 44a9b73 Fix references to bucket classes
  • 4540ef2 Merge pull request #129 from plenaerts/v4
  • 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.7.0...v0.9.1)

---
updated-dependencies:
- dependency-name: requests-ratelimiter
  dependency-version: 0.9.1
  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 Feb 16, 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.

1 participant