Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Aug 2, 2024
1 parent 3bbfd4d commit 8a2c0a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
make test
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
name: code-coverage-report-${{ matrix.os }}-${{ matrix.python-version }}
path: coverage_html_report/**
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
weconnect[Images]~=0.60.2
paho-mqtt~=2.0.0
python-dateutil~=2.8.2
weconnect[Images]~=0.60.4
paho-mqtt~=2.1.0
python-dateutil~=2.9.0
6 changes: 3 additions & 3 deletions 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~=7.0.0
pylint~=3.1.0
bandit~=1.7.7
flake8~=7.1.0
pylint~=3.2.6
bandit~=1.7.9

0 comments on commit 8a2c0a6

Please sign in to comment.