Skip to content

Update masonite-framework requirement from <6,>=5 to >=5.4.1,<6#59

Merged
eaguad1337 merged 1 commit into
developfrom
dependabot/pip/masonite-framework-gte-5.4.1-and-lt-6
Jun 7, 2026
Merged

Update masonite-framework requirement from <6,>=5 to >=5.4.1,<6#59
eaguad1337 merged 1 commit into
developfrom
dependabot/pip/masonite-framework-gte-5.4.1-and-lt-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on masonite-framework to permit the latest version.

Release notes

Sourced from masonite-framework's releases.

v5.4.1

Bug fixes

Package providers resolve their root through the import system. PackageProvider.root() located a package's directory with a first-occurrence substring search over the provider's __file__. When the project path itself contained the package name before the real module directory — an app created at /tmp/<pkg>-smoke, or an editable install from a repo directory named like the package — the search matched too early and the provider crashed on boot with views() first argument must be a folder containing all package views. The directory is now resolved via importlib, which is immune to path coincidences (#24).

Commits
  • 7fd4ff2 chore: release 5.4.1
  • 6f977d9 fix: resolve PackageProvider root via the import system (#24)
  • 5b39090 edit funding
  • 275459b chore: release 5.4.0
  • bd324c5 feat: split Kernel into CoreKernel base for leaner custom boots
  • e052921 chore: release 5.3.0
  • 601bf6d feat: migrate the craft CLI to cleo 2
  • e8f2442 fix: timezone validation uses stdlib zoneinfo instead of undeclared pytz
  • e05e7fc feat: replace laravel-mix with Vite and Tailwind 4 in skeleton and presets
  • b488369 fix: migrate hashid feature from abandoned hashids to Sqids
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](masonitedev/masonite@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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 7, 2026
@eaguad1337 eaguad1337 merged commit df4850c into develop Jun 7, 2026
10 checks passed
@eaguad1337 eaguad1337 deleted the dependabot/pip/masonite-framework-gte-5.4.1-and-lt-6 branch June 7, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant