Skip to content

Commit bf84f83

Browse files
committed
Bump briefcase in all other files
1 parent e647eae commit bf84f83

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

dev/extra-requirements-windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
conda-forge::briefcase>=0.3.26
1+
conda-forge::briefcase>=0.4.3
22
conda-forge::nsis>=3.08=*_log_*
33
conda-forge::tomli-w>=1.2.0

news/1276-msi-installer-unattended

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
### Docs
1414

15-
* Updated docs to clarify the use of `INSTALLER_UNATTENDED` within the context of MSI installers. (#1278)
15+
* Updated docs to clarify the use of `INSTALLER_UNATTENDED` within the context of MSI installers, and updated minimum `briefcase` version to `0.4.3`. (#1278)
1616

1717
### Other
1818

recipe/meta.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ requirements:
2828
- conda-standalone >=24.11.0
2929
- jinja2
3030
- jsonschema >=4
31-
- pillow >=3.1 # [win or osx]
32-
- nsis >=3.08 # [win]
33-
- briefcase >=0.3.26 # [win]
34-
- tomli-w >=1.2.0 # [win]
35-
run_constrained: # [unix]
36-
- nsis >=3.08 # [unix]
31+
- pillow >=3.1 # [win or osx]
32+
- nsis >=3.08 # [win]
33+
- briefcase >=0.4.3 # [win]
34+
- tomli-w >=1.2.0 # [win]
35+
run_constrained: # [unix]
36+
- nsis >=3.08 # [unix]
3737
- conda-libmamba-solver !=24.11.0
3838
- pydantic >=2
3939

0 commit comments

Comments
 (0)