Skip to content

Commit

Permalink
upgrading python version, packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Aug 15, 2024
1 parent ed7e8d1 commit caba87f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# This Dockerfile is used to build THE iRODS-K8s Settings python image

FROM python:3.12.3-slim
FROM python:3.12.5-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 @@ -13,9 +13,9 @@ A Web application/services to view/modify the *[iRODS-K8s Supervisor](https://gi
[![BSD License](https://img.shields.io/badge/License-BSD-orange.svg)](https://github.com/irods-contrib/iRODS-K8s-Settings/blob/main/LICENSE)

#### Components and versions.
[![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.2.0-blue)](https://github.com/pytest-dev/pytest)
[![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)

#### Build status.
[![PyLint the codebase](https://github.com/irods-contrib/iRODS-K8s-Settings/actions/workflows/pylint.yml/badge.svg)](https://github.com/irods-contrib/iRODS-K8s-Settings/actions/workflows/pylint.yml)
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#
# SPDX-License-Identifier: BSD 3-Clause

pydantic==2.7.1
fastapi==0.110.2
uvicorn==0.29.0
pyyaml==6.0.1
pydantic==2.8.2
fastapi==0.112.0
uvicorn==0.30.6
pyyaml==6.0.2
psycopg2-binary==2.9.9
pylint==3.1.0
pyjwt==2.8.0
pytest==8.2.0
requests==2.31.0
pylint==3.2.6
pyjwt==2.9.0
pytest==8.3.2
requests==2.32.3

0 comments on commit caba87f

Please sign in to comment.