Skip to content

Commit 15e85b0

Browse files
committed
update requirements
1 parent 56863f7 commit 15e85b0

11 files changed

+24
-24
lines changed

.github/workflows/build-vwsfriend-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with-mqtt: [true, false]
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v4
3030
with:

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
compose-file: [docker-compose.yml, docker-compose-homekit-host.yml, docker-compose-homekit-macvlan.yml]
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Build the docker-compose stack
2121
run: docker-compose -f ${{ matrix.compose-file }} --env-file .env up -d
2222
- name: Container Status

.github/workflows/grafana-docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Docker meta
2525
id: meta
2626
uses: docker/metadata-action@v4
@@ -53,19 +53,19 @@ jobs:
5353
- name: Setup Docker Buildx
5454
uses: docker/[email protected]
5555
- name: Login to DockerHub
56-
uses: docker/login-action@v2.2.0
56+
uses: docker/login-action@v3.0.0
5757
with:
5858
username: ${{ secrets.DOCKERHUB_USERNAME }}
5959
password: ${{ secrets.DOCKERHUB_TOKEN }}
6060
- name: Login to GitHub Container Registry
61-
uses: docker/login-action@v2.2.0
61+
uses: docker/login-action@v3.0.0
6262
with:
6363
registry: ghcr.io
6464
username: ${{ github.repository_owner }}
6565
password: ${{ secrets.GITHUB_TOKEN }}
6666
- name: Build and push
6767
id: docker_build
68-
uses: docker/build-push-action@v4.1.1
68+
uses: docker/build-push-action@v5.0.0
6969
with:
7070
context: grafana
7171
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/grafana-dockerhub-description.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
dockerHubDescription:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Docker Hub Description
1616
uses: peter-evans/[email protected]

.github/workflows/grafana-vwsfriend-description.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
dockerHubDescription:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Docker Hub Description
1616
uses: peter-evans/[email protected]

.github/workflows/shellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929

3030
# Runs ShellCheck
3131
- name: ShellCheck

.github/workflows/vwsfriend-docker-edge.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo mount -t tmpfs -o size=10G none /var/lib/docker
2727
sudo systemctl restart docker
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Docker meta
3131
id: meta
3232
uses: docker/metadata-action@v4
@@ -41,19 +41,19 @@ jobs:
4141
- name: Setup Docker Buildx
4242
uses: docker/[email protected]
4343
- name: Login to DockerHub
44-
uses: docker/login-action@v2.2.0
44+
uses: docker/login-action@v3.0.0
4545
with:
4646
username: ${{ secrets.DOCKERHUB_USERNAME }}
4747
password: ${{ secrets.DOCKERHUB_TOKEN }}
4848
- name: Login to GitHub Container Registry
49-
uses: docker/login-action@v2.2.0
49+
uses: docker/login-action@v3.0.0
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.repository_owner }}
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454
- name: Build and push
5555
id: docker_build
56-
uses: docker/build-push-action@v4.1.1
56+
uses: docker/build-push-action@v5.0.0
5757
with:
5858
allow: security.insecure
5959
context: vwsfriend

.github/workflows/vwsfriend-docker-experimental.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo mount -t tmpfs -o size=10G none /var/lib/docker
2727
sudo systemctl restart docker
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Docker meta
3131
id: meta
3232
uses: docker/metadata-action@v4
@@ -41,19 +41,19 @@ jobs:
4141
- name: Setup Docker Buildx
4242
uses: docker/[email protected]
4343
- name: Login to DockerHub
44-
uses: docker/login-action@v2.2.0
44+
uses: docker/login-action@v3.0.0
4545
with:
4646
username: ${{ secrets.DOCKERHUB_USERNAME }}
4747
password: ${{ secrets.DOCKERHUB_TOKEN }}
4848
- name: Login to GitHub Container Registry
49-
uses: docker/login-action@v2.2.0
49+
uses: docker/login-action@v3.0.0
5050
with:
5151
registry: ghcr.io
5252
username: ${{ github.repository_owner }}
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454
- name: Build and push
5555
id: docker_build
56-
uses: docker/build-push-action@v4.1.1
56+
uses: docker/build-push-action@v5.0.0
5757
with:
5858
context: vwsfriend
5959
file: vwsfriend/Dockerfile-edge

.github/workflows/vwsfriend-python-docker-publish.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
vwsfriend-python-deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Set up Python
1414
uses: actions/setup-python@v4
1515
with:
@@ -77,7 +77,7 @@ jobs:
7777
while [ $? -ne 0 ]; do sleep 10; pip3 download vwsfriend==${{ env.version }}; done
7878
shell: bash {0}
7979
- name: Checkout
80-
uses: actions/checkout@v3
80+
uses: actions/checkout@v4
8181
- name: Docker meta
8282
id: meta
8383
uses: docker/metadata-action@v4
@@ -93,19 +93,19 @@ jobs:
9393
- name: Setup Docker Buildx
9494
uses: docker/[email protected]
9595
- name: Login to DockerHub
96-
uses: docker/login-action@v2.2.0
96+
uses: docker/login-action@v3.0.0
9797
with:
9898
username: ${{ secrets.DOCKERHUB_USERNAME }}
9999
password: ${{ secrets.DOCKERHUB_TOKEN }}
100100
- name: Login to GitHub Container Registry
101-
uses: docker/login-action@v2.2.0
101+
uses: docker/login-action@v3.0.0
102102
with:
103103
registry: ghcr.io
104104
username: ${{ github.repository_owner }}
105105
password: ${{ secrets.GITHUB_TOKEN }}
106106
- name: Build and push
107107
id: docker_build
108-
uses: docker/build-push-action@v4.1.1
108+
uses: docker/build-push-action@v5.0.0
109109
with:
110110
context: vwsfriend
111111
allow: security.insecure

vwsfriend/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sqlalchemy~=2.0.19
55
psycopg2-binary~=2.9.6
66
requests~=2.31.0
77
Werkzeug~=2.3.6
8-
Flask~=2.3.2
8+
Flask~=2.3.3
99
flask-login~=0.6.2
1010
flask-caching~=2.0.2
1111
WTForms~=3.0.1

0 commit comments

Comments
 (0)