From 0de5144ee239aacb4cc6e5cfe46e603fb9866c14 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:54:26 -0400 Subject: [PATCH] upgrading python and packages --- Dockerfile | 2 +- README.md | 4 ++-- requirements.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index fdf4e30..381ddeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build THE APSVIZ-Settings 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 dea8fa3..0ba15a7 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.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-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 0eeef8d..c03d8db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,12 +6,12 @@ # SPDX-License-Identifier: LicenseRef-RENCI # SPDX-License-Identifier: MIT -pydantic==2.6.4 -fastapi==0.110.0 +pydantic==2.7.1 +fastapi==0.110.2 uvicorn==0.29.0 pyyaml==6.0.1 psycopg2-binary==2.9.9 pyjwt==2.8.0 pylint==3.1.0 -pytest==8.1.1 +pytest==8.2.0 requests==2.31.0 \ No newline at end of file