diff --git a/poetry.lock b/poetry.lock index 14448fc3d..23f79afd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3231,13 +3231,13 @@ h11 = ">=0.9.0,<1" [[package]] name = "wtforms" -version = "3.1.1" +version = "3.1.2" description = "Form validation and rendering for Python web development." optional = false python-versions = ">=3.8" files = [ - {file = "wtforms-3.1.1-py3-none-any.whl", hash = "sha256:ae7c54b29806c70f7bce8eb9f24afceb10ca5c32af3d9f04f74d2f66ccc5c7e0"}, - {file = "wtforms-3.1.1.tar.gz", hash = "sha256:5e51df8af9a60f6beead75efa10975e97768825a82146a65c7cbf5b915990620"}, + {file = "wtforms-3.1.2-py3-none-any.whl", hash = "sha256:bf831c042829c8cdbad74c27575098d541d039b1faa74c771545ecac916f2c07"}, + {file = "wtforms-3.1.2.tar.gz", hash = "sha256:f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9"}, ] [package.dependencies] @@ -3264,4 +3264,4 @@ WTForms = ">=1.0.5" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "35359573790e21bc688da497df04c9ab4c722cb2e98be8c8a2b1e6d0ce581514" +content-hash = "f906cb41d520d593068a050666d657bdd397e28f7ffe09ea284963ed8694871f" diff --git a/pyproject.toml b/pyproject.toml index 7ca60d4d7..7ebc790cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ psycopg2-binary = "2.9.9" python-dateutil = "2.9.0" sqlalchemy = "2.0.23" us = "3.1.1" -wtforms = "3.1.1" +wtforms = "3.1.2" wtforms-sqlalchemy = "0.3" [tool.poetry.group.dev.dependencies]