From b4b1d7e31b18c8dbf22999df469b9f9deeaa0fc6 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:28:06 -0400 Subject: [PATCH] updating pylint version --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5815c78..159ad60 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Archives file created by the various APSViz applications and processes. [![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 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) diff --git a/requirements.txt b/requirements.txt index 9e3c71b..10c54de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # SPDX-License-Identifier: LicenseRef-RENCI # SPDX-License-Identifier: MIT -pylint==3.3.0 +pylint==3.3.1 pytest==8.3.3 pytest-cov==5.0.0 slack-sdk==3.33.1