From 6788aff388dc40c7973a18bfd8a92c7fa392c724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 04:43:14 +0000 Subject: [PATCH] Update tortoise-orm requirement 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](https://github.com/tortoise/tortoise-orm/compare/0.17.6...0.20.0) --- updated-dependencies: - dependency-name: tortoise-orm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9228755..2cab694 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ fastapi-users >= 9.1.0 -tortoise-orm >= 0.17.6,<0.19.0 +tortoise-orm >= 0.17.6,< 0.21.0