Skip to content

Commit

Permalink
Update tortoise-orm requirement from ^0.21.4 to ^0.22.1
Browse files Browse the repository at this point in the history
Updates the requirements on [tortoise-orm](https://github.com/tortoise/tortoise-orm) to permit the latest version.
- [Release notes](https://github.com/tortoise/tortoise-orm/releases)
- [Changelog](https://github.com/tortoise/tortoise-orm/blob/develop/CHANGELOG.rst)
- [Commits](tortoise/tortoise-orm@0.21.4...0.22.1)

---
updated-dependencies:
- dependency-name: tortoise-orm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and b-rowan committed Nov 25, 2024
1 parent 2450c84 commit 31542e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fastapi = "^0.115.4"
python-multipart = "^0.0.17"
jinja2 = "^3.1.4"
itsdangerous = "^2.2.0"
tortoise-orm = "^0.21.4"
tortoise-orm = "^0.22.1"
aerich = "^0.7.2"
websockets = "^14.0"
argon2-cffi = "^23.1.0"
Expand Down

0 comments on commit 31542e4

Please sign in to comment.