Skip to content

Commit

Permalink
upgrading python to 3.11.7, upgrading to latest python packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jan 4, 2024
1 parent 95e478b commit b370416
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# This Dockerfile is used to build THE apsviz-ui-data python image

FROM python:3.11.6-slim
FROM python:3.11.7-slim

# update the image base
RUN apt-get update && apt-get -y upgrade
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,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.11.5-orange)](https://github.com/python/cpython)
[![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)
[![Python](https://img.shields.io/badge/Python-3.11.7-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-%207.4.4-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
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# SPDX-License-Identifier: LicenseRef-RENCI
# SPDX-License-Identifier: MIT

pydantic==2.4.2
fastapi==0.104.0
uvicorn==0.23.2
pydantic==2.5.3
fastapi==0.108.0
uvicorn==0.25.0
pyyaml==6.0.1
psycopg2-binary==2.9.9
pylint==3.0.2
pandas==2.1.1
numpy==1.26.1
pylint==3.0.3
pandas==2.1.4
numpy==1.26.3
pyjwt==2.8.0
pytest==7.4.3
pytest==7.4.4
requests==2.31.0
pytz==2023.3.post1

0 comments on commit b370416

Please sign in to comment.