diff --git a/Dockerfile b/Dockerfile index 27de3c7..c0af801 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build THE apsviz-ui-data python image -FROM python:3.12.2-slim +FROM python:3.12.3-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/README.md b/README.md index b829f65..3e9a2e8 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Website/services that return data used to populate the [APSViz TerriaMap UI](htt [![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/) [![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) +[![Python](https://img.shields.io/badge/Python-3.12.3-orange)](https://github.com/python/cpython) [![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.1-blue)](https://github.com/pytest-dev/pytest) +[![Pytest](https://img.shields.io/badge/Pytest-%208.2.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 4614573..e7d31e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,15 +6,15 @@ # SPDX-License-Identifier: LicenseRef-RENCI # SPDX-License-Identifier: MIT -pydantic==2.6.1 -fastapi==0.109.2 -uvicorn==0.27.1 +pydantic==2.7.1 +fastapi==0.110.2 +uvicorn==0.29.0 pyyaml==6.0.1 psycopg2-binary==2.9.9 pandas==2.1.4 numpy==1.26.3 pyjwt==2.8.0 pylint==3.1.0 -pytest==8.1.1 +pytest==8.2.0 requests==2.31.0 pytz==2024.1