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 d7f9370 commit ebf48e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 APSVIZ-Settings python image

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

# update the image base
RUN apt-get update && apt-get -y upgrade
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ A Web application/services to view/modify the [APSViz-Supervisor](https://github
[![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:/python/cpython)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.2.6-yellow)](https:/PyCQA/pylint)
[![Pytest](https://img.shields.io/badge/Pytest-%208.3.2-blue)](https:/pytest-dev/pytest)
[![Python](https://img.shields.io/badge/Python-3.12.6-orange)](https:/python/cpython)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.0-yellow)](https:/PyCQA/pylint)
[![Pytest](https://img.shields.io/badge/Pytest-%208.3.3-blue)](https:/pytest-dev/pytest)
#### Build status...
[![PyLint the codebase](https:/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml/badge.svg)](https:/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml)
[![Build and push the Docker image](https:/RENCI/APSVIZ-Settings/actions/workflows/image-push.yml/badge.svg)](https:/RENCI/APSVIZ-Settings/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 @@ -6,12 +6,12 @@
# SPDX-License-Identifier: LicenseRef-RENCI
# SPDX-License-Identifier: MIT

pydantic==2.8.2
fastapi==0.112.0
pydantic==2.9.2
fastapi==0.115.0
uvicorn==0.30.6
pyyaml==6.0.2
psycopg2-binary==2.9.9
pyjwt==2.9.0
pylint==3.2.6
pytest==8.3.2
pylint==3.3.0
pytest==8.3.3
requests==2.32.3

0 comments on commit ebf48e2

Please sign in to comment.