From 5648e2e7ba4db8c5fda976964055523685300e6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 16:55:20 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.13 --- .github/workflows/lint.yml | 2 +- e2e/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3110626..ce8e508 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.6' + python-version: '3.13' - name: Install Flake8 run: | python -m pip install --upgrade pip diff --git a/e2e/Dockerfile b/e2e/Dockerfile index c8d9521..b06bea5 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.13 WORKDIR /usr/local/bin