diff --git a/.gitea/workflows/pre-submit.lint.yaml b/.gitea/workflows/pre-submit.lint.yaml index 2c28a53..aa8e987 100644 --- a/.gitea/workflows/pre-submit.lint.yaml +++ b/.gitea/workflows/pre-submit.lint.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest container: catthehacker/ubuntu:act-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - env: YAMLLINT_VERSION: "1.26.3" run: | diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 0e3d541..6354553 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -10,7 +10,7 @@ on: jobs: renovate: runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:37.280.0 + container: ghcr.io/renovatebot/renovate:37.440.7 steps: - uses: actions/checkout@v4 - run: renovate diff --git a/Dockerfile-1 b/Dockerfile-1 index d2a2601..b218ca9 100644 --- a/Dockerfile-1 +++ b/Dockerfile-1 @@ -1,4 +1,4 @@ -FROM python:3.13.1-bullseye +FROM python:3.13.2-bullseye WORKDIR /usr/src/app diff --git a/Dockerfile-2 b/Dockerfile-2 index c4e5ada..62a2410 100644 --- a/Dockerfile-2 +++ b/Dockerfile-2 @@ -1,4 +1,4 @@ -FROM python:3.13.1-bullseye +FROM python:3.13.2-bullseye WORKDIR /usr/src/app diff --git a/Dockerfile-3 b/Dockerfile-3 index 504c13f..a05ff75 100644 --- a/Dockerfile-3 +++ b/Dockerfile-3 @@ -1,4 +1,4 @@ -FROM python:3.13.1-bullseye +FROM python:3.13.2-bullseye WORKDIR /usr/src/app diff --git a/requirements.txt b/requirements.txt index cb0cbea..352013b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # Dit zijn bewust niet de nieuwste versies -fastapi==0.114.0 -uvicorn==0.13.4 +fastapi==0.115.8 +uvicorn==0.34.0