From 5dd33a1004d3fddce3e78d4e9a680df4be6cc192 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:02:53 -0400 Subject: [PATCH] upgrading to the latest version of pythin and packages --- Dockerfile | 2 +- README.md | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 16de668..107ee3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # This Dockerfile is used to build the iRODS-K8s-Forensics 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 20131c1..30854a5 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ The iRODS-K8s Forensics workflow step microservice. [![BSD License](https://img.shields.io/badge/License-BSD-orange.svg)](https://github.com/irods-contrib/iRODS-K8s-forensics/blob/main/LICENSE) #### 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/irods-contrib/iRODS-K8s-forensics/actions/workflows/pylint.yml/badge.svg)](https://github.com/irods-contrib/iRODS-K8s-forensics/actions/workflows/pylint.yml) diff --git a/requirements.txt b/requirements.txt index 1ea85a1..79fc12a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ psycopg2-binary==2.9.9 pylint==3.1.0 -pytest==8.1.1 \ No newline at end of file +pytest==8.2.0 \ No newline at end of file