Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flask-limiter requirement from <3,>=2.6 to >=2.6,<4 #1119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2022

Updates the requirements on flask-limiter to permit the latest version.

Release notes

Sourced from flask-limiter's releases.

3.0.0

Breaking changes

  • Change order of extension constructor arguments to only require key_func as the first positional argument and all other arguments as keyword arguments.
  • Separate positional/keyword arguments in limit/shared_limit decorators
  • Remove deprecated config variable RATELIMIT_STORAGE_URL
  • Remove legacy backward compatibility path for flask < 2

Features

  • Allow scoping regular limit decorators / context managers
Changelog

Sourced from flask-limiter's changelog.

v3.0.0

Release Date: 2022-12-28

  • Breaking changes

    • Change order of extension constructor arguments to only require key_func as the first positional argument and all other arguments as keyword arguments.
    • Separate positional/keyword arguments in limit/shared_limit decorators
    • Remove deprecated config variable RATELIMIT_STORAGE_URL
    • Remove legacy backward compatibility path for flask < 2
  • Features

    • Allow scoping regular limit decorators / context managers

v3.0.0b2

Release Date: 2022-12-28

  • Breaking changes

    • Remove deprecated config variable RATELIMIT_STORAGE_URL
    • Remove legacy backward compatibility path for flask < 2
    • Enforce key_func as a required argument
  • Chores

    • Simplify registration of decorated function & blueprint limits

v3.0.0b1

Release Date: 2022-12-26

  • Breaking changes

    • Change order of extension constructor arguments to only require key_func as the first positional argument and all other arguments as keyword arguments.
    • Separate positional/keyword arguments in limit/shared_limit decorators
  • Features

    • Allow scoping regular limit decorators / context managers

v2.9.2

Release Date: 2022-12-26

... (truncated)

Commits
  • 9bc1518 Update changelog for 3.0.0
  • cd6bb84 Change tag line
  • 7e06582 Remove unecessary api documentation
  • 41c19b0 Update changelog for 3.0.0b2
  • e275b56 Simplify limit management for blueprints
  • d52d662 Simplify limit management for decorated functions
  • 2677705 Fix linting errors in tests
  • b84e1ab Add test case demonstrating use of scope in limit decorator
  • f22dfbd Ensure scoping works with context manager
  • 1870a8d Fix use of scope in non shared limit decorators
  • Additional commits viewable in compare view

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.

Updates the requirements on [flask-limiter](https://github.com/alisaifee/flask-limiter) to permit the latest version.
- [Release notes](https://github.com/alisaifee/flask-limiter/releases)
- [Changelog](https://github.com/alisaifee/flask-limiter/blob/master/HISTORY.rst)
- [Commits](alisaifee/flask-limiter@2.6.0...3.0.0)

---
updated-dependencies:
- dependency-name: flask-limiter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 29, 2022
@Glandos
Copy link
Member

Glandos commented Jan 28, 2023

@dependabot rebase

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant