Skip to content

Commit 5875694

Browse files
committed
updating to use python 3.10
Signed-off-by: Kristi-Kazmierczak <[email protected]>
1 parent 5605e86 commit 5875694

File tree

4 files changed

+113
-109
lines changed

4 files changed

+113
-109
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
os: linux
22
language: python
33
python:
4-
- "3.9.18" # Matches version in Dockerfiles/Dockerfile.dss
4+
- "3.10.13" # Matches version in Dockerfiles/Dockerfile.dss
55
dist: focal
66
services:
77
- docker

Dockerfiles/Dockerfile.dss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stage 1, create base
22
# Reference from https://github.com/pypa/pipenv/issues/3160#issuecomment-510951442
33

4-
FROM python:3.9.18-slim AS base
4+
FROM python:3.10.16-slim AS base
55

66
ENV PYROOT /pyroot
77
ENV PYTHONUSERBASE $PYROOT

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ click = "==8.1.2"
2525
flask = "==2.2.5"
2626
backoff = "==1.11.1"
2727
boxsdk = {extras = ["jwt"],version = "==3.2.0"}
28-
cryptography = "==43.0.1"
28+
cryptography = "==44.0.1"
2929
hvac = "==0.11.2"
3030
asyncio = "==3.4.3"
3131
requests = "==2.32.3"

0 commit comments

Comments
 (0)