From 65a6d21b0331689cd68f1c604f6e9de9887b8b42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:09:53 +0000 Subject: [PATCH] fix(deps): update python docker tag to v3.14.0 --- .python-version | 2 +- .tool-versions | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.python-version b/.python-version index 455808f..f982feb 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.4 +3.14.0 diff --git a/.tool-versions b/.tool-versions index 28de7ad..2e3d741 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ poetry 1.8.5 -python 3.12.4 +python 3.14.0 diff --git a/pyproject.toml b/pyproject.toml index 73681c9..67f9534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" package-mode = false [tool.poetry.dependencies] -python = ">=3.12,<3.13" +python = ">=3.14,<3.15" streamlit = "^1.31.1" gpt-all-star = "^0.0.64" streamlit-extras = "^0.4.0"