-
-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1979 from rmartin16/bump-other-guis
Bump min version for miscellaneous dependencies
- Loading branch information
Showing
6 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The minimum version for misc dependencies for new projects were bumped to their latest version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -669,7 +669,7 @@ def test_pep621_defaults(): | |
[tool.briefcase.app.awesome.macOS] | ||
requires = [ | ||
"toga-cocoa~=0.3.1", | ||
"std-nslog~=1.0.0" | ||
"std-nslog~=1.0.3" | ||
] | ||
""" | ||
) | ||
|
@@ -691,7 +691,7 @@ def test_pep621_defaults(): | |
"author_email": "[email protected]", | ||
"url": "https://example.com/awesome", | ||
"description": "awesome project", | ||
"requires": ["numpy", "toga-cocoa~=0.3.1", "std-nslog~=1.0.0"], | ||
"requires": ["numpy", "toga-cocoa~=0.3.1", "std-nslog~=1.0.3"], | ||
"test_requires": ["pytest"], | ||
"app_name": "awesome", | ||
"sources": ["src"], | ||
|