From 213f22db41058661e47ae08971bbcad6e1c02fc1 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:05:57 -0400 Subject: [PATCH] upgrading to python 3.12.5, upgrading package versions --- Dockerfile | 2 +- README.md | 6 +++--- requirements.txt | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d61423..1ac5c13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # This Dockerfile is used to build the APSVIZ-Archiver image # leverage the renci python base image -FROM python:3.12.3-slim +FROM python:3.12.5-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/README.md b/README.md index 5610a18..d0910ff 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Archives file created by the various APSViz applications and processes. [![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.3-orange)](https://github.com/python/cpython) -[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.1.1-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%208.2.0-blue)](https://github.com/pytest-dev/pytest) +[![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) #### Build status... [![Pylint and Pytest](https://github.com/RENCI/APSVIZ-Archiver/actions/workflows/pylint-pytest.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Archiver/actions/workflows/pylint-pytest.yml) [![Build and push the Docker image](https://github.com/RENCI/APSVIZ-Archiver/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Archiver/actions/workflows/image-push.yml) diff --git a/requirements.txt b/requirements.txt index fc10856..721b7ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,9 @@ # SPDX-License-Identifier: LicenseRef-RENCI # SPDX-License-Identifier: MIT -pylint==3.1.1 -pytest==8.2.0 +pylint==3.2.6 +pytest==8.3.2 pytest-cov==5.0.0 -slack-sdk==3.27.1 -requests==2.31.0 +slack-sdk==3.31.0 +requests==2.32.3 psycopg2-binary==2.9.9