Skip to content

Commit

Permalink
🔧 Update (libraries): FastAPI 0.111.1 and Ruff 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Jul 16, 2024
1 parent d3796e5 commit 8c1f19e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- --keep-runtime-typing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.2
hooks:
# Run the linter.
- id: ruff
Expand All @@ -51,7 +51,7 @@ repos:
args: [ "--config", "pyproject.toml" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.2
hooks:
# Run the formatter.
- id: ruff-format
Expand Down
59 changes: 29 additions & 30 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ sqlalchemy = "^2.0.31"
psycopg = {extras = ["binary", "pool"], version = "^3.2.1"}
isort = {extras = ["colors"], version = "^5.13.2"}
black = "^24.4.2"
ruff = "^0.5.1"
ruff = "^0.5.2"
mypy = "^1.10.1"
pre-commit = "^3.7.1"
fastapi = {extras = ["all"], version = "^0.111.0"}
fastapi = {extras = ["all"], version = "^0.111.1"}
uvicorn = "^0.30.1"
starlette = "^0.37.2"
requests = "^2.32.3"
types-requests = "^2.32.0.20240622"
types-requests = "^2.32.0.20240712"
urllib3 = "^2.2.2"
jinja2 = "^3.1.4"

Expand Down

0 comments on commit 8c1f19e

Please sign in to comment.