Skip to content

Commit

Permalink
upgrading packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Mar 25, 2024
1 parent 3adc0a8 commit 12ef480
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 12ef480

Please sign in to comment.