diff --git a/README.md b/README.md index 64983ff..3672552 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ A Workflow manager that creates and monitors K8s jobs for each data processing c [![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) -[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.0.3-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%208.0.0-blue)](https://github.com/pytest-dev/pytest) +[![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.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 bc7d1b6..c13e1eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,8 @@ # SPDX-License-Identifier: LicenseRef-RENCI # SPDX-License-Identifier: MIT -kubernetes==26.1.0 +kubernetes==28.1.0 psycopg2-binary==2.9.9 -slack-sdk==3.27.0 -pylint==3.0.3 -pytest==8.0.0 \ No newline at end of file +slack-sdk==3.27.1 +pylint==3.1.0 +pytest==8.1.1 \ No newline at end of file