Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Feb 26, 2024
1 parent e3c2849 commit 556b683
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vwsfriend-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/grafana-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: grafana
push: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vwsfriend-docker-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
allow: security.insecure
context: vwsfriend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vwsfriend-docker-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: vwsfriend
file: vwsfriend/Dockerfile-edge
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vwsfriend-python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Version from input
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: vwsfriend
allow: security.insecure
Expand Down
6 changes: 3 additions & 3 deletions vwsfriend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
weconnect[Images]~=0.59.5
weconnect[Images]~=0.60.0
HAP-python[QRCode]~=4.9.1
pypng~=0.20220715.0
sqlalchemy~=2.0.23
sqlalchemy~=2.0.25
psycopg2-binary~=2.9.9
requests~=2.31.0
Werkzeug~=3.0.1
Expand All @@ -11,5 +11,5 @@ flask-caching~=2.1.0
WTForms~=3.1.1
flask_wtf~=1.2.1
flask_sqlalchemy~=3.1.1
alembic~=1.12.1
alembic~=1.13.1
haversine~=2.8.0
8 changes: 4 additions & 4 deletions vwsfriend/setup_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest-runner~=6.0.0
pytest-runner~=6.0.1
mccabe~=0.7.0
flake8~=6.1.0
pylint~=3.0.2
bandit~=1.7.5
flake8~=7.0.0
pylint~=3.0.3
bandit~=1.7.6

0 comments on commit 556b683

Please sign in to comment.