diff --git a/Dockerfile b/Dockerfile index f9e9c8a..31e0977 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ # This Dockerfile is used to build the APSVIZ-Collab-sync image # leverage the renci python base 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 cd8211c..0215896 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Synchronizes data created by the various APSViz services and applications and pr [![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 and Pytest](https://github.com/RENCI/APSViz-collab-sync/actions/workflows/pylint-pytest.yml/badge.svg)](https://github.com/RENCI/APSViz-collab-sync/actions/workflows/pylint-pytest.yml) [![Build and push the Docker image](https://github.com/RENCI/APSViz-collab-sync/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/APSViz-collab-sync/actions/workflows/image-push.yml) diff --git a/requirements.txt b/requirements.txt index c472db6..dd47579 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # SPDX-License-Identifier: MIT pylint==3.1.0 -pytest==8.1.1 +pytest==8.2.0 pytest-cov==5.0.0 slack-sdk==3.27.1 requests==2.31.0