From a2d2c2ef5a23056b334f8ca7a28d843d20409a78 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:54:25 -0400 Subject: [PATCH] upgrading python and packages --- Dockerfile | 2 +- README.md | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a991845..21fa14d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build the APSVIZ-Supervisor image -FROM python:3.12.2-slim +FROM python:3.12.3-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/README.md b/README.md index d17b86f..5bdc5ef 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ A Workflow manager that creates and monitors K8s jobs for each data processing c [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/) [![RENCI License](https://img.shields.io/badge/License-RENCI-blue.svg)](https://www.renci.org/) #### Components and versions... -[![Python](https://img.shields.io/badge/Python-3.12.2-orange)](https://github.com/python/cpython) +[![Python](https://img.shields.io/badge/Python-3.12.3-orange)](https://github.com/python/cpython) [![Linting Pylint](https://img.shields.io/badge/Pylint-%203.1.0-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%208.1.1-blue)](https://github.com/pytest-dev/pytest) +[![Pytest](https://img.shields.io/badge/Pytest-%208.2.0-blue)](https://github.com/pytest-dev/pytest) #### Build status... [![PyLint the codebase](https://github.com/RENCI/APSVIZ-Supervisor/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Supervisor/actions/workflows/pylint.yml) [![Build and push the Docker image](https://github.com/RENCI/APSVIZ-Supervisor/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Supervisor/actions/workflows/image-push.yml) diff --git a/requirements.txt b/requirements.txt index c13e1eb..e434081 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ kubernetes==28.1.0 psycopg2-binary==2.9.9 slack-sdk==3.27.1 pylint==3.1.0 -pytest==8.1.1 \ No newline at end of file +pytest==8.2.0 \ No newline at end of file