Skip to content

Commit 8c1f19e

Browse files
committed
🔧 Update (libraries): FastAPI 0.111.1 and Ruff 0.5.2
1 parent d3796e5 commit 8c1f19e

File tree

3 files changed

+34
-35
lines changed

3 files changed

+34
-35
lines changed

‎.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- --keep-runtime-typing
3030

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

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.5.1
54+
rev: v0.5.2
5555
hooks:
5656
# Run the formatter.
5757
- id: ruff-format

‎poetry.lock

Lines changed: 29 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ sqlalchemy = "^2.0.31"
7474
psycopg = {extras = ["binary", "pool"], version = "^3.2.1"}
7575
isort = {extras = ["colors"], version = "^5.13.2"}
7676
black = "^24.4.2"
77-
ruff = "^0.5.1"
77+
ruff = "^0.5.2"
7878
mypy = "^1.10.1"
7979
pre-commit = "^3.7.1"
80-
fastapi = {extras = ["all"], version = "^0.111.0"}
80+
fastapi = {extras = ["all"], version = "^0.111.1"}
8181
uvicorn = "^0.30.1"
8282
starlette = "^0.37.2"
8383
requests = "^2.32.3"
84-
types-requests = "^2.32.0.20240622"
84+
types-requests = "^2.32.0.20240712"
8585
urllib3 = "^2.2.2"
8686
jinja2 = "^3.1.4"
8787

0 commit comments

Comments
 (0)