From 9bf382863a8261d5689f315d2e5effdc2ccb884e Mon Sep 17 00:00:00 2001 From: Umar Hassan Date: Tue, 10 Sep 2024 17:45:25 +0500 Subject: [PATCH] Revert "fix(deps): update python to v3.12.6 (#2162)" (#2301) This reverts commit a0f13160b8133a89dcdc6f9a89d514d8aa25656a. --- .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 4c6bebba4..8bcc09290 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.6" + python-version: "3.12.5" cache: "poetry" - name: Install dependencies diff --git a/Dockerfile b/Dockerfile index 6b1919cc7..bbb2ada13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.6 +FROM python:3.12.5 LABEL maintainer "ODL DevOps " # Add package files, install updated node and pip diff --git a/pyproject.toml b/pyproject.toml index ac595db71..dbfe500e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" version = "0.0.0" [tool.poetry.dependencies] -python = "3.12.6" +python = "3.12.5" beautifulsoup4 = "^4.12.2" boto3 = "1.35.12"