Skip to content

Commit dbd34d2

Browse files
Bump tortoise-orm from 0.24.2 to 0.25.0
Bumps [tortoise-orm](https://github.com/tortoise/tortoise-orm) from 0.24.2 to 0.25.0. - [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.24.2...0.25.0) --- updated-dependencies: - dependency-name: tortoise-orm dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a260bad commit dbd34d2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [ "Development Status :: 4 - Beta", "Framework :: AsyncIO", "Inten
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.10"
20-
tortoise-orm = ">=0.19.2,<0.25.0"
20+
tortoise-orm = ">=0.19.2,<0.26.0"
2121

2222
[tool.poetry.dev-dependencies]
2323
pytest = "^8.3.5"

0 commit comments

Comments
 (0)