Skip to content

Commit

Permalink
upgrading to python 3.11.5, upgrading various other packages to the l…
Browse files Browse the repository at this point in the history
…atest version
  • Loading branch information
PhillipsOwen committed Sep 22, 2023
1 parent 61438d6 commit 0558694
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

FROM python:3.11.4-slim
FROM python:3.11.5-slim

# install basic tools
RUN apt-get update && apt-get -y upgrade && apt-get install -yq vim procps
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,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.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](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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pika==1.3.2
psycopg2-binary==2.9.7
configparser==6.0.0
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

0 comments on commit 0558694

Please sign in to comment.