From 4a5d2b64e2378b84ad2a247fd7d027e46cef27f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:23:26 +0000 Subject: [PATCH] Update masonite-framework requirement from <6,>=5 to >=5.4.1,<6 Updates the requirements on [masonite-framework](https://github.com/masonitedev/masonite) to permit the latest version. - [Release notes](https://github.com/masonitedev/masonite/releases) - [Commits](https://github.com/masonitedev/masonite/compare/v5.0.0...v5.4.1) --- updated-dependencies: - dependency-name: masonite-framework dependency-version: 5.4.1 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 5bd9f87..a428c96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -masonite-framework>=5,<6 +masonite-framework>=5.4.1,<6 masonite-framework-orm>=3,<4 requests>=2.31 python-slugify>=8