From 12ef480d55d86c3d02f1f7d33f2db6e1b442e793 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:10:05 -0400 Subject: [PATCH] upgrading packages --- README.md | 4 ++-- requirements.txt | 4 ++-- src/server.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 83b10a6..68bea54 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ 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.12.2-orange)](https://github.com/python/cpython) -[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.0.3-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%208.0.0-blue)](https://github.com/pytest-dev/pytest) +[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.1.0-yellow)](https://github.com/PyCQA/pylint) +[![Pytest](https://img.shields.io/badge/Pytest-%208.1.0-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) [![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 43abc9e..4614573 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,10 +11,10 @@ fastapi==0.109.2 uvicorn==0.27.1 pyyaml==6.0.1 psycopg2-binary==2.9.9 -pylint==3.0.3 pandas==2.1.4 numpy==1.26.3 pyjwt==2.8.0 -pytest==8.0.0 +pylint==3.1.0 +pytest==8.1.1 requests==2.31.0 pytz==2024.1 diff --git a/src/server.py b/src/server.py index a1b2c77..abeee45 100644 --- a/src/server.py +++ b/src/server.py @@ -483,7 +483,7 @@ async def get_station_data_file(file_name: Union[str, None] = Query(default='sta # example input - station name: 8728690, # timemark: 2024-03-07T00:00:00Z, # data_source: GFSFORECAST_NCSC_SAB_V1.23 - # instance_name: ncsc123_gfs_sb55.01 + # instance_name: ncsc123_gfs_sb55.01 # forcing_metclass: synoptic try: