Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 76306aa commit 3803f26
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 @@ -12,7 +12,7 @@ license = "Apache-2.0"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = ">=0.109.1,<1.0.0"
sqlmodel = "^0.0.16"
sqlmodel = "^0.0.22"
pydantic = ">=2.0.0,<3.0.0"
pydantic-settings = ">=2.0.0,<3.0.0"
requests = "^2.32.0"
Expand Down

0 comments on commit 3803f26

Please sign in to comment.