mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
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:
parent
22ac13a2e3
commit
b89367a3b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue