diff --git a/Dockerfile b/Dockerfile index dc4ec0c70..031a63659 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 5e2ab7c38..c8348bc02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1092,8 +1092,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 211171192..b4375466d 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"