From b48e8848c6bd311ce7ac66f3262c0bb473ba0574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 02:49:34 +0000 Subject: [PATCH] Bump wtforms from 3.1.1 to 3.1.2 Bumps [wtforms](https://github.com/wtforms/wtforms) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/wtforms/wtforms/releases) - [Changelog](https://github.com/wtforms/wtforms/blob/master/CHANGES.rst) - [Commits](https://github.com/wtforms/wtforms/compare/3.1.1...3.1.2) --- updated-dependencies: - dependency-name: wtforms dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e4af55c04..492322551 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 = "2fdd60d7bee7aa72191d298834f9110ab773d6731ce0c21e8c0f027df89ef765" +content-hash = "53cf4fc1392db8efb08e31038ad95968d5bb84765efa6609e47ef87d12d7aa62" diff --git a/pyproject.toml b/pyproject.toml index 13cdc3c4d..7b832b846 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]