From 7820abd9124777e1109d3e8bc44622e91d92ec14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:33:51 +0000 Subject: [PATCH] build(deps): bump flask-wtf from 1.2.2 to 1.3.0 Bumps [flask-wtf](https://github.com/pallets-eco/flask-wtf) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/pallets-eco/flask-wtf/releases) - [Changelog](https://github.com/pallets-eco/flask-wtf/blob/main/docs/changes.rst) - [Commits](https://github.com/pallets-eco/flask-wtf/compare/v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: flask-wtf dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 58761f7..2ed926e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "attrs" @@ -422,15 +422,15 @@ visitor = "*" [[package]] name = "flask-wtf" -version = "1.2.2" +version = "1.3.0" description = "Form rendering, validation, and CSRF protection for Flask with WTForms." optional = true -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] markers = "extra == \"webui\"" files = [ - {file = "flask_wtf-1.2.2-py3-none-any.whl", hash = "sha256:e93160c5c5b6b571cf99300b6e01b72f9a101027cab1579901f8b10c5daf0b70"}, - {file = "flask_wtf-1.2.2.tar.gz", hash = "sha256:79d2ee1e436cf570bccb7d916533fa18757a2f18c290accffab1b9a0b684666b"}, + {file = "flask_wtf-1.3.0-py3-none-any.whl", hash = "sha256:dc5e3a4ce97f75c47bf6c1c72ad2c3b7bdf579a2ed13aebcc5d3d81fe2571160"}, + {file = "flask_wtf-1.3.0.tar.gz", hash = "sha256:61d5dabc50c3df885c297dcbd80810443a5d632106c8a69cab8ce740f0cdd7cc"}, ] [package.dependencies] @@ -515,7 +515,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rpds-py = ">=0.25.0" @@ -1244,4 +1244,4 @@ webui = ["Flask", "Flask-Bootstrap", "Flask-WTF", "flask-nav"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "a0591be15ac63ed0554b87823e174bedb72015acb7be26006fceca8360c46997" +content-hash = "8df2e5d8ec3ddff045323090be0d39e15b1f1542a97ca88cf303d10f41d2bd88" diff --git a/pyproject.toml b/pyproject.toml index d40158b..6b27602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ include = [ pytaxonomies = 'pytaxonomies.script:main' [project.optional-dependencies] -webui = ["flask-nav (>=0.6)", "Flask (>=3.1.3)", "Flask-Bootstrap (>=3.3.7.1)", "Flask-WTF (>=1.2.2)"] +webui = ["flask-nav (>=0.6)", "Flask (>=3.1.3)", "Flask-Bootstrap (>=3.3.7.1)", "Flask-WTF (>=1.3.0)"] remote = ["requests (>=2.33.1)"] [tool.poetry.group.dev.dependencies]