diff --git a/poc/ml-diff/ml/pyproject.toml b/poc/ml-diff/ml/pyproject.toml index 017b90bbd8e..ac94e16700a 100644 --- a/poc/ml-diff/ml/pyproject.toml +++ b/poc/ml-diff/ml/pyproject.toml @@ -4,7 +4,7 @@ readme = "README.md" requires-python = ">=3.13.7" dependencies = [ - 'asgiref==3.9.2', + 'asgiref==3.10.0', 'setuptools', 'matplotlib', 'numpy >=2.3.3', diff --git a/poc/ml-diff/ml/requirements.txt b/poc/ml-diff/ml/requirements.txt index 936b8871553..b700d44944c 100644 --- a/poc/ml-diff/ml/requirements.txt +++ b/poc/ml-diff/ml/requirements.txt @@ -1,8 +1,8 @@ # This file was autogenerated by uv via the following command: # uv pip compile pyproject.toml --generate-hashes -o requirements.txt --no-deps -asgiref==3.9.2 \ - --hash=sha256:0b61526596219d70396548fc003635056856dba5d0d086f86476f10b33c75960 \ - --hash=sha256:a0249afacb66688ef258ffe503528360443e2b9a8d8c4581b6ebefa58c841ef1 +asgiref==3.10.0 \ + --hash=sha256:aef8a81283a34d0ab31630c9b7dfe70c812c95eba78171367ca8745e88124734 \ + --hash=sha256:d89f2d8cd8b56dada7d52fa7dc8075baa08fb836560710d38c292a7a3f78c04e fonttools==4.60.1 \ --hash=sha256:022beaea4b73a70295b688f817ddc24ed3e3418b5036ffcd5658141184ef0d0c \ --hash=sha256:026290e4ec76583881763fac284aca67365e0be9f13a7fb137257096114cb3bc \