Skip to content

Commit 8ced1b9

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/elliptic-6.5.4
2 parents 28fdc29 + 7ebb203 commit 8ced1b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
sudo apt-get install -y build-essential
3030
sudo apt-get install libudev-dev
3131
- name: Use Node.js ${{ matrix.node-version }} and install npm dependencies
32-
uses: actions/setup-node@v1
32+
uses: actions/setup-node@v2
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- run: npm install
3636
- name: Setup Python environment
37-
uses: actions/setup-python@v1.1.1
37+
uses: actions/setup-python@v2
3838
with:
3939
python-version: 3.x
4040
- run: |

src/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pywin32==227; platform_system == "Windows"
66
PyObjC; platform_system == "darwin"
77
uflash==1.3.0
88
adafruit-circuitpython-fancyled==1.3.3
9-
Pillow==7.0.0
9+
Pillow==8.1.1
1010
adafruit-circuitpython-bitmap_font==1.1.0
1111
adafruit-circuitpython-display-shapes==1.2.0
1212
adafruit-circuitpython-neopixel==5.0.0

0 commit comments

Comments
 (0)