Skip to content

Commit

Permalink
update dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Oct 19, 2024
1 parent c927ffc commit c780ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c780ff1

Please sign in to comment.