You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by qi...@apache.org on 2022/05/23 02:28:56 UTC

[mesos] branch master updated: Bump pyinstaller from 3.4 to 3.6 in /src/python/cli_new

This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 26b82d825 Bump pyinstaller from 3.4 to 3.6 in /src/python/cli_new
26b82d825 is described below

commit 26b82d825fa6b6e6193be0a3de94d288d3c9cd87
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 23 02:28:11 2022 +0000

    Bump pyinstaller from 3.4 to 3.6 in /src/python/cli_new
    
    Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.4 to 3.6.
    - [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
    - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES-3.rst)
    - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v3.4...v3.6)
    
    ---
    updated-dependencies:
    - dependency-name: pyinstaller
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 src/python/cli_new/pip-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python/cli_new/pip-requirements.txt b/src/python/cli_new/pip-requirements.txt
index 4681e3f05..f1920d801 100644
--- a/src/python/cli_new/pip-requirements.txt
+++ b/src/python/cli_new/pip-requirements.txt
@@ -6,7 +6,7 @@ kazoo==2.5.0
 lazy-object-proxy==1.2.2
 parse==1.8.0
 Pygments==2.7.4
-PyInstaller==3.4
+PyInstaller==3.6
 six==1.10.0
 tenacity==4.12.0
 toml==0.9.2