Skip to content

build(deps): bump briefcase from 0.3.26 to 0.4.1#62

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/briefcase-0.4.1
Open

build(deps): bump briefcase from 0.3.26 to 0.4.1#62
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/briefcase-0.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Bumps briefcase from 0.3.26 to 0.4.1.

Release notes

Sourced from briefcase's releases.

0.4.1

This release adds no new features; it is purely to overcome a problem with a transitive dependency on binaryornot that prevents basic Briefcase usage of templates.

Bugfixes

  • Briefcase now imposes a version pin on binaryornot < 0.5.0. Recent binaryornot releases introduced a series of bugs that cause catastrophic errors in PNG detection and file encoding. (#2712)

Misc

0.4.0

Features

  • When running briefcase dev on Linux, system requirements are now checked before attempting to install Python requirements. (#1137)
  • Development mode now runs apps in an isolated virtual environment, rather than the environment running Briefcase. (#1735)
  • Android apps can now be built and run in debug mode. (#2351)
  • CachyOS is now detected as an "Arch-like" Linux distribution when creating a system package. (#2591)
  • If content in sources and test_sources has duplicated structure, Briefcase will now merge those structures rather than raise an error. (#2636)
  • Post-install scripts for MSI installers now expose an INSTALLER_PATH environment variable. (#2637)
  • The open command now accepts a -a/--app option to allow opening a single app in a multi-app project. (#2651)
  • Android apps can now revoke permissions before startup via --revoke-permission. (#2664)
  • Publication channels are now discovered via entry points, allowing third-party plugins to provide custom briefcase publish channels. (#2687)

Bugfixes

  • Briefcase now accepts PEP 440 requires-python version ranges (e.g., >=3.14,<4.0). (#2604)
  • When using -a/--app, Briefcase now only finalizes the selected app instead of finalizing all apps in the project. (#2654)
  • macOS wheels that are tagged with both universal2 and individual architecture tags are now correctly processed as part of the architecture merging process. (#2690)
  • Briefcase now accepts more version numbers as valid, including leading zeros in version components (e.g., 25.09.2), and accepting all forms of capitalization in number suffixes (e.g., accepting both 1.2RC3 and 1.2rc3). (#2693)
  • Debian packages can now be built for projects that contain an underscore in the app name. Previously, this would raise an error as underscores are not allowed in Debian package names. The Debian package name will be based on the bundle name - that is, the app name, but with underscores replaced with hyphens. (#2699)
  • Linux projects can now install extras on requirements that are specified as a reference to a local source directory. (#2700)

Backward Incompatible Changes

  • Runtime requirements for Debian apps using PySide6 have been simplified. If you have an existing project, it may be possible to simplify your runtime requirements to only include libgl1, libqt6dbus6, libqt6gui6, and libxcb-cursor0. To support Ubuntu 22.04, you will also need to include libxcb-icccm4, libxcb-keysyms1, libxcb-shape0 and libxkbcommon-x11-0. (#2592)
  • Bundle names and identifiers are now normalized to lower case. Bundle identifiers are derived from domain names, so they should always be lower case; Briefcase now enforces this. If you have historically used upper case letters in your bundle identifier or app name, your bundle name will change as a result of this update. (#2699)

Documentation

  • The documentation now contains a comprehensive contribution guide. (#2605)

Misc

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [briefcase](https://github.com/beeware/briefcase) from 0.3.26 to 0.4.1.
- [Release notes](https://github.com/beeware/briefcase/releases)
- [Commits](beeware/briefcase@v0.3.26...v0.4.1)

---
updated-dependencies:
- dependency-name: briefcase
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 9, 2026
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.

0 participants