hasadna / knesset-data-pipelines

Main repository for Open Knesset project - contains the knesset data scrapers and processing pipelines
https://oknesset.org/
MIT License
13 stars 26 forks source link

Update flask-wtf to 1.2.1 #298

Closed pyup-bot closed 8 months ago

pyup-bot commented 9 months ago

This PR updates flask-wtf from 1.1.1 to 1.2.1.

Changelog ### 1.2.1 ``` - Fix a bug introduced with 556 where file validators were editing the file fields content. 578 ``` ### 1.2.0 ``` - Add field ``MultipleFileField``. ``FileRequired``, ``FileAllowed``, ``FileSize`` now can be used to validate multiple files 556 338 ``` ### 1.1.2 ``` - Fixed Flask 2.3 deprecations of ``werkzeug.urls.url_encode`` and ``flask.Markup`` 565 561 - Stop support for python 3.7 574 - Use `pyproject.toml` instead of `setup.cfg` 576 - Fixed nested blueprint CSRF exemption 572 ```
Links - PyPI: https://pypi.org/project/flask-wtf - Changelog: https://data.safetycli.com/changelogs/flask-wtf/ - Docs: https://pythonhosted.org/Flask-WTF/