diff --git a/Dockerfile b/Dockerfile index bbb2ada13..6b16c0b9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5 +FROM python:3.13.1 LABEL maintainer "ODL DevOps " # Add package files, install updated node and pip diff --git a/poetry.lock b/poetry.lock index dad590468..870d502d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1228,7 +1228,7 @@ files = [ [package.dependencies] google-auth = ">=2.14.1,<3.0.dev0" googleapis-common-protos = ">=1.56.2,<2.0.dev0" -proto-plus = ">=1.22.3,<2.0.0dev" +proto-plus = {version = ">=1.25.0,<2.0.0dev", markers = "python_version >= \"3.13\""} protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<6.0.0.dev0" requests = ">=2.18.0,<3.0.0.dev0" @@ -3591,5 +3591,5 @@ pyyaml = "*" [metadata] lock-version = "2.0" -python-versions = "3.12.5" -content-hash = "5a6f59c2f66aa4513dba5a23874f7be97b668ce1e3db87c0b514930692616016" +python-versions = "3.13.1" +content-hash = "03dce157529c01159e3afeb0b86c8770e1714f3986f10f8b538075596e30a435" diff --git a/pyproject.toml b/pyproject.toml index ab65d9f1b..630c5cc8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" version = "0.0.0" [tool.poetry.dependencies] -python = "3.12.5" +python = "3.13.1" beautifulsoup4 = "^4.12.2" boto3 = "1.35.62"