From 72490074b607f64d4cbc67625ab81744ff03b6e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 04:23:42 +0000 Subject: [PATCH] Update Python to v3.12.7 --- Dockerfile | 2 +- poetry.lock | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc4ec0c70e..35b57428e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ COPY clashleaders/static clashleaders/static RUN pnpm build -FROM python:3.12.2 +FROM python:3.12.7 # Create app directoy WORKDIR /app diff --git a/poetry.lock b/poetry.lock index 59d9b4f29e..31795f9b84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1065,8 +1065,8 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" -python-versions = "~3.12.2" -content-hash = "84c87016e3c348b37f604cafe22c90a992644c33b13a7bf282c16bc199959eec" +python-versions = "~3.12.7" +content-hash = "a1e26598936b4e3cacd9147e56edb03ab9af991f78300867fa747bf1b3439f38" [metadata.files] aiohttp = [ diff --git a/pyproject.toml b/pyproject.toml index ee16333a0a..cba88fb200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Amir Raminfar "] [tool.poetry.dependencies] -python = "~3.12.2" +python = "~3.12.7" aiohttp = "^3.9.3" awesome-slugify = "^1.6.5" bugsnag = "^4.6.1"