Skip to content

Commit

Permalink
more dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Feb 27, 2024
1 parent e79504b commit 1c09012
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Container Status
run: docker ps -a
- name: Let containers run for 60s
uses: juliangruber/sleep-action@v1
uses: juliangruber/sleep-action@v2
with:
time: 60s
- name: Check logs for weconnectmqtt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3.4.2
uses: peter-evans/dockerhub-description@v4.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down
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/setup-qemu-action@v3.0.0
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.1.0
- name: Login to DockerHub
uses: docker/login-action@v3.0.0
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/setup-qemu-action@v3.0.0
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.1.0
- name: Login to DockerHub
uses: docker/login-action@v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion setup_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest-runner~=6.0.1
mccabe~=0.7.0
flake8~=6.1.0
flake8~=7.0.0
pylint~=3.1.0
bandit~=1.7.7

0 comments on commit 1c09012

Please sign in to comment.