Skip to content

Commit

Permalink
upping package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 5, 2023
1 parent 93314ed commit 17adae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.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)
[![Linting Pylint](https://img.shields.io/badge/Pylint-%203.0.0-yellow)](https://github.com/PyCQA/pylint)
[![Pytest](https://img.shields.io/badge/Pytest-%207.4.2-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
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# SPDX-License-Identifier: LicenseRef-RENCI
# SPDX-License-Identifier: MIT

pydantic==2.3.0
fastapi==0.103.1
pydantic==2.4.2
fastapi==0.103.2
uvicorn==0.23.2
pyyaml==6.0.1
psycopg2-binary==2.9.7
pylint==2.17.5
psycopg2-binary==2.9.9
pylint==3.0.0
pyjwt==2.8.0
pytest==7.4.2
requests==2.31.0

0 comments on commit 17adae1

Please sign in to comment.