Skip to content

Commit

Permalink
Merge pull request #56 from cBioPortal/update-python-dep
Browse files Browse the repository at this point in the history
Update Python Lib Requests to 2.32.3
  • Loading branch information
inodb authored Aug 26, 2024
2 parents 3bef9a1 + 8cb9e0b commit eabc07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 'Validate tests'
working-directory: ./cbioportal-core
run: |
docker run -v ${PWD}:/cbioportal-core python:3.6 /bin/sh -c '
docker run -v ${PWD}:/cbioportal-core python:3.9 /bin/sh -c '
cd cbioportal-core &&
pip install -r requirements.txt &&
./test_scripts.sh'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.20.0
requests==2.32.3
markupsafe==2.0.1
Jinja2==2.11.3
mysqlclient==2.1.0
Expand Down

0 comments on commit eabc07c

Please sign in to comment.