Skip to content

Commit 6c03397

Browse files
committed
fix: minimum wtforms dependency
1 parent 1e9c77a commit 6c03397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ include = ["canaille/translations/*/LC_MESSAGES/*.mo"]
4040
python = "^3.8"
4141
flask = ">=2.2.2 <2.3"
4242
flask-wtf = "^1.1.1"
43-
wtforms = "^3.0.1"
43+
wtforms = "^3.1.1"
4444
werkzeug = ">=2.2.2 <2.3"
4545

4646
# extra : front

0 commit comments

Comments
 (0)