-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08d0fca
commit bccb0ae
Showing
4 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
tags: | | ||
type=edge | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v2.2.0 | ||
uses: docker/setup-qemu-action@v3.0.0 | ||
- name: Setup Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Login to DockerHub | ||
|
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 |
---|---|---|
|
@@ -78,7 +78,7 @@ jobs: | |
type=raw,value=edge | ||
type=pep440,pattern={{version}} | ||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v2.2.0 | ||
uses: docker/setup-qemu-action@v3.0.0 | ||
- name: Setup Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Login to DockerHub | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
weconnect[Images]~=0.58.1 | ||
weconnect[Images]~=0.59.0 | ||
paho-mqtt~=1.6.1 | ||
python-dateutil~=2.8.2 |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pytest-runner~=6.0.0 | ||
mccabe~=0.7.0 | ||
flake8~=6.1.0 | ||
pylint~=2.17.5 | ||
pylint~=3.0.1 | ||
bandit~=1.7.5 |