diff --git a/README.md b/README.md index 1c9994b..b4445de 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Archives file created by the various APSViz applications and processes. #### 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.5-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%207.4.0-blue)](https://github.com/pytest-dev/pytest) +[![Pytest](https://img.shields.io/badge/Pytest-%207.4.1-blue)](https://github.com/pytest-dev/pytest) #### Build status... [![Pylint and Pytest](https://github.com/RENCI/APSVIZ-Archiver/actions/workflows/pylint-pytest.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Archiver/actions/workflows/pylint-pytest.yml) [![Build and push the Docker image](https://github.com/RENCI/APSVIZ-Archiver/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Archiver/actions/workflows/image-push.yml) diff --git a/requirements.txt b/requirements.txt index 0e3e0a3..223b0c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # SPDX-License-Identifier: MIT pylint==2.17.5 -pytest==7.4.0 +pytest==7.4.1 pytest-cov==4.1.0 slack-sdk==3.21.3 requests==2.31.0