diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-06 13:14:15 +0000 |
|---|---|---|
| committer | Glandos <bugs-github@antipoul.fr> | 2021-06-06 15:26:01 +0200 |
| commit | 3894f1568ad25488d3ebed83b26daa9da027eed1 (patch) | |
| tree | ec1b31a2e8009de502a2a8ed898175db849c20d7 /setup.cfg | |
| parent | 74e222f1a1cbfc2fac102fefc1115e9d0a6586dc (diff) | |
| download | ihatemoney-mirror-3894f1568ad25488d3ebed83b26daa9da027eed1.zip ihatemoney-mirror-3894f1568ad25488d3ebed83b26daa9da027eed1.tar.gz ihatemoney-mirror-3894f1568ad25488d3ebed83b26daa9da027eed1.tar.bz2 | |
Update flask-migrate requirement from <3,>=2.5.3 to >=2.5.3,<4
Updates the requirements on [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) to permit the latest version.
- [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases)
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md)
- [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v2.5.3...v3.0.1)
---
updated-dependencies:
- dependency-name: flask-migrate
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ install_requires = Flask-Babel>=1,<3 Flask-Cors~=3.0 Flask-Mail~=0.9 - Flask-Migrate>=2.5.3,<3 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b) + Flask-Migrate>=2.5.3,<4 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b) Flask-RESTful~=0.3 Flask-SQLAlchemy~=2.4 Flask-WTF~=0.14,>=0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f |
