SpamExperts / pyzor

Pyzor is a Python implementation of a spam-blocking networked system that use spam signatures to identify them.
GNU General Public License v2.0
139 stars 31 forks source link

Bump flask-wtf from 0.14.3 to 0.15.0 #111

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps flask-wtf from 0.14.3 to 0.15.0.

Release notes

Sourced from flask-wtf's releases.

v0.15.0

Changelog

Sourced from flask-wtf's changelog.

Version 0.15.0

Released 2021-05-24

  • Stopped support for python<3.6 ([#416](https://github.com/lepture/flask-wtf/issues/416)_)
  • FileSize validator ([#307](https://github.com/lepture/flask-wtf/issues/307), [#365](https://github.com/lepture/flask-wtf/issues/365))
  • Extra-requirement email-validator installs the email_validator package ([#423](https://github.com/lepture/flask-wtf/issues/423)_)
  • Fixed Flask 2.0 warnings ([#434](https://github.com/lepture/flask-wtf/issues/434)_)
  • Various documentation fixes ([#315](https://github.com/lepture/flask-wtf/issues/315), [#321](https://github.com/lepture/flask-wtf/issues/321), [#335](https://github.com/lepture/flask-wtf/issues/335), [#344](https://github.com/lepture/flask-wtf/issues/344), [#386](https://github.com/lepture/flask-wtf/issues/386), [#400](https://github.com/lepture/flask-wtf/issues/400), [#404](https://github.com/lepture/flask-wtf/issues/404), [#420](https://github.com/lepture/flask-wtf/issues/420), [#437](https://github.com/lepture/flask-wtf/issues/437)_)
  • Various CI fixes ([#405](https://github.com/lepture/flask-wtf/issues/405), [#438](https://github.com/lepture/flask-wtf/issues/438))

.. _#307: lepture/flask-wtf#307 .. _#315: lepture/flask-wtf#315 .. _#321: lepture/flask-wtf#321 .. _#335: lepture/flask-wtf#335 .. _#344: lepture/flask-wtf#344 .. _#365: lepture/flask-wtf#365 .. _#386: lepture/flask-wtf#386 .. _#400: lepture/flask-wtf#400 .. _#404: lepture/flask-wtf#404 .. _#405: lepture/flask-wtf#405 .. _#416: lepture/flask-wtf#416 .. _#420: lepture/flask-wtf#420 .. _#423: lepture/flask-wtf#423 .. _#434: lepture/flask-wtf#434 .. _#437: lepture/flask-wtf#437 .. _#438: lepture/flask-wtf#438

Commits


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[bot] commented 3 years ago

Superseded by #112.