From c780ff108a25c90b7c1816f47fa7b429a2d24a3f Mon Sep 17 00:00:00 2001 From: jstzwj <1103870790@qq.com> Date: Sat, 19 Oct 2024 22:28:53 +0800 Subject: [PATCH] update dependencies version --- pyproject.toml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f67db3..f86d33a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["black==24.4.2", "pylint==3.2.5", "pytest==8.2.2"] +dev = ["black==24.10.0", "pylint==3.3.1", "pytest==8.3.3"] [project.urls] "Homepage" = "https://github.com/vtuber-plan/olah" diff --git a/requirements.txt b/requirements.txt index 52f3e72..a83e52e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -fastapi==0.111.0 +fastapi==0.115.2 fastapi-utils==0.7.0 GitPython==3.1.43 httpx==0.27.0 pydantic==2.8.2 pydantic-settings==2.4.0 toml==0.10.2 -huggingface_hub==0.23.4 -pytest==8.2.2 +huggingface_hub==0.26.0 +pytest==8.3.3 cachetools==5.4.0 PyYAML==6.0.1 tenacity==8.5.0