Skip to content

Commit

Permalink
build(deps): bump flask-wtf from 1.1.1 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [flask-wtf](https://github.com/wtforms/flask-wtf) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/wtforms/flask-wtf/releases)
- [Changelog](https://github.com/wtforms/flask-wtf/blob/main/docs/changes.rst)
- [Commits](wtforms/flask-wtf@v1.1.1...v1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent a692c99 commit a17e72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Flask>=1.1,<2
Flask-Login==0.6.1
Flask-WTF==1.1.1
Flask-WTF==1.2.1
itsdangerous

digitalmarketplace-apiclient
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ flask-login==0.6.1
# digitalmarketplace-utils
flask-session==0.3.2
# via digitalmarketplace-utils
flask-wtf==1.1.1
flask-wtf==1.2.1
# via
# -r requirements.in
# digitalmarketplace-utils
Expand Down

0 comments on commit a17e72e

Please sign in to comment.