Skip to content

Commit d3b5c70

Browse files
committed
Upper bound for click to support Python3.9
1 parent e7374c4 commit d3b5c70

File tree

4 files changed

+850
-714
lines changed

4 files changed

+850
-714
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ repos:
4545
- id: no-commit-to-branch
4646
args: [--branch, dev, --branch, int, --branch, main]
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.11.8
48+
rev: v0.11.13
4949
hooks:
5050
- id: ruff
5151
args: [--fix, --exit-non-zero-on-fix]
5252
- id: ruff-format
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.15.0
54+
rev: v1.16.0
5555
hooks:
5656
- id: mypy
5757
args: [--no-warn-unused-ignores]

lock/requirements-dev-template.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mypy-extensions>=1.0
1313

1414
ruff>=0.11
1515

16-
click>=8.1
16+
click>=8.1,<8.2 # 8.2 removes Python 3.9 support
1717
typer>=0.15
1818

1919
httpx>=0.28

0 commit comments

Comments
 (0)