From e3c2fb154a003eeb5e9341a492f0e39c8b3e5215 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:01:49 +0000 Subject: [PATCH] fix(deps): update python to v3.13.0 --- Dockerfile | 2 +- poetry.lock | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc4ec0c70e..031a63659d 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.13.0 # Create app directoy WORKDIR /app diff --git a/poetry.lock b/poetry.lock index 2845a54bf4..62ab3bfbdc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1089,8 +1089,8 @@ propcache = ">=0.2.0" [metadata] lock-version = "1.1" -python-versions = "~3.12.2" -content-hash = "d99708daed4dd6ac2866e745f1090e6b98e0d635e5f328f070994e08d999b4e8" +python-versions = "~3.13.0" +content-hash = "d31266d813bf44921b398dd7ac9d199ed7d4546daa1995b0bc12137a91e18bc4" [metadata.files] aiohappyeyeballs = [ diff --git a/pyproject.toml b/pyproject.toml index 2111711929..b4375466d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Amir Raminfar "] [tool.poetry.dependencies] -python = "~3.12.2" +python = "~3.13.0" aiohttp = "^3.9.3" awesome-slugify = "^1.6.5" bugsnag = "^4.6.1"