diff --git a/README.md b/README.md index a641aa8..7237be6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ RabbitMQ message handlers for the APSViz project, including handlers for: [![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.6-orange)](https://github.com/python/cpython) -[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.0-yellow)](https://github.com/PyCQA/pylint) +[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.1-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](https://github.com/RENCI/APSViz-Msg-Handler/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/APSViz-Msg-Handler/actions/workflows/pylint.yml) diff --git a/requirements.txt b/requirements.txt index 750152b..10cb245 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pika==1.3.2 psycopg2-binary==2.9.9 configparser==7.1.0 -pylint==3.3.0 +pylint==3.3.1 pytest==8.3.3 pytest-cov==5.0.0 slack-sdk==3.33.1