From 49a96813b6b1dea4acca4667d13776a55638c201 Mon Sep 17 00:00:00 2001 From: "uptick-renovate[bot]" <233184461+uptick-renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 23:45:48 +0000 Subject: [PATCH] chore(deps): update dependency python --- .github/workflows/ci.yaml | 2 +- .mise.toml | 2 +- Dockerfile.dev | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09ba236..e35e93d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: - name: Install Python uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # ratchet:actions/setup-python@v6.1.0 with: - python-version: "3.12" + python-version: "3.14" - name: Setup mise uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # ratchet:jdx/mise-action@v3.5.1 diff --git a/.mise.toml b/.mise.toml index 67cb6c7..7db638b 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,6 +1,6 @@ [tools] uv = 'latest' -python = { version= '3.12'} +python = { version= '3.14.3'} awscli = '2.31.33' [tasks.sync] diff --git a/Dockerfile.dev b/Dockerfile.dev index 392bd4b..7d21439 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye +FROM python:3.13-slim-bullseye # Set the working directory in the container WORKDIR /app