Update flask-talisman requirement from <1,>=0.8 to >=0.8,<2

Updates the requirements on [flask-talisman](https://github.com/wntrblm/flask-talisman) to permit the latest version.
- [Release notes](https://github.com/wntrblm/flask-talisman/releases)
- [Commits](https://github.com/wntrblm/flask-talisman/compare/v0.8.0...v1.0.0)

---
updated-dependencies:
- dependency-name: flask-talisman
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-18 04:00:42 +00:00 committed by Glandos
parent 22ac13a2e3
commit b89367a3b1

View file

@ -33,7 +33,7 @@ install_requires =
Flask-Migrate>=2.5.3,<4 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b)
Flask-RESTful>=0.3.9,<1
Flask-SQLAlchemy>=2.4,<3
Flask-Talisman>=0.8,<1
Flask-Talisman>=0.8,<2
Flask-WTF>=0.14.3,<2
WTForms>=2.3.1,<3.1
Flask>=2,<3