diff --git a/pyproject.toml b/pyproject.toml index 22ae644..23bbe04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.9" dependencies = [ "docker==7.0.0", "requests==2.31.0", - "sanic==21.12.2", + "sanic==25.3.0", "uvloop==0.19.0", "websocket-client==1.7.0", "websockets==10.0", diff --git a/requirements.txt b/requirements.txt index 80844d9..0b7403d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ requests==2.31.0 # via # jobrunner (pyproject.toml) # docker -sanic==21.12.2 +sanic==25.3.0 # via jobrunner (pyproject.toml) sanic-routing==0.7.2 # via sanic