Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/sds-api/integration-tests/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requests = "*"
unittest-xml-reporting = "*"

[requires]
python_version = "3.8"
python_version = "3.13"

[scripts]
inttests = 'python -m xmlrunner discover -o test-reports ./tests'
2 changes: 1 addition & 1 deletion docker/sds-api/spine-directory-service/sds/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.18-slim-bullseye as base
FROM python:3.13.11-slim-bullseye as base

RUN apt-get update && \
apt-get install build-essential -y && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim-bullseye as base
FROM python:3.13-slim-bullseye as base

RUN apt-get update && \
apt-get install build-essential -y && \
Expand Down
4 changes: 2 additions & 2 deletions docker/sds-api/spine-directory-service/sds/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jsonschema = "*"
urllib3 = "==2.2.3"
exceptiongroup = "==1.1.2"
referencing = "==0.29.0"
rpds-py = "==0.18.1"
rpds-py = "==0.21.0"
importlib_resources = "==5.12.0"
zipp = "==3.16.0"

[requires]
python_version = "3.8.18"
python_version = "3.13.11"

[scripts]
unittests = 'python -m xmlrunner -o test-reports -v'
Expand Down
Loading
Loading