Skip to content

Commit 5bbd6d1

Browse files
committed
⬆ Bump (pre-commit): Update pydantic 2.10.3, fastapi 0.115.5 and uvicorn 0.32.1
1 parent f6acd24 commit 5bbd6d1

File tree

3 files changed

+387
-388
lines changed

3 files changed

+387
-388
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.7.1
32+
rev: v0.8.1
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.7.1
54+
rev: v0.8.1
5555
hooks:
5656
# Run the formatter.
5757
- id: ruff-format
@@ -71,7 +71,7 @@ repos:
7171
exclude: "introduction/pydantic_intro.py"
7272

7373
- repo: https://github.com/PyCQA/bandit
74-
rev: 1.7.10
74+
rev: 1.8.0
7575
hooks:
7676
- id: bandit
7777
args: [ "-c", "pyproject.toml" ]

0 commit comments

Comments
 (0)