From 561ae643c7dd426580aa8316a7ace0acc3eedeb1 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:10:49 -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 09567cb..d158542 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Website/services that return data used to populate the [APSViz TerriaMap UI](htt [![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-ui-data/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/apsviz-ui-data/actions/workflows/pylint.yml) diff --git a/requirements.txt b/requirements.txt index c4e3b23..2355a81 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 pandas==2.1.1 numpy==1.26.0 pyjwt==2.8.0