Skip to content

Commit 3f42cc0

Browse files
committed
⬆ Bump (pre-commit): Update grpcio 1.70.0 and google-api 2.160.0
1 parent 567dbb7 commit 3f42cc0

File tree

4 files changed

+216
-215
lines changed

4 files changed

+216
-215
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
@@ -30,7 +30,7 @@ repos:
3030
- --keep-runtime-typing
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.8.6
33+
rev: v0.9.3
3434
hooks:
3535
# Run the linter.
3636
- id: ruff
@@ -39,7 +39,7 @@ repos:
3939
exclude: '.*_pb2\\.py$'
4040

4141
- repo: https://github.com/pycqa/isort
42-
rev: 5.13.2
42+
rev: 6.0.0
4343
hooks:
4444
- id: isort
4545
name: isort (python)
@@ -48,14 +48,14 @@ repos:
4848

4949
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
5050
- repo: https://github.com/psf/black-pre-commit-mirror
51-
rev: 24.10.0
51+
rev: 25.1.0
5252
hooks:
5353
- id: black
5454
args: [ "--config", "pyproject.toml" ]
5555
exclude: '.*_pb2\\.py$'
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.8.6
58+
rev: v0.9.3
5959
hooks:
6060
# Run the formatter.
6161
- id: ruff-format
@@ -69,7 +69,7 @@ repos:
6969
exclude: '.*_pb2\\.py$'
7070

7171
- repo: https://github.com/PyCQA/bandit
72-
rev: 1.8.0
72+
rev: 1.8.2
7373
hooks:
7474
- id: bandit
7575
args: [ "-c", "pyproject.toml" ]

0 commit comments

Comments
 (0)