Skip to content

Commit 0b51982

Browse files
committed
chore: upgrade dev dependency floors and lock to latest versions
Bump dev dependency floors to match actual major versions in use: - pytest >=8 -> >=9 (required by pytest-httpx >=0.36) - pytest-httpx >=0.35 -> >=0.36 - pytest-asyncio >=0.25 -> >=1 - pytest-cov >=6 -> >=7 - ruff >=0.9 -> >=0.15 Lock file upgraded: - certifi 2026.2.25 -> 2026.4.22 - idna 3.11 -> 3.13 - packaging 26.0 -> 26.1 - pytest-httpx 0.36.0 -> 0.36.2 - ruff 0.15.9 -> 0.15.11 - ty 0.0.29 -> 0.0.32
1 parent 38d2af8 commit 0b51982

2 files changed

Lines changed: 69 additions & 69 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ Issues = "https://github.com/ionq/ionq-core-python/issues"
3636

3737
[project.optional-dependencies]
3838
dev = [
39-
"pytest>=8",
40-
"pytest-httpx>=0.35",
41-
"pytest-asyncio>=0.25",
42-
"pytest-cov>=6",
43-
"ruff>=0.9",
39+
"pytest>=9",
40+
"pytest-httpx>=0.36",
41+
"pytest-asyncio>=1",
42+
"pytest-cov>=7",
43+
"ruff>=0.15",
4444
"ty",
4545
"pdoc>=16",
4646
]
4747

4848
[dependency-groups]
4949
dev = [
50-
"pytest>=8",
51-
"pytest-httpx>=0.35",
52-
"pytest-asyncio>=0.25",
53-
"pytest-cov>=6",
54-
"ruff>=0.9",
50+
"pytest>=9",
51+
"pytest-httpx>=0.36",
52+
"pytest-asyncio>=1",
53+
"pytest-cov>=7",
54+
"ruff>=0.15",
5555
"ty",
5656
"pdoc>=16",
5757
]

0 commit comments

Comments
 (0)