We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ced905 commit 94cd89fCopy full SHA for 94cd89f
2 files changed
pyproject.toml
@@ -10,14 +10,14 @@ dev = [
10
"prek >= 0.3.0",
11
"ruff >= 0.15.0",
12
"toml-sort >= 0.24.0",
13
- "ty >= 0.0.23",
+ "ty >= 0.0.30",
14
]
15
tests = [
16
"pytest >= 9.0.0",
17
- "pytest-cov >= 7.0.0",
+ "pytest-cov >= 7.1.0",
18
"pytest-httpx >= 0.36.0",
19
- "tox >= 4.49.0",
20
- "tox-uv >= 1.33.0",
+ "tox >= 4.53.0",
+ "tox-uv >= 1.35.0",
21
22
23
[project]
@@ -38,9 +38,9 @@ classifiers = [
38
dependencies = [
39
"gql[httpx] >= 4.0.0",
40
"httpx[http2] >= 0.28.0",
41
- "pydantic >= 2.12.0",
+ "pydantic >= 2.13.0",
42
"questionary >= 2.1.0",
43
- "rich >= 14.3.0",
+ "rich >= 15.0.0",
44
"tomli >= 2.4.0 ; python_version < '3.11'",
45
"tomli-w >= 1.2.0",
46
"typer >= 0.24.0",
0 commit comments