From ecb5c6882363095dd5c3a139d8a19761fdecf1e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:12:43 +0000 Subject: [PATCH 1/2] Update Python to v3.12.4 --- Dockerfile | 2 +- poetry.lock | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea13fce231..02eff6b52d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.3 +FROM python:3.12.4 LABEL maintainer "ODL DevOps " # Add package files, install updated node and pip diff --git a/poetry.lock b/poetry.lock index 0e80c502e0..c11feec99a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4040,5 +4040,5 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" -python-versions = "3.12.3" -content-hash = "1c3c152e7176b62a239047fb1617e1b9e1727938de8a0a8b8c24a52833268290" +python-versions = "3.12.4" +content-hash = "5c3be114a978f1e73fe1ad41cc832a8382d368e84b87f37bc8c5649404c3896c" diff --git a/pyproject.toml b/pyproject.toml index ef2123b638..853149b7f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["MIT ODL"] [tool.poetry.dependencies] -python = "3.12.3" +python = "3.12.4" attrs = "^23.1.0" base36 = "^0.1.1" beautifulsoup4 = "^4.8.2" From 0307c35c8c645b882b477cf668227f28595e2b5b Mon Sep 17 00:00:00 2001 From: Carey Gumaer Date: Mon, 17 Jun 2024 17:33:49 -0400 Subject: [PATCH 2/2] update python version in github actions workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53d0ebf370..8b6864334f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 with: - python-version: "3.12.3" + python-version: "3.12.4" cache: "poetry" - name: Validate lockfile