Merge pull request #897 from GSA/dependabot/pip/wtforms-3.1.1

Bump wtforms from 3.0.1 to 3.1.1
This commit is contained in:
Carlo Costino
2023-11-02 12:51:21 -04:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@@ -2898,17 +2898,17 @@ watchdog = ["watchdog (>=2.3)"]
[[package]]
name = "wtforms"
version = "3.0.1"
version = "3.1.1"
description = "Form validation and rendering for Python web development."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "WTForms-3.0.1-py3-none-any.whl", hash = "sha256:837f2f0e0ca79481b92884962b914eba4e72b7a2daaf1f939c890ed0124b834b"},
{file = "WTForms-3.0.1.tar.gz", hash = "sha256:6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc"},
{file = "wtforms-3.1.1-py3-none-any.whl", hash = "sha256:ae7c54b29806c70f7bce8eb9f24afceb10ca5c32af3d9f04f74d2f66ccc5c7e0"},
{file = "wtforms-3.1.1.tar.gz", hash = "sha256:5e51df8af9a60f6beead75efa10975e97768825a82146a65c7cbf5b915990620"},
]
[package.dependencies]
MarkupSafe = "*"
markupsafe = "*"
[package.extras]
email = ["email-validator"]
@@ -2969,4 +2969,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "fc913a00af9cbaf56cfddb23fabf946607492ba258da236b168373aff0d08d26"
content-hash = "b42f473ed4e06fa922b626af2ed9d21490f2ce61c8afe4e3f876d5572cba63b6"

View File

@@ -35,7 +35,7 @@ python-dotenv = "==1.0.0"
pytz = "==2023.3.post1"
rtreelib = "==0.2.0"
werkzeug = "^3.0.1"
wtforms = "~=3.0"
wtforms = "~=3.1"
[tool.poetry.group.dev.dependencies]