From 6aaffbb28f5017ca63438aa4d96eff5fa613e13b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:18:04 +0000 Subject: [PATCH] ci(deps): Update python Docker tag to v3.12.5 --- .python-version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 9ac38041..d9506ceb 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.5 +3.12.5 diff --git a/pyproject.toml b/pyproject.toml index 73550dff..245c4009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "LGPL-3.0" readme = "README.md" [tool.poetry.dependencies] -python = "^3.8,<3.12" +python = "<3.13" boto3 = "^1.26.130" [tool.poetry.group.dev.dependencies]