diff --git a/README.md b/README.md index be7b38e..39d3ab7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A Web application/services to view/modify the [APSViz-Supervisor](https://github [![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 the codebase](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml) diff --git a/requirements.txt b/requirements.txt index 8c264f6..6342c30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,10 +8,10 @@ pydantic==2.9.2 fastapi==0.115.0 -uvicorn==0.30.6 +uvicorn==0.31.1 pyyaml==6.0.2 psycopg2-binary==2.9.9 pyjwt==2.9.0 -pylint==3.3.0 +pylint==3.3.1 pytest==8.3.3 requests==2.32.3 \ No newline at end of file