diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a35300027f..8708d1ac8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 with: - python-version: "3.12.5" + python-version: "3.12.6" cache: "poetry" - name: Validate lockfile diff --git a/Dockerfile b/Dockerfile index 9d3cf6721e..85076f0560 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/poetry.lock b/poetry.lock index 109f4cda6f..d3d76f0daa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4817,5 +4817,5 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" -python-versions = "3.12.5" -content-hash = "7098ba8cd400019854f628baefd55c253ae0a9fcd4af5ed43fab0334ddaab381" +python-versions = "3.12.6" +content-hash = "441740137b9693b13d243459b3af4655ea62e6241e93d73b93188eb5e5ff9d78" diff --git a/pyproject.toml b/pyproject.toml index 6ed13909f2..19b9ed22b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["MIT ODL"] [tool.poetry.dependencies] -python = "3.12.5" +python = "3.12.6" attrs = "^24.0.0" base36 = "^0.1.1" beautifulsoup4 = "^4.8.2"