Skip to content

Commit ec000be

Browse files
authored
Update CI build version to 3.10 (#598)
* Update CI build version to 3.10 * Wrap Python version in string to avoid decimalisation * Update requests for CVE mitigation * Install cairo
1 parent 6c8eb38 commit ec000be

File tree

3 files changed

+818
-656
lines changed

3 files changed

+818
-656
lines changed

.github/workflows/django.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ jobs:
1515
PYTHONDONTWRITEBYTECODE: 1
1616
steps:
1717
- uses: actions/checkout@v4
18+
- name: Install build dependencies
19+
run: |
20+
sudo apt-get install libcairo2-dev
1821
- name: Set up Python
1922
uses: actions/setup-python@v5
2023
with:
21-
python-version: 3.9
24+
python-version: "3.10"
2225
cache: 'pipenv'
2326
- name: Install Dependencies
2427
run: |

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ python-dateutil = "~=2.8.1"
4747
pytoml = "~=0.1.21"
4848
pytz = "~=2020.5"
4949
reportlab = "*"
50-
requests = "~=2.32.0"
50+
requests = "~=2.32.3"
5151
retrying = "~=1.3.3"
5252
simplejson = "~=3.17.2"
5353
six = "~=1.15.0"

0 commit comments

Comments
 (0)