From a0f13160b8133a89dcdc6f9a89d514d8aa25656a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:27:03 +0500 Subject: [PATCH] fix(deps): update python to v3.12.6 (#2162) * fix(deps): update python to v3.12.6 * updated python version for CI --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Umar Hassan --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bcc09290..4c6bebba4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Set up Python uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 with: - python-version: "3.12.5" + python-version: "3.12.6" cache: "poetry" - name: Install dependencies diff --git a/Dockerfile b/Dockerfile index bbb2ada13..6b1919cc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5 +FROM python:3.12.6 LABEL maintainer "ODL DevOps " # Add package files, install updated node and pip diff --git a/pyproject.toml b/pyproject.toml index dbfe500e0..ac595db71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" version = "0.0.0" [tool.poetry.dependencies] -python = "3.12.5" +python = "3.12.6" beautifulsoup4 = "^4.12.2" boto3 = "1.35.12"