From 32ebac590d80cd9188a7df1d5f80b6c62f44e67b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 08:41:25 +0000 Subject: [PATCH] fix(deps): update python to v3.12.1 --- .tool-versions | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 2da9540d..4c95bd69 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -python 3.11.5 +python 3.12.1 poetry 1.7.1 git-chglog 0.15.2 diff --git a/pyproject.toml b/pyproject.toml index d417ac9f..fdb9848c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ micropy = 'micropy.app:app' [tool.poetry.dependencies] -python = ">=3.8,<3.12" +python = ">=3.12,<3.13" boltons = "==23.1.1" cachier = "2.0.0" Jinja2 = "3.1.3"