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

Bump flask-limiter from 1.4 to 2.6.0 #172

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 16, 2022

Bumps flask-limiter from 1.4 to 2.6.0.

Release notes

Sourced from flask-limiter's releases.

2.6.0

Feature

  • Expand use of on_breach callback to return a Response object that will be used as the error response on rate limits being exceeded

2.5.1

Compatibility

  • Migrate use of flask._request_ctx_stack to flask.globals.request_ctx to support Flask 2.2+

Chores

  • Expand CI matrix to test against Flask 2.0,2.1 & 2.2
  • Make tests compatible with Flask 2.2.+

2.5.0

Features

  • Ensure multiple extension instances registered on a single application exercise before/after request hooks

Chores

  • Improve documentation

2.4.6

Chore

  • Add python 3.11 to CI matrix

2.4.5.1

Chore

  • Automate github releases

2.4.5

No release notes provided.

2.4.0

Feature

... (truncated)

Changelog

Sourced from flask-limiter's changelog.

v2.6.0

Release Date: 2022-08-11

  • Feature

    • Expand use of on_breach callback to return a Response object that will be used as the error response on rate limits being exceeded

v2.5.1

Release Date: 2022-08-05

  • Compatibility

    • Migrate use of flask._request_ctx_stack to flask.globals.request_ctx to support Flask 2.2+
  • Chores

    • Expand CI matrix to test against Flask 2.0,2.1 & 2.2
    • Make tests compatible with Flask 2.2.+

v2.5.0

Release Date: 2022-07-07

  • Features

    • Ensure multiple extension instances registered on a single application exercise before/after request hooks
  • Chores

    • Improve documentation

v2.4.6

Release Date: 2022-06-06

  • Chore

    • Add python 3.11 to CI matrix

v2.4.5.1

... (truncated)

Commits
  • 99f3c8a Update changelog for 2.6.0
  • 8e8d395 Clarify documentation tip for error handler
  • 07bc320 Update open_collective slug
  • e83cbd8 Add open collective username to FUNDING sources
  • 1bd0388 Improve documentation about logging
  • 43cab08 Add versionadded in docs for on_breach custom responses
  • d5a7e94 Expand definition of on_breach callback
  • 726a6ba Update verb to match implementation for key_func (#349)
  • e8539b1 Update changelog for 2.5.1
  • 4803b5d Replace deprecated _request_ctx_stack with request_ctx
  • 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 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)

@dependabot dependabot bot added dependency Dependency upgrades pip Python dependency changes labels Aug 16, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/flask-limiter-2.6.0 branch from 760a28e to da9c9e8 Compare August 16, 2022 05:13
Bumps [flask-limiter](https://github.com/alisaifee/flask-limiter) from 1.4 to 2.6.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@1.4...2.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/flask-limiter-2.6.0 branch from da9c9e8 to 11ca2bd Compare August 17, 2022 23:18
Copy link
Collaborator

@AetherUnbound AetherUnbound left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog looks fine, they just dropped support for Python<3.7 and Flask<2 (which we're compliant with).

@AetherUnbound AetherUnbound merged commit e4a02ad into main Aug 17, 2022
@AetherUnbound AetherUnbound deleted the dependabot/pip/flask-limiter-2.6.0 branch August 17, 2022 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Dependency upgrades pip Python dependency changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant