Skip to content

Commit

Permalink
fix(dependencies): update flask-sqlalchemy version from 3.0.5 to 3.1.…
Browse files Browse the repository at this point in the history
…1 to incorporate bug fixes and improvements
  • Loading branch information
marcuxyz committed Nov 23, 2024
1 parent 095ca8b commit 6dfb388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdocs-material = "^9.4.8"
greenlet = "^3.1.1"

[tool.poetry.group.dev.dependencies]
flask-sqlalchemy = "^3.0.5"
flask-sqlalchemy = "3.1.1"
pytest = "^7.4.3"
black = ">=23.3,<25.0"
splinter = {version = "^0.19.0", extras = ["flask"]}
Expand Down

0 comments on commit 6dfb388

Please sign in to comment.