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-security-too from 5.1.2 to 5.2.0 #356

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps flask-security-too from 5.1.2 to 5.2.0.

Release notes

Sourced from flask-security-too's releases.

Release 5.2.0

Small updates to work with latest Flask/Werkzeug.

Drop support for Python 3.7 Drop support for older versions of dependent packages (such as Flask).

Changelog

Sourced from flask-security-too's changelog.

Version 5.2.0

Released May 6, 2023

Note: Due to rapid deprecation and removal of APIs from the Pallets team, maintaining the testing of back versions of various packages is taking too much time and effort. In this release only current versions of the various dependent packages are being tested.

Fixes +++++

  • (:issue:764) Remove old Werkzeug compatibility check.
  • (:issue:777) Compatibility with Quart.
  • (:pr:780) Remove dependence on pkg_resources / setuptools (use importlib_resources package)
  • (:pr:792) Fix tests to work with latest Werkzeug/Flask. Update requirements_low to match current releases.
  • (:pr:792) Drop support for Python 3.7

Known Issues ++++++++++++

  • Flask-mongoengine hasn't released in a while and currently will not work with latest Flask and Flask-Security-Too (this is due to the JSONEncoder being deprecated and removed).

Backwards Compatibility Concerns +++++++++++++++++++++++++++++++++

  • The removal of pkg_resources required changing the config variable :py:data:SECURITY_I18N_DIRNAME. If your application modified or extended this configuration variable, a small change will be required.
Commits
  • 0bf563f Final 5.2 prep. (#795)
  • 592b6ef Getting ready for 5.2 (#793)
  • 0ba3f2d Update pallets-sphinx-themes requirement in /requirements (#787)
  • 0bd292e Update sphinx requirement from ~=6.2 to ~=7.0 in /requirements (#788)
  • 1c009b5 Update tests to work with latest Flask and Werkzeug (#792)
  • 667c655 Update tests to work with latest Flask and Werkzeug
  • b5977a6 Update sphinx requirement from ~=6.1 to ~=6.2 in /requirements (#784)
  • 4f5eefd Remove dependence on pkg_resources (replace with importlib_resources). (#780)
  • See full diff 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)

Bumps [flask-security-too](https://github.com/Flask-Middleware/flask-security) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/Flask-Middleware/flask-security/releases)
- [Changelog](https://github.com/Flask-Middleware/flask-security/blob/master/CHANGES.rst)
- [Commits](Flask-Middleware/flask-security@5.1.2...5.2.0)

---
updated-dependencies:
- dependency-name: flask-security-too
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot bot commented on behalf of github Jul 27, 2023

Superseded by #371.

@dependabot dependabot bot closed this Jul 27, 2023
@dependabot dependabot bot deleted the dependabot/pip/flask-security-too-5.2.0 branch July 27, 2023 19:22
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