Skip to content

Commit

Permalink
Python dependency: Update flask-sqlalchemy requirement
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@3.0.0a1...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 Oct 5, 2023
1 parent 078a959 commit 59efef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Flask-Login==0.*
Flask-Mail==0.*
Flask-Migrate==4.*
greenlet==1.1.2; python_version <= '3.10'
Flask-SQLAlchemy==3.0.*
Flask-SQLAlchemy==3.1.*
Flask-WTF==1.1.1
Flask-Compress==1.*
Flask-Paranoid==0.*
Expand Down

0 comments on commit 59efef5

Please sign in to comment.