Skip to content

Commit

Permalink
Bump flask-sqlalchemy from 3.0.5 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) from 3.0.5 to 3.1.1.
- [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.5...3.1.1)

---
updated-dependencies:
- dependency-name: flask-sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent a4e457a commit 86e94ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions 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 @@ -40,7 +40,7 @@ python = ">=3.8,<3.12"

flask = "^2.2.5"
flask-oidc = "^1.4.0"
Flask-SQLAlchemy = "^3.0.3"
Flask-SQLAlchemy = "^3.1.1"
Flask-Cors = "^4.0.0"
Flask-Migrate = "^4.0.4"
itsdangerous = {version = "==2.0.1", optional = true}
Expand Down

0 comments on commit 86e94ca

Please sign in to comment.