mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Merge pull request #839 from GSA/dependabot/pip/flask-wtf-1.2.1
Bump flask-wtf from 1.1.1 to 1.2.1
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -946,19 +946,19 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "flask-wtf"
|
||||
version = "1.1.1"
|
||||
version = "1.2.1"
|
||||
description = "Form rendering, validation, and CSRF protection for Flask with WTForms."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "Flask-WTF-1.1.1.tar.gz", hash = "sha256:41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9"},
|
||||
{file = "Flask_WTF-1.1.1-py3-none-any.whl", hash = "sha256:7887d6f1ebb3e17bf648647422f0944c9a469d0fcf63e3b66fb9a83037e38b2c"},
|
||||
{file = "flask_wtf-1.2.1-py3-none-any.whl", hash = "sha256:fa6793f2fb7e812e0fe9743b282118e581fb1b6c45d414b8af05e659bd653287"},
|
||||
{file = "flask_wtf-1.2.1.tar.gz", hash = "sha256:8bb269eb9bb46b87e7c8233d7e7debdf1f8b74bf90cc1789988c29b37a97b695"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
Flask = "*"
|
||||
flask = "*"
|
||||
itsdangerous = "*"
|
||||
WTForms = "*"
|
||||
wtforms = "*"
|
||||
|
||||
[package.extras]
|
||||
email = ["email-validator"]
|
||||
@@ -3504,4 +3504,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "1e529b8c5db1772a22cd19c2438d8aa8ee11ff4b6b74c10850674f5f46e4834e"
|
||||
content-hash = "76dec28e50e44e8fd06d55116388f86b252e779884fe034c50b8c800aaf8bc3d"
|
||||
|
||||
@@ -14,7 +14,7 @@ exceptiongroup = "==1.1.3"
|
||||
flask = "~=2.3"
|
||||
flask-basicauth = "~=0.2"
|
||||
flask-login = "~=0.6"
|
||||
flask-wtf = "~=1.1"
|
||||
flask-wtf = "~=1.2"
|
||||
poetry = "==1.6.1"
|
||||
govuk-bank-holidays = "==0.13"
|
||||
govuk-frontend-jinja = {git = "https://github.com/alphagov/govuk-frontend-jinja.git", tag = "v0.5.8-alpha"}
|
||||
|
||||
Reference in New Issue
Block a user