Skip to content

Commit

Permalink
Update flask-sqlalchemy requirement from <3,>=2.4 to >=2.4,<4
Browse files Browse the repository at this point in the history
Updates the requirements on [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) to permit the latest version.
- [Release notes](https://github.com/pallets-eco/flask-sqlalchemy/releases)
- [Changelog](https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst)
- [Commits](pallets-eco/flask-sqlalchemy@2.4.0...3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent cf77b4c commit 1ef15ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"Flask-Mail>=0.9.1,<1",
"Flask-Migrate>=2.5.3,<5", # 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-SQLAlchemy>=2.4,<4",
"Flask-Talisman>=0.8,<2",
"Flask-WTF>=0.14.3,<2",
"WTForms>=2.3.3,<3.2",
Expand Down

0 comments on commit 1ef15ba

Please sign in to comment.