mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Bump flask-wtf from 1.1.1 to 1.2.1
Bumps [flask-wtf](https://github.com/wtforms/flask-wtf) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/wtforms/flask-wtf/releases) - [Changelog](https://github.com/wtforms/flask-wtf/blob/main/docs/changes.rst) - [Commits](https://github.com/wtforms/flask-wtf/compare/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: flask-wtf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -946,19 +946,19 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flask-wtf"
|
name = "flask-wtf"
|
||||||
version = "1.1.1"
|
version = "1.2.1"
|
||||||
description = "Form rendering, validation, and CSRF protection for Flask with WTForms."
|
description = "Form rendering, validation, and CSRF protection for Flask with WTForms."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "Flask-WTF-1.1.1.tar.gz", hash = "sha256:41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9"},
|
{file = "flask_wtf-1.2.1-py3-none-any.whl", hash = "sha256:fa6793f2fb7e812e0fe9743b282118e581fb1b6c45d414b8af05e659bd653287"},
|
||||||
{file = "Flask_WTF-1.1.1-py3-none-any.whl", hash = "sha256:7887d6f1ebb3e17bf648647422f0944c9a469d0fcf63e3b66fb9a83037e38b2c"},
|
{file = "flask_wtf-1.2.1.tar.gz", hash = "sha256:8bb269eb9bb46b87e7c8233d7e7debdf1f8b74bf90cc1789988c29b37a97b695"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
Flask = "*"
|
flask = "*"
|
||||||
itsdangerous = "*"
|
itsdangerous = "*"
|
||||||
WTForms = "*"
|
wtforms = "*"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
email = ["email-validator"]
|
email = ["email-validator"]
|
||||||
@@ -3504,4 +3504,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "1e529b8c5db1772a22cd19c2438d8aa8ee11ff4b6b74c10850674f5f46e4834e"
|
content-hash = "76dec28e50e44e8fd06d55116388f86b252e779884fe034c50b8c800aaf8bc3d"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ exceptiongroup = "==1.1.3"
|
|||||||
flask = "~=2.3"
|
flask = "~=2.3"
|
||||||
flask-basicauth = "~=0.2"
|
flask-basicauth = "~=0.2"
|
||||||
flask-login = "~=0.6"
|
flask-login = "~=0.6"
|
||||||
flask-wtf = "~=1.1"
|
flask-wtf = "~=1.2"
|
||||||
poetry = "==1.6.1"
|
poetry = "==1.6.1"
|
||||||
govuk-bank-holidays = "==0.13"
|
govuk-bank-holidays = "==0.13"
|
||||||
govuk-frontend-jinja = {git = "https://github.com/alphagov/govuk-frontend-jinja.git", tag = "v0.5.8-alpha"}
|
govuk-frontend-jinja = {git = "https://github.com/alphagov/govuk-frontend-jinja.git", tag = "v0.5.8-alpha"}
|
||||||
|
|||||||
Reference in New Issue
Block a user