Bump wtforms from 3.0.1 to 3.1.1

Bumps [wtforms](https://github.com/wtforms/wtforms) from 3.0.1 to 3.1.1.
- [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.0.1...3.1.1)

---
updated-dependencies:
- dependency-name: wtforms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-02 16:31:49 +00:00
committed by GitHub
parent 35e200b328
commit 1a00eeaed6
2 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ python-dotenv = "==1.0.0"
pytz = "==2023.3.post1"
rtreelib = "==0.2.0"
werkzeug = "^3.0.1"
wtforms = "~=3.0"
wtforms = "~=3.1"
[tool.poetry.group.dev.dependencies]