Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build(deps): Bump sqlmodel from 0.0.8 to 0.0.14
Browse files Browse the repository at this point in the history
Bumps [sqlmodel](https://github.com/tiangolo/sqlmodel) from 0.0.8 to 0.0.14.
- [Release notes](https://github.com/tiangolo/sqlmodel/releases)
- [Changelog](https://github.com/tiangolo/sqlmodel/blob/main/docs/release-notes.md)
- [Commits](fastapi/sqlmodel@0.0.8...0.0.14)

---
updated-dependencies:
- dependency-name: sqlmodel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 762c187 commit 3d8c1e0
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 77 deletions.
150 changes: 74 additions & 76 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 @@ -17,7 +17,7 @@ keywords = ["backend", "api", "code contribution", "guidelines"]
python = "^3.9"
uvicorn = ">=0.11.1,<1.0.0"
fastapi = ">=0.100.0,<1.0.0"
sqlmodel = "^0.0.8"
sqlmodel = "^0.0.14"
asyncpg = ">=0.25.0,<1.0.0"
bcrypt = "^3.2.0"
passlib = { version = "^1.7.4", extras = ["bcrypt"] }
Expand Down

0 comments on commit 3d8c1e0

Please sign in to comment.