Skip to content

Commit

Permalink
upgrading packages and readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Sep 7, 2023
1 parent 71515c0 commit 14d66a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Website/services that return data used to populate the [APSViz TerriaMap UI](htt
#### Components and versions...
[![Python](https://img.shields.io/badge/Python-3.11.4-orange)](https://github.com/python/cpython)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%202.17.4-yellow)](https://github.com/PyCQA/pylint)
[![Pytest](https://img.shields.io/badge/Pytest-%207.4.0-blue)](https://github.com/pytest-dev/pytest)
[![Pytest](https://img.shields.io/badge/Pytest-%207.4.1-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
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# SPDX-License-Identifier: LicenseRef-RENCI
# SPDX-License-Identifier: MIT

pydantic==2.1.1
fastapi==0.101.0
pydantic==2.3.0
fastapi==0.103.1
uvicorn==0.23.2
pyyaml==6.0.1
psycopg2-binary==2.9.7
pylint==2.17.5
pandas
pandas==2.1.0
numpy==1.25.2
pyjwt==2.8.0
pytest==7.4.0
pytest==7.4.1
requests==2.31.0

0 comments on commit 14d66a6

Please sign in to comment.