Skip to content

Commit

Permalink
upgrading to the latest version of pythin and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Apr 29, 2024
1 parent eb7d9cd commit 5dd33a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

psycopg2-binary==2.9.9
pylint==3.1.0
pytest==8.1.1
pytest==8.2.0

0 comments on commit 5dd33a1

Please sign in to comment.