diff --git a/Dockerfile b/Dockerfile index 85076f0560..4db6f85053 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.6 +FROM python:3.13.0 LABEL maintainer "ODL DevOps " # Add package files, install updated node and pip diff --git a/poetry.lock b/poetry.lock index d1332e0ccf..62109511dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4863,5 +4863,5 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" -python-versions = "3.12.6" -content-hash = "b66c70450438cb21310133ee079f7c35bc86615f7b744fdfbf08337d54191969" +python-versions = "3.12.7" +content-hash = "f1b3aa64f48488adeec181c7ee0feb23b05d08bf50efebaf6a303469ff0ab2a2" diff --git a/pyproject.toml b/pyproject.toml index 7971a5971d..98f0fe3cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["MIT ODL"] [tool.poetry.dependencies] -python = "3.12.6" +python = "3.12.7" attrs = "^24.0.0" base36 = "^0.1.1" beautifulsoup4 = "^4.8.2"