Skip to content

Commit

Permalink
upgrading the version of python and package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Sep 20, 2024
1 parent 7fb6c74 commit 74303c1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# This Dockerfile is used to build THE RabbitMQ message handler python image

FROM python:3.12.5-slim
FROM python:3.12.6-slim

# install basic tools
RUN apt-get update && apt-get -y upgrade && apt-get install -yq vim procps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This Dockerfile is used to build the APSVIZ-Msg-Handler image

# leverage the renci python base image
FROM python:3.11.7-slim
FROM python:3.12.6-slim

# update the image base
RUN apt-get update && apt-get upgrade
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ RabbitMQ message handlers for the APSViz project, including handlers for:
[![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.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)
[![Python](https://img.shields.io/badge/Python-3.12.6-orange)](https://github.com/python/cpython)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.0-yellow)](https://github.com/PyCQA/pylint)
[![Pytest](https://img.shields.io/badge/Pytest-%208.3.3-blue)](https://github.com/pytest-dev/pytest)
#### Build status...
[![Pylint](https://github.com/RENCI/APSViz-Msg-Handler/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/APSViz-Msg-Handler/actions/workflows/pylint.yml)
[![Build and push the Docker image](https://github.com/RENCI/APSViz-Msg-Handler/actions/workflows/image-push.yml/badge.svg)](https://github.com/RENCI/APSViz-Msg-Handler/actions/workflows/image-push.yml)
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

pika==1.3.2
psycopg2-binary==2.9.9
configparser==7.0.0
pylint==3.2.6
pytest==8.3.2
configparser==7.1.0
pylint==3.3.0
pytest==8.3.3
pytest-cov==5.0.0
slack-sdk==3.31.0
slack-sdk==3.33.1

0 comments on commit 74303c1

Please sign in to comment.