Skip to content

Commit

Permalink
chore(deps): Update tortoise-orm requirement
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.19.1...0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent f7a6d0b commit 942b4cf
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 @@ -28,7 +28,7 @@ dependencies = [
"google-auth-httplib2~=0.2.0",
"requests-oauthlib~=2.0.0",
"pyotp~=2.9.0",
"tortoise-orm>=0.19.1,<0.21.0",
"tortoise-orm>=0.19.1,<0.24.0",
"aiosqlite~=0.17.0",
"cryptography~=43.0.1",
"sentry-sdk~=2.17.0",
Expand Down

0 comments on commit 942b4cf

Please sign in to comment.