From 43d8f91053dbf39186b2f1006ad100441f274c18 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:59:30 -0400 Subject: [PATCH] upgrading the version of python and package versions --- Dockerfile | 2 +- README.md | 6 +++--- requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2518ec1..f39307b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build the APSVIZ-Supervisor image -FROM python:3.12.5-slim +FROM python:3.12.6-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/README.md b/README.md index c77f1bd..ea2588c 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.5-orange)](https://github.com/python/cpython) -[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.2.6-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%208.3.2-blue)](https://github.com/pytest-dev/pytest) +[![Python](https://img.shields.io/badge/Python-3.12.6-orange)](https://github.com/python/cpython) +[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.0-yellow)](https://github.com/PyCQA/pylint) +[![Pytest](https://img.shields.io/badge/Pytest-%208.3.3-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 12b9d4e..7e4a94e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ kubernetes==28.1.0 psycopg2-binary==2.9.9 -slack-sdk==3.31.0 -pylint==3.2.6 -pytest==8.3.2 \ No newline at end of file +slack-sdk==3.33.1 +pylint==3.3.0 +pytest==8.3.3 \ No newline at end of file