Skip to content

Commit e904af3

Browse files
fix(deps): update dependency flask-sqlalchemy to ~=3.1.1 (#493)
* fix(deps): update dependency flask-sqlalchemy to ~=3.1.1 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --------- Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: Amit Upadhye <[email protected]>
1 parent cd9398b commit e904af3

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

poetry.lock

Lines changed: 7 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.11"
1010
Flask = "~=3.0.3"
1111
gunicorn = "~=22.0.0"
1212
flask-restful = "~=0.3.8"
13-
Flask-SQLAlchemy = "~=3.0.3"
13+
Flask-SQLAlchemy = "~=3.1.1"
1414
sqlalchemy = "~=2.0"
1515
psycopg2 = "^2.9.9"
1616
flask-migrate = "~=4.0.4"

0 commit comments

Comments
 (0)