From b836359f9a7042af3736ca2d036115f68b173791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:18:12 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.1 --- .python-version | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index c84ccce..171a6a9 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.5 +3.12.1 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"