From 64098ed1273062f6796b04bb299b11c3cc1c8205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:39:33 +0000 Subject: [PATCH] fix(dependencies): update python to ^3.12.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60fa5fa..1dbed51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.12.3" [tool.poetry.dev-dependencies] black = "^21.12b0"