Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Oct 16, 2023
1 parent 08d0fca commit bccb0ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -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
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 @@ -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
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.58.1
weconnect[Images]~=0.59.0
paho-mqtt~=1.6.1
python-dateutil~=2.8.2
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.0
mccabe~=0.7.0
flake8~=6.1.0
pylint~=2.17.5
pylint~=3.0.1
bandit~=1.7.5

0 comments on commit bccb0ae

Please sign in to comment.