Skip to content

Commit 8265749

Browse files
chore: pin dependencies for now
1 parent f7086d0 commit 8265749

File tree

5 files changed

+1449
-1479
lines changed

5 files changed

+1449
-1479
lines changed

.pre-commit-config.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ci:
2-
autoupdate_commit_msg: "chore(deps,pre-commit.ci): bump"
2+
autoupdate_schedule: "quarterly"
33
repos:
44
- repo: https://github.com/psf/black
55
rev: '23.7.0'
@@ -13,10 +13,11 @@ repos:
1313
language_version: python3.8
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: 'v0.0.281' # Use the sha / tag you want to point at
16+
rev: 'v0.0.282' # Use the sha / tag you want to point at
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
20+
2021
- repo: https://github.com/pre-commit/pre-commit-hooks
2122
rev: v4.4.0
2223
hooks:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### 修复
66

7+
- 暂时对依赖版本进行了更严格的限制。
78
- 修复了 `Ariadne.get_member` 错误将 `Member` 缓存为 `Group` 的问题。
89

910
## 0.11.5

0 commit comments

Comments
 (0)