From 4844f5cebd68b50044646e9529fdbd378a85e02c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:21:17 +0000 Subject: [PATCH] fix(deps): update python to v3.12.5 --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 71ef08511..bbb2ada13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.2 +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 1fad00672..ae206ed80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" version = "0.0.0" [tool.poetry.dependencies] -python = "3.12.2" +python = "3.12.5" beautifulsoup4 = "^4.12.2" boto3 = "1.34.143"