From 75a7eaa95e7b2050a599a3a715b1145216350fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:48:16 +0000 Subject: [PATCH] chore(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 c84ccce..4eba2a6 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.5 +3.13.0 diff --git a/pyproject.toml b/pyproject.toml index a784927..3f04480 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "~3.10" +python = "~3.12.0" rich = "^13.0.1" requests = "^2.31.0" toml = "^0.10.2"