From 17adae1e1d422c1162967a0398c779650e8a3065 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:10:48 -0400 Subject: [PATCH] upping package versions --- README.md | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6bd729e..36fdabe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,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.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) +[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.0.0-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) diff --git a/requirements.txt b/requirements.txt index 08a1af5..0582cc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,12 +5,12 @@ # SPDX-License-Identifier: LicenseRef-RENCI # SPDX-License-Identifier: MIT -pydantic==2.3.0 -fastapi==0.103.1 +pydantic==2.4.2 +fastapi==0.103.2 uvicorn==0.23.2 pyyaml==6.0.1 -psycopg2-binary==2.9.7 -pylint==2.17.5 +psycopg2-binary==2.9.9 +pylint==3.0.0 pyjwt==2.8.0 pytest==7.4.2 requests==2.31.0 \ No newline at end of file