diff --git a/poetry.lock b/poetry.lock index c00fd9a28..5d9dad158 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3362,14 +3362,14 @@ files = [ [[package]] name = "wtforms" -version = "3.1.2" +version = "3.2.1" description = "Form validation and rendering for Python web development." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "wtforms-3.1.2-py3-none-any.whl", hash = "sha256:bf831c042829c8cdbad74c27575098d541d039b1faa74c771545ecac916f2c07"}, - {file = "wtforms-3.1.2.tar.gz", hash = "sha256:f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9"}, + {file = "wtforms-3.2.1-py3-none-any.whl", hash = "sha256:583bad77ba1dd7286463f21e11aa3043ca4869d03575921d1a1698d0715e0fd4"}, + {file = "wtforms-3.2.1.tar.gz", hash = "sha256:df3e6b70f3192e92623128123ec8dca3067df9cfadd43d59681e210cfb8d4682"}, ] [package.dependencies] @@ -3397,4 +3397,4 @@ wtforms = ">=3.1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "0c454d16f48131937ddb5679eaaeea398bced1a6b0c61cc40772dc3ccb748100" +content-hash = "bf205c977e17f48208ae75689199cb645b41b1a7c0576ce0b9d3917280b07eed" diff --git a/pyproject.toml b/pyproject.toml index d4c4a48f6..24e81242b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ psycopg2-binary = "2.9.9" python-dateutil = "2.9.0.post0" sqlalchemy = "2.0.32" us = "3.1.1" -wtforms = "3.1.2" +wtforms = "3.2.1" wtforms-sqlalchemy = "0.4.2" [tool.poetry.group.dev.dependencies]