Skip to content

Commit be5a666

Browse files
Update flask-sqlalchemy requirement from ~=2.3.2 to ~=2.4.4 (#223)
Updates the requirements on [flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy) to permit the latest version. - [Release notes](https://github.com/pallets/flask-sqlalchemy/releases) - [Changelog](https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst) - [Commits](pallets-eco/flask-sqlalchemy@2.3.2...2.4.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6765ba5 commit be5a666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask~=1.1.2
22
Flask-pyoidc~=2.2.0
33
Flask-Mail~=0.9.1
44
Flask-Gzip~=0.2
5-
flask_sqlalchemy~=2.3.2
5+
flask_sqlalchemy~=2.4.4
66
psycopg2-binary~=2.8.6
77
Flask-Migrate~=2.2.1
88
pylint~=2.6.0

0 commit comments

Comments
 (0)