From c314942965a3416087dfb813a6457598e5093d33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 04:20:10 +0000 Subject: [PATCH] Update Python to v3.12.4 --- Dockerfile | 2 +- poetry.lock | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc4ec0c70e..3349f4e1d3 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.4 # Create app directoy WORKDIR /app diff --git a/poetry.lock b/poetry.lock index 59d9b4f29e..56fe3ac1c1 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.4" +content-hash = "be6de26ed4db12074acff454e99c54a43294885bb1cb862265855bb77dd2ef46" [metadata.files] aiohttp = [ diff --git a/pyproject.toml b/pyproject.toml index ee16333a0a..5b9574d11e 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.4" aiohttp = "^3.9.3" awesome-slugify = "^1.6.5" bugsnag = "^4.6.1"