Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent 1eb110c commit d7d9a67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ classifiers = [
dependencies = ["click==8.1.7", "colorama==0.4.6", "importlib_resources==6.4.5"]

[project.optional-dependencies]
dev = ["ruff==0.7.4"]
dev = ["ruff==0.8.0"]

[project.urls]
Documentation = "https://github.com/mirpo/fastapi-gen#readme"
Expand Down
2 changes: 1 addition & 1 deletion src/templates/hello_world/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ uvicorn==0.32.0
python-dotenv==1.0.1
pydantic-settings==2.6.1
# dev
ruff==0.7.4
ruff==0.8.0
pytest==8.3.3
httpx==0.27.2
2 changes: 1 addition & 1 deletion src/templates/langchain/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ langchain==0.3.7
langchain-community==0.3.7
accelerate==1.1.1
# dev
ruff==0.7.4
ruff==0.8.0
pytest==8.3.3
httpx==0.27.2
2 changes: 1 addition & 1 deletion src/templates/llama/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ fastapi==0.115.5
llama-cpp-python==0.3.2
pydantic-settings==2.6.1
# dev
ruff==0.7.4
ruff==0.8.0
pytest==8.3.3
httpx==0.27.2
2 changes: 1 addition & 1 deletion src/templates/nlp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ torch==2.5.1
uvicorn==0.32.0
accelerate==1.1.1
# dev
ruff==0.7.4
ruff==0.8.0
pytest==8.3.3
httpx==0.27.2

0 comments on commit d7d9a67

Please sign in to comment.