From 93d62de9ea5359333eb4ec394c2209aa40de5e07 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Mar 2024 04:25:36 +0000
Subject: [PATCH] Update ormar[sqlite] requirement

Updates the requirements on [ormar[sqlite]](https://github.com/collerek/ormar) to permit the latest version.
- [Release notes](https://github.com/collerek/ormar/releases)
- [Changelog](https://github.com/collerek/ormar/blob/0.20.0/docs/releases.md)
- [Commits](https://github.com/collerek/ormar/compare/0.10.16...0.20.0)

---
updated-dependencies:
- dependency-name: ormar[sqlite]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index e1f0a23..7a573c6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
 fastapi-users >= 6.1.2
-ormar[sqlite] >=0.10.16,<0.11.0
+ormar[sqlite] >=0.10.16,<0.21.0