Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps flask-limiter from 3.13 to 4.0.0.

Release notes

Sourced from flask-limiter's releases.

4.0.0

Feature

  • Expose flask_limiter.Limit, flask_limiter.RouteLimit, flask_limiter.ApplicationLimit & flask_limiter.MetaLimit limit description classes that can be used to pass in default, application & meta limits to the Limiter extension. This allows for a more fine grained control for end users while also simplifying the internal implementation of different types of limits.

Compatibility

  • Prefix all internal sub modules with underscore. All imports should be from the root flask_limiter namespace only.

Development

  • Migrate all project metadata to pyproject
  • Remove versioneer
  • Use uv for development
  • Use hatch for build
Changelog

Sourced from flask-limiter's changelog.

v4.0.0

Release Date: 2025-09-30

  • Feature

    • Expose flask_limiter.Limit, flask_limiter.RouteLimit, flask_limiter.ApplicationLimit & flask_limiter.MetaLimit limit description classes that can be used to pass in default, application & meta limits to the Limiter extension. This allows for a more fine grained control for end users while also simplifying the internal implementation of different types of limits.
  • Compatibility

    • Prefix all internal sub modules with underscore. All imports should be from the root flask_limiter namespace only.
  • Development

    • Migrate all project metadata to pyproject
    • Remove versioneer
    • Use uv for development
    • Use hatch for build
Commits
  • 3d4f23a Update changelog for 4.0.0
  • ecf2fed Remove unused .gitmodules
  • 7f67974 Remove unused gitattributes
  • 1d2b4ee Fix readthedocs build config
  • b20eeef Remove unused requirements.txt files
  • 92b25c0 Merge pull request #481 from alisaifee/dependabot/uv/asgiref-3.9.2
  • bac3a06 Merge pull request #483 from alisaifee/dependabot/uv/flask-restx-1.3.2
  • 2bc8693 Merge pull request #482 from alisaifee/dependabot/uv/mypy-1.18.2
  • ccacc57 Merge pull request #485 from alisaifee/dependabot/uv/furo-2025.9.25
  • c9740a2 Merge pull request #486 from alisaifee/dependabot/uv/ruff-0.13.2
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [flask-limiter](https://github.com/alisaifee/flask-limiter) from 3.13 to 4.0.0.
- [Release notes](https://github.com/alisaifee/flask-limiter/releases)
- [Changelog](https://github.com/alisaifee/flask-limiter/blob/master/HISTORY.rst)
- [Commits](alisaifee/flask-limiter@3.13...4.0.0)

---
updated-dependencies:
- dependency-name: flask-limiter
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 6, 2025
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