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 9dc85b6 commit 361daea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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/**
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
weconnect[Images]~=0.60.2
weconnect[Images]~=0.60.4
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 361daea

Please sign in to comment.