update github actions from node 20 to 24, fix dulwich and idna

This commit is contained in:
Kenneth Kehl
2026-06-02 08:32:35 -07:00
parent a7c2736bdc
commit 3d7c80827c
13 changed files with 86 additions and 76 deletions

View File

@@ -12,6 +12,7 @@ python = "^3.13.2"
ago = "~=0.1.0"
beautifulsoup4 = "^4.14.3"
blinker = "~=1.8"
dulwich = "^1.2.5"
gevent = "==25.9.1"
exceptiongroup = "==1.3.1"
flask = "~=3.1"
@@ -62,7 +63,7 @@ smartypants = "^2.0.1"
certifi = "^2026.2.25"
charset-normalizer = "^3.4.4"
click = "^8.3.1"
idna = "^3.11"
idna = "^3.15"
markupsafe = "^3.0.3"
python-dateutil = "^2.9.0.post0"
pyyaml = "^6.0.3"