From db1cfe28c86588b97b869fd59f9be991efd3ba32 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:58:36 -0500 Subject: [PATCH] upgrading to python 3.12.7, package updates to latest. --- Dockerfile | 2 +- README.md | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 39ba8c4..68e3c47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build THE APSVIZ-Settings 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 diff --git a/README.md b/README.md index 39d3ab7..10ebf76 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A Web application/services to view/modify the [APSViz-Supervisor](https://github [![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... diff --git a/requirements.txt b/requirements.txt index 6342c30..a6cb7d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,11 +7,11 @@ # SPDX-License-Identifier: MIT pydantic==2.9.2 -fastapi==0.115.0 +fastapi==0.115.2 uvicorn==0.31.1 pyyaml==6.0.2 psycopg2-binary==2.9.9 pyjwt==2.9.0 pylint==3.3.1 pytest==8.3.3 -requests==2.32.3 \ No newline at end of file +requests==2.32.3