From b65484a410bfe82c0bc487ba46551deecb84753d Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 05:30:29 +0000 Subject: [PATCH] fix(deps): update python to >=3.13,<3.14 | datasource | package | from | to | | --------------- | ----------------------------- | ------- | ------ | | github-releases | containerbase/python-prebuild | 3.12.10 | 3.13.3 | --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38a0656d..8d00afdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ repository = "https://github.com/dreadnode/sdk" readme = "README.md" [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.13,<3.14" pydantic = "^2.9.2" httpx = "^0.27.2" ruamel-yaml = "^0.18.6"