diff --git a/pyproject.toml b/pyproject.toml index 38bdd39..7a768c1 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.4.2", "pylint==3.2.5", "pytest==8.3.1"] [project.urls] "Homepage" = "https://github.com/vtuber-plan/olah" diff --git a/requirements.txt b/requirements.txt index 6e87169..9c0a447 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ httpx==0.27.0 pydantic==2.8.2 toml==0.10.2 huggingface_hub==0.23.4 -pytest==8.2.2 +pytest==8.3.1 cachetools==5.4.0 PyYAML==6.0.1 \ No newline at end of file