From a547b0b38a0740bd74c1aea3e57a419957e285f2 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Thu, 4 Jan 2024 09:09:43 -0500 Subject: [PATCH] upgrading python to 3.11.7, upgrading to latest python packages. --- Dockerfile | 2 +- Dockerfile.test | 2 +- README.md | 6 +++--- requirements.txt | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index db1db9c..de983e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # This Dockerfile is used to build the APSVIZ-Archiver image # leverage the renci python base image -FROM python:3.11.6-slim +FROM python:3.11.7-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/Dockerfile.test b/Dockerfile.test index c3c05eb..fcd2d8d 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -8,7 +8,7 @@ # This Dockerfile is used to build the APSVIZ-Archiver image # leverage the renci python base image -FROM python:3.11.5-slim +FROM python:3.11.7-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/README.md b/README.md index 5371b2b..1b14686 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,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.11.5-orange)](https://github.com/python/cpython) -[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.0.0-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%207.4.2-blue)](https://github.com/pytest-dev/pytest) +[![Python](https://img.shields.io/badge/Python-3.11.7-orange)](https://github.com/python/cpython) +[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.0.3-yellow)](https://github.com/PyCQA/pylint) +[![Pytest](https://img.shields.io/badge/Pytest-%207.4.4-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 9940f1f..dddad04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # SPDX-License-Identifier: LicenseRef-RENCI # SPDX-License-Identifier: MIT -pylint==3.0.2 -pytest==7.4.3 +pylint==3.0.3 +pytest==7.4.4 pytest-cov==4.1.0 -slack-sdk==3.23.0 +slack-sdk==3.26.1 requests==2.31.0 psycopg2-binary==2.9.9