Skip to content

Commit

Permalink
fix(deps): update dependency ruff to v0.8.6 (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent a6b9c47 commit 8c28da6
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.8", "colorama==0.4.6", "importlib_resources==6.5.2"]

[project.optional-dependencies]
dev = ["ruff==0.8.4"]
dev = ["ruff==0.8.6"]

[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.34.0
python-dotenv==1.0.1
pydantic-settings==2.7.0
# dev
ruff==0.8.4
ruff==0.8.6
pytest==8.3.4
httpx==0.28.1
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.13
langchain-community==0.3.13
accelerate==1.1.1
# dev
ruff==0.8.4
ruff==0.8.6
pytest==8.3.4
httpx==0.28.1
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.6
llama-cpp-python==0.3.2
pydantic-settings==2.7.0
# dev
ruff==0.8.4
ruff==0.8.6
pytest==8.3.4
httpx==0.28.1
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.34.0
accelerate==1.1.1
# dev
ruff==0.8.4
ruff==0.8.6
pytest==8.3.4
httpx==0.28.1

0 comments on commit 8c28da6

Please sign in to comment.