From c5b18a1560c17a82fa985ab1d82e2fe7ee8023e8 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:33:30 -0400 Subject: [PATCH] upgrading to python 3.11.5, upgrading various other packages to the latest version --- Dockerfile | 2 +- README.md | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27b62eb..2b5d5b6 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.4-slim +FROM python:3.11.5-slim # update the image base RUN apt-get update && apt-get -y upgrade diff --git a/README.md b/README.md index b4445de..d260c1b 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.4-orange)](https://github.com/python/cpython) +[![Python](https://img.shields.io/badge/Python-3.11.5-orange)](https://github.com/python/cpython) [![Linting Pylint](https://img.shields.io/badge/Pylint-%202.17.5-yellow)](https://github.com/PyCQA/pylint) -[![Pytest](https://img.shields.io/badge/Pytest-%207.4.1-blue)](https://github.com/pytest-dev/pytest) +[![Pytest](https://img.shields.io/badge/Pytest-%207.4.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 223b0c6..5ba141d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,8 @@ # SPDX-License-Identifier: MIT pylint==2.17.5 -pytest==7.4.1 +pytest==7.4.2 pytest-cov==4.1.0 -slack-sdk==3.21.3 +slack-sdk==3.22.0 requests==2.31.0 psycopg2-binary==2.9.7