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"