bump deps
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
python 3.13.0
|
python 3.14.3
|
||||||
nodejs 24.4.1
|
nodejs 25.8.0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11.5-alpine
|
FROM python:3.14.3-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install uv
|
RUN pip install uv
|
||||||
|
|||||||
@@ -3,13 +3,15 @@ name = "szuru-eink"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = []
|
authors = []
|
||||||
requires-python = "==3.13.5"
|
requires-python = ">=3.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aioipfs==0.6.5",
|
"aioipfs==0.7.1",
|
||||||
"pyszuru==0.3.1",
|
"pyszuru==0.4.0",
|
||||||
"Requests==2.31.0",
|
"requests==2.32.5",
|
||||||
"Pillow==11.3.0",
|
"pillow==12.1.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = ["black==24.4.2"]
|
dev = [
|
||||||
|
"black==26.1.0",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user