Skip to content

Commit

Permalink
Bump ruff from 0.8.6 to 0.9.1 in /apps/api (#768)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.6 to 0.9.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.6...0.9.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 2084545 commit 3450b74
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requests = "==2.32.3"
uvicorn = {extras = ["standard"], version = "*"}
pytest = "==8.3.4"
httpx = "==0.28.1"
ruff = "==0.8.6"
ruff = "==0.9.1"
fastapi-analytics = "==1.2.2"
python-dotenv = "==1.0.1"
pydantic-settings = "==2.7.1"
Expand Down
40 changes: 20 additions & 20 deletions apps/api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3450b74

Please sign in to comment.