Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

Commit b2a39bb

Browse files
Update dependencies
1 parent 96a3032 commit b2a39bb

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
14+
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
1515
os: [ macOS-latest ]
1616
env:
17-
APKTOOL_VERSION: 2.5.0
18-
BUILD_TOOLS_VERSION: 30.0.2
17+
APKTOOL_VERSION: 2.6.0
18+
BUILD_TOOLS_VERSION: 32.0.0
1919

2020
steps:
2121
- name: Checkout repository
@@ -40,7 +40,7 @@ jobs:
4040
sudo wget -q "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${APKTOOL_VERSION}.jar" -O /usr/local/bin/apktool.jar
4141
sudo chmod a+x /usr/local/bin/apktool.jar
4242
# Install BundleDecompiler.
43-
sudo wget -q https://github.com/TamilanPeriyasamy/BundleDecompiler/raw/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar
43+
sudo wget -q https://raw.githubusercontent.com/TamilanPeriyasamy/BundleDecompiler/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar
4444
sudo chmod a+x /usr/local/bin/BundleDecompiler.jar
4545
4646
- name: Run tests

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.9
18+
python-version: '3.10'
1919
architecture: x64
2020

2121
- run: pip install black

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
14+
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
1515
os: [ ubuntu-latest ]
1616
env:
17-
APKTOOL_VERSION: 2.5.0
18-
BUILD_TOOLS_VERSION: 30.0.2
17+
APKTOOL_VERSION: 2.6.0
18+
BUILD_TOOLS_VERSION: 32.0.0
1919

2020
steps:
2121
- name: Checkout repository
@@ -39,7 +39,8 @@ jobs:
3939
sudo chmod a+x /usr/local/bin/apktool
4040
sudo wget -q "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${APKTOOL_VERSION}.jar" -O /usr/local/bin/apktool.jar
4141
sudo chmod a+x /usr/local/bin/apktool.jar
42-
sudo wget -q https://github.com/TamilanPeriyasamy/BundleDecompiler/raw/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar
42+
# Install BundleDecompiler.
43+
sudo wget -q https://github.com/TamilanPeriyasamy/BundleDecompiler/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar
4344
sudo chmod a+x /usr/local/bin/BundleDecompiler.jar
4445
4546
- name: Run tests

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
14+
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
1515
os: [ windows-latest ]
1616
env:
17-
APKTOOL_VERSION: 2.5.0
18-
BUILD_TOOLS_VERSION: 30.0.2
17+
APKTOOL_VERSION: 2.6.0
18+
BUILD_TOOLS_VERSION: 32.0.0
1919

2020
steps:
2121
- name: Checkout repository

src/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pycryptodome==3.9.9
2-
pytest-cov==2.10.1
3-
tqdm==4.54.1
4-
vt-py==0.6.1
5-
Yapsy==1.12.2
1+
pycryptodome==3.12.0
2+
pytest-cov==3.0.0
3+
tqdm==4.62.3
4+
vt-py==0.13.0
5+
Yapsy==1.12.2

0 commit comments

Comments
 (0)