From 6bc910ce774096d77eb5a7ee52dcca62f02c0d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:55:04 +0000 Subject: [PATCH] Update masonite-framework-orm requirement from <4,>=3 to >=3.1.0,<4 Updates the requirements on [masonite-framework-orm](https://github.com/masonitedev/orm) to permit the latest version. - [Release notes](https://github.com/masonitedev/orm/releases) - [Changelog](https://github.com/masonitedev/orm/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/masonitedev/orm/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: masonite-framework-orm dependency-version: 3.1.0 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 d0bf7bc..70b58fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ masonite-framework>=5.4.1,<6 -masonite-framework-orm>=3,<4 +masonite-framework-orm>=3.1.0,<4 requests>=2.34.2 python-slugify>=8