Skip to content

Commit

Permalink
updating pylint version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 11, 2024
1 parent ebf48e2 commit 3adfa13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A Web application/services to view/modify the [APSViz-Supervisor](https://github
[![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.6-orange)](https://github.com/python/cpython)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.0-yellow)](https://github.com/PyCQA/pylint)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.3.1-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 the codebase](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml/badge.svg)](https://github.com/RENCI/APSVIZ-Settings/actions/workflows/pylint.yml)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

pydantic==2.9.2
fastapi==0.115.0
uvicorn==0.30.6
uvicorn==0.31.1
pyyaml==6.0.2
psycopg2-binary==2.9.9
pyjwt==2.9.0
pylint==3.3.0
pylint==3.3.1
pytest==8.3.3
requests==2.32.3

0 comments on commit 3adfa13

Please sign in to comment.