From 80984f17e4ef626b008f1f08f95f90e2bc33a099 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 23:03:40 +0000 Subject: [PATCH] Update dependency python --- .github/workflows/main.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2336306..d86a00c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' - name: Install pip dependencies run: pip install -r requirements-dev.txt - uses: pre-commit/action@v3.0.1 @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' - name: Install pip dependencies run: pip install -r requirements-dev.txt - name: Run tests diff --git a/Dockerfile b/Dockerfile index d141abf..005c366 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim WORKDIR /app