File tree Expand file tree Collapse file tree 4 files changed +113
-109
lines changed Expand file tree Collapse file tree 4 files changed +113
-109
lines changed Original file line number Diff line number Diff line change 1
1
os : linux
2
2
language : python
3
3
python :
4
- - " 3.9.18 " # Matches version in Dockerfiles/Dockerfile.dss
4
+ - " 3.10.13 " # Matches version in Dockerfiles/Dockerfile.dss
5
5
dist : focal
6
6
services :
7
7
- docker
Original file line number Diff line number Diff line change 1
1
# Stage 1, create base
2
2
# Reference from https://github.com/pypa/pipenv/issues/3160#issuecomment-510951442
3
3
4
- FROM python:3.9.18 -slim AS base
4
+ FROM python:3.10.16 -slim AS base
5
5
6
6
ENV PYROOT /pyroot
7
7
ENV PYTHONUSERBASE $PYROOT
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ click = "==8.1.2"
25
25
flask = " ==2.2.5"
26
26
backoff = " ==1.11.1"
27
27
boxsdk = {extras = [" jwt" ],version = " ==3.2.0" }
28
- cryptography = " ==43 .0.1"
28
+ cryptography = " ==44 .0.1"
29
29
hvac = " ==0.11.2"
30
30
asyncio = " ==3.4.3"
31
31
requests = " ==2.32.3"
You can’t perform that action at this time.
0 commit comments