Skip to content

Commit 82726a8

Browse files
committed
⬆ Bump (pre-commit): Update pydantic 2.10.6, fastapi 0.115.7 and starlette 0.45.3
1 parent 0d24e2e commit 82726a8

File tree

4 files changed

+320
-357
lines changed

4 files changed

+320
-357
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ updates:
99
- package-ecosystem: "github-actions"
1010
directory: "/"
1111
schedule:
12-
interval: "weekly"
12+
interval: "monthly"
1313
commit-message:
1414
prefix:
1515

1616
# Python
1717
- package-ecosystem: "pip"
1818
directory: "/"
1919
schedule:
20-
interval: "weekly"
20+
interval: "monthly"
2121
commit-message:
2222
prefix:

.pre-commit-config.yaml

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

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.8.6
32+
rev: v0.9.3
3333
hooks:
3434
# Run the linter.
3535
- id: ruff
3636
args: [ "--fix", "--exit-non-zero-on-fix", "--config",
3737
"pyproject.toml" ]
3838

3939
- repo: https://github.com/pycqa/isort
40-
rev: 5.13.2
40+
rev: 6.0.0
4141
hooks:
4242
- id: isort
4343
name: isort (python)
4444
args: [ "--sp", "pyproject.toml" ]
4545

4646
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
4747
- repo: https://github.com/psf/black-pre-commit-mirror
48-
rev: 24.10.0
48+
rev: 25.1.0
4949
hooks:
5050
- id: black
5151
args: [ "--config", "pyproject.toml" ]
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.8.6
54+
rev: v0.9.3
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.8.0
74+
rev: 1.8.2
7575
hooks:
7676
- id: bandit
7777
args: [ "-c", "pyproject.toml" ]

0 commit comments

Comments
 (0)