Skip to content

Commit

Permalink
upgrading to python 3.12.7, package updates to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Nov 4, 2024
1 parent 5d3148e commit d334cbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

FROM python:3.12.6-slim
FROM python:3.12.7-slim

# update the image base
RUN apt-get update && apt-get -y upgrade
Expand Down
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
[![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.6-orange)](https://github.com/python/cpython)
[![Python](https://img.shields.io/badge/Python-3.12.7-orange)](https://github.com/python/cpython)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.1-yellow)](https://github.com/PyCQA/pylint)
[![Pytest](https://img.shields.io/badge/Pytest-%208.3.3-blue)](https://github.com/pytest-dev/pytest)
#### Build status..
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ uvicorn==0.32.0
pyyaml==6.0.2
psycopg2-binary==2.9.10
pandas==2.2.3
numpy==2.1.2
numpy==2.1.3
pyjwt==2.9.0
pylint==3.3.1
pytest==8.3.3
requests==2.32.3
pytz==2024.2
scipy==1.14.1
xarray==2024.9.0
netcdf4==1.7.1.post2
pydap==3.5
xarray==2024.10.0
netcdf4==1.7.2
pydap==3.5.1

0 comments on commit d334cbc

Please sign in to comment.