From 6c878ff9ee23fd097121b6b5f8e6f970d353a86d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:21:46 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.6 --- .python-version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index c84ccce..35f236d 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.5 +3.12.6 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"