This is an automated email from the ASF dual-hosted git repository.
chishengliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new b22d207 SUBMARINE-1249. Github action python-sdk check-style failed
b22d207 is described below
commit b22d207b264a5ca0c7a959e3f20558b9c53f8ad5
Author: MortalHappiness <[email protected]>
AuthorDate: Tue Mar 29 21:30:00 2022 +0800
SUBMARINE-1249. Github action python-sdk check-style failed
### What is this PR for?
Github action python-sdk check-style failed due to 'click', one of the
dependencies of 'black', updated to a newer version and broke 'black'.
Related 'black' issue: https://github.com/psf/black/issues/2964

### What type of PR is it?
[Bug Fix]
### Todos
* [x] - Fix click version to 8.0.4
### What is the Jira issue?
https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-1249
### How should this be tested?
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: MortalHappiness <[email protected]>
Signed-off-by: Chi-Sheng Liu <[email protected]>
Closes #916 from MortalHappiness/SUBMARINE-1249 and squashes the following
commits:
b900b719 [MortalHappiness] Fix click version
---
dev-support/style-check/python/lint-requirements.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-support/style-check/python/lint-requirements.txt
b/dev-support/style-check/python/lint-requirements.txt
index ea33540..798b70f 100644
--- a/dev-support/style-check/python/lint-requirements.txt
+++ b/dev-support/style-check/python/lint-requirements.txt
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+click==8.0.4 # For black to work properly. See SUBMARINE-1249.
black[jupyter]==21.8b0
flake8==3.9.2
isort==5.9.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]