diff --git a/Dockerfile b/Dockerfile index 2d6f738..f00a709 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # This Dockerfile is used to build THE APSVIZ-Settings python image -FROM python:3.11.4-slim +FROM python:3.11.5-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/README.md b/README.md index 055e2e5..6bd729e 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ A Web application/services to view/modify the [APSViz-Supervisor](https://github [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/) [![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.11.4-orange)](https://github.com/python/cpython) -[![Linting Pylint](https://img.shields.io/badge/Pylint-%202.17.4-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%207.4.1-blue)](https://github.com/pytest-dev/pytest) +[![Python](https://img.shields.io/badge/Python-3.11.5-orange)](https://github.com/python/cpython) +[![Linting Pylint](https://img.shields.io/badge/Pylint-%202.17.5-yellow)](https://github.com/PyCQA/pylint) +[![Pytest](https://img.shields.io/badge/Pytest-%207.4.2-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) [![Build and push the Docker image](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/image-push.yml) diff --git a/requirements.txt b/requirements.txt index a5c395b..08a1af5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ pyyaml==6.0.1 psycopg2-binary==2.9.7 pylint==2.17.5 pyjwt==2.8.0 -pytest==7.4.1 +pytest==7.4.2 requests==2.31.0 \ No newline at end of file