From 75379a2b685fa10a34210fdc506329e2a37d0457 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:48:26 +0000 Subject: [PATCH] fix(deps): update python --- .tool-versions | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index faadbed8..ed211021 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -python 3.11.5 +python 3.12.5 poetry 1.8.3 git-chglog 0.15.2 diff --git a/pyproject.toml b/pyproject.toml index 60921c3b..8644cb14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ micropy = 'micropy.app:app' [tool.poetry.dependencies] -python = ">=3.9,<3.12" +python = ">=3.12,<3.13" boltons = "==23.1.1" cachier = "2.3.0" Jinja2 = "3.1.4"