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
This commit is contained in:
Joe Banks
2024-10-17 21:33:46 +01:00
committed by GitHub
parent 6c8eb380fd
commit ec000beee8
3 changed files with 817 additions and 655 deletions

View File

@@ -47,7 +47,7 @@ python-dateutil = "~=2.8.1"
pytoml = "~=0.1.21"
pytz = "~=2020.5"
reportlab = "*"
requests = "~=2.32.0"
requests = "~=2.32.3"
retrying = "~=1.3.3"
simplejson = "~=3.17.2"
six = "~=1.15.0"