Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jul 9, 2024
2 parents 9ca8a1f + e9dcc61 commit 2668949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
]

[project.optional-dependencies]
dev = ["black==23.3.0", "pylint==2.8.2", "pytest==8.2.2"]
dev = ["black==24.4.2", "pylint==3.2.5", "pytest==8.2.2"]

[project.urls]
"Homepage" = "https://github.com/vtuber-plan/olah"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ fastapi
httpx
pydantic==1.10.8
toml==0.10.2
huggingface_hub==0.23.3
huggingface_hub==0.23.4
pytest==8.2.2

0 comments on commit 2668949

Please sign in to comment.