Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Sep 3, 2023
1 parent 22a3198 commit b8eeb52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-docker-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up QEMU
uses: docker/[email protected]
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2.9.1
uses: docker/setup-buildx-action@v2.10.0
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up QEMU
uses: docker/[email protected]
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2.9.1
uses: docker/setup-buildx-action@v2.10.0
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
weconnect[Images]~=0.57.0
weconnect[Images]~=0.58.0
paho-mqtt~=1.6.1
python-dateutil~=2.8.2
4 changes: 2 additions & 2 deletions setup_requirements.txt
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.0.0
pylint~=2.17.4
flake8~=6.1.0
pylint~=2.17.5
bandit~=1.7.5

0 comments on commit b8eeb52

Please sign in to comment.