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 37a1af6 commit 060374d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-vwsfriend-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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
path: vwsfriend/coverage_html_report/**
name: code-coverage-report-${{ matrix.os }}-${{ matrix.python-version }}
path: coverage_html_report/**
2 changes: 1 addition & 1 deletion vwsfriend/mqtt_extra_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
weconnect-mqtt~=0.49.0
weconnect-mqtt~=0.49.1
12 changes: 6 additions & 6 deletions vwsfriend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
weconnect[Images]~=0.60.2
weconnect[Images]~=0.60.4
HAP-python[QRCode]~=4.9.1
pypng~=0.20220715.0
sqlalchemy~=2.0.27
sqlalchemy~=2.0.31
psycopg2-binary~=2.9.9
requests~=2.31.0
Werkzeug~=3.0.1
Flask~=3.0.2
requests~=2.32.0
Werkzeug~=3.0.3
Flask~=3.0.3
flask-login~=0.6.3
flask-caching~=2.1.0
flask-caching~=2.3.0
WTForms~=3.1.2
flask_wtf~=1.2.1
flask_sqlalchemy~=3.1.1
Expand Down
2 changes: 1 addition & 1 deletion vwsfriend/setup_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest-runner~=6.0.1
mccabe~=0.7.0
flake8~=7.0.0
pylint~=3.1.0
bandit~=1.7.7
bandit~=1.7.9

0 comments on commit 060374d

Please sign in to comment.