From ebf48e232d622c2f379b7816fd18271f1af11730 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:59:34 -0400 Subject: [PATCH] upgrading the version of python and package versions --- Dockerfile | 2 +- README.md | 6 +++--- requirements.txt | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf2a50f..39ba8c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build THE APSVIZ-Settings python image -FROM python:3.12.5-slim +FROM python:3.12.6-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/README.md b/README.md index 89e1213..be7b38e 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ 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.5-orange)](https://github.com/python/cpython) -[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.2.6-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%208.3.2-blue)](https://github.com/pytest-dev/pytest) +[![Python](https://img.shields.io/badge/Python-3.12.6-orange)](https://github.com/python/cpython) +[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.0-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... [![PyLint the codebase](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml) [![Build and push the Docker image](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/image-push.yml) diff --git a/requirements.txt b/requirements.txt index ed7592c..8c264f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,12 +6,12 @@ # SPDX-License-Identifier: LicenseRef-RENCI # SPDX-License-Identifier: MIT -pydantic==2.8.2 -fastapi==0.112.0 +pydantic==2.9.2 +fastapi==0.115.0 uvicorn==0.30.6 pyyaml==6.0.2 psycopg2-binary==2.9.9 pyjwt==2.9.0 -pylint==3.2.6 -pytest==8.3.2 +pylint==3.3.0 +pytest==8.3.3 requests==2.32.3 \ No newline at end of file