Skip to content

Commit

Permalink
chore: pin dependencies for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGlassBlock committed Aug 3, 2023
1 parent f7086d0 commit 8265749
Show file tree
Hide file tree
Showing 5 changed files with 1,449 additions and 1,479 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ci:
autoupdate_commit_msg: "chore(deps,pre-commit.ci): bump"
autoupdate_schedule: "quarterly"
repos:
- repo: https://github.com/psf/black
rev: '23.7.0'
Expand All @@ -13,10 +13,11 @@ repos:
language_version: python3.8

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.281' # Use the sha / tag you want to point at
rev: 'v0.0.282' # Use the sha / tag you want to point at
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### 修复

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

## 0.11.5
Expand Down
Loading

0 comments on commit 8265749

Please sign in to comment.