From 0d826879e3cb3295afe8727587e71770bb1c32e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:33:47 +0000 Subject: [PATCH] ci(deps): Update python Docker tag --- .python-version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 9ac3804..c10780c 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.5 +3.13.1 diff --git a/pyproject.toml b/pyproject.toml index e73b033..7eb2652 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.14" boto3 = "^1.26.130" [tool.poetry.group.dev.dependencies]