From e9cc1b8254e4ce2dcfec7721fa7d4e14b83c2300 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Wed, 24 May 2023 10:57:17 -0400 Subject: [PATCH] updating packages and readme to match --- README.md | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a5711f..8c18246 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Website/services that return data used to populate the APSViz TerriaMap UI. [![RENCI License](https://img.shields.io/badge/License-RENCI-blue.svg)](https://renci.org/) #### Components and versions... [![Python](https://img.shields.io/badge/Python-3.11.3-orange)](https://github.com/PyCQA/pylint) -[![Linting Pylint](https://img.shields.io/badge/Pylint-%202.17.3-yellowgreen)](https://github.com/PyCQA/pylint) +[![Linting Pylint](https://img.shields.io/badge/Pylint-%202.17.4-yellowgreen)](https://github.com/PyCQA/pylint) #### Build status.. [![PyLint the codebase](https://github.com/RENCI/apsviz-ui-data/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/apsviz-ui-data/actions/workflows/pylint.yml) [![Build and push the Docker image](https://github.com/RENCI/apsviz-ui-data/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/apsviz-ui-data/actions/workflows/image-push.yml) diff --git a/requirements.txt b/requirements.txt index fe15580..490358c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,9 @@ # SPDX-License-Identifier: LicenseRef-RENCI # SPDX-License-Identifier: MIT -pydantic==1.10.7 -fastapi==0.95.1 -uvicorn==0.21.1 +pydantic==1.10.8 +fastapi==0.95.2 +uvicorn==0.22.0 pyyaml==6.0 psycopg2-binary==2.9.6 -pylint==2.17.2 +pylint==2.17.4