Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps flask-limiter from 1.4 to 3.3.1.

Release notes

Sourced from flask-limiter's releases.

3.3.1

Chores

  • Improve default limits documentation
  • Update documentation dependencies
  • Fix typing compatibility errors in headers

3.3.0

Bug Fix

  • Ensure per route limits are preferred (over application limits) when populating rate limiting headers in the case where no rate limit has been breached in the request.

v3.3.0

v3.3.0

3.2.0

Feature

  • Allow configuring request identity

Chores

  • Improve linting with ruff
  • Update development dependencies

v3.2.0

v3.2.0

3.1.0

Feature

  • Skip logging an error if a decorated limit uses a callable to return the "current" rate limit and returns an empty string. Treat this is a signal that the rate limit should be skipped for this request.

... (truncated)

Changelog

Sourced from flask-limiter's changelog.

v3.3.1

Release Date: 2023-05-03

  • Chores

    • Improve default limits documentation
    • Update documentation dependencies
    • Fix typing compatibility errors in headers

v3.3.0

Release Date: 2023-02-26

  • Bug Fix

    • Ensure per route limits are preferred (over application limits) when populating rate limiting headers in the case where no rate limit has been breached in the request.

v3.2.0

Release Date: 2023-02-15

  • Feature

    • Allow configuring request identity
  • Chores

    • Improve linting with ruff
    • Update development dependencies

v3.1.0

Release Date: 2022-12-29

  • Feature

    • Skip logging an error if a decorated limit uses a callable to return the "current" rate limit and returns an empty string. Treat this is a signal that the rate limit should be skipped for this request.

v3.0.0

Release Date: 2022-12-28

  • Breaking changes

... (truncated)

Commits
  • b2f27ce Update changelog for 3.3.1
  • 83035d6 Add Flask to classifiers
  • 201d076 Update sphinx requirement from <7,>4 to >4,<8 (#402)
  • edabb3d Fix typing errors in header construction
  • 07a3954 Fix exception string
  • d471c53 Add bug/feature request template
  • a7323dd Bump sphinx-inline-tabs from 2022.1.2b11 to 2023.4.21 (#400)
  • 0de7e29 Bump sphinx-copybutton from 0.5.1 to 0.5.2 (#399)
  • 96d295a Bump sphinxext-opengraph from 0.8.1 to 0.8.2 (#397)
  • f882f59 Bump furo from 2023.3.23 to 2023.3.27 (#395)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

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 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 23, 2023

Superseded by #1102.

@dependabot dependabot bot closed this Aug 23, 2023
@dependabot dependabot bot deleted the dependabot/pip/flask-limiter-3.3.1 branch August 23, 2023 11:21
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