Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 343ae89

Browse files
committed
Bump anyio
1 parent ac364c4 commit 343ae89

27 files changed

Lines changed: 64 additions & 109 deletions

File tree

__templates__/driver/pyproject.toml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"anyio>=4.10.0",
12+
"anyio>=4.12.1",
1313
"jumpstarter",
1414
]
1515

packages/jumpstarter-cli-admin/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ dependencies = [
1515
[dependency-groups]
1616
dev = [
1717
"pytest>=8.3.2",
18-
"pytest-anyio>=0.0.0",
19-
"pytest-asyncio>=0.0.0",
18+
"pytest-asyncio>=1.3.0",
2019
"pytest-cov>=5.0.0",
2120
]
2221

packages/jumpstarter-cli-common/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ dependencies = [
2020
[dependency-groups]
2121
dev = [
2222
"pytest>=8.3.2",
23-
"pytest-anyio>=0.0.0",
24-
"pytest-asyncio>=0.0.0",
23+
"pytest-asyncio>=1.3.0",
2524
"pytest-cov>=5.0.0",
2625
]
2726

packages/jumpstarter-cli-driver/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ dependencies = ["jumpstarter-cli-common", "click>=8.1.7.2"]
1515
[dependency-groups]
1616
dev = [
1717
"pytest>=8.3.2",
18-
"pytest-anyio>=0.0.0",
19-
"pytest-asyncio>=0.0.0",
18+
"pytest-asyncio>=1.3.0",
2019
"pytest-cov>=5.0.0",
2120
]
2221

packages/jumpstarter-cli/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ dependencies = [
1919
[dependency-groups]
2020
dev = [
2121
"pytest>=8.3.2",
22-
"pytest-anyio>=0.0.0",
23-
"pytest-asyncio>=0.0.0",
22+
"pytest-asyncio>=1.3.0",
2423
"pytest-cov>=5.0.0",
2524
]
2625

packages/jumpstarter-driver-ble/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
authors = [{ name = "Andreas Karner", email = "andreas.karner@outlook.com" }]
88
requires-python = ">=3.11"
99
dependencies = [
10-
"anyio>=4.10.0",
10+
"anyio>=4.12.1",
1111
"jumpstarter",
1212
"bleak>=1.1.1",
1313
]

packages/jumpstarter-driver-energenie/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"anyio>=4.10.0",
12+
"anyio>=4.12.1",
1313
"jumpstarter",
1414
"jumpstarter-driver-power"
1515
]

packages/jumpstarter-driver-flashers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
requires-python = ">=3.11"
1212
dependencies = [
1313
"oras>=0.2.25",
14-
"anyio>=4.10.0",
14+
"anyio>=4.12.1",
1515
"jumpstarter",
1616
"jumpstarter-driver-opendal",
1717
"jumpstarter-driver-pyserial",

packages/jumpstarter-driver-http-power/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"anyio>=4.10.0",
12+
"anyio>=4.12.1",
1313
"jumpstarter",
1414
"jumpstarter-driver-power",
1515
]

packages/jumpstarter-driver-http/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
authors = [{ name = "Benny Zlotnik", email = "bzlotnik@redhat.com" }]
88
requires-python = ">=3.11"
99
dependencies = [
10-
"anyio>=4.10.0",
10+
"anyio>=4.12.1",
1111
"jumpstarter",
1212
"jumpstarter-driver-composite",
1313
"jumpstarter-driver-opendal",
@@ -35,8 +35,7 @@ build-backend = "hatchling.build"
3535
dev = [
3636
"pytest-cov>=6.0.0",
3737
"pytest>=8.3.3",
38-
"pytest-asyncio>=0.0.0",
39-
"pytest-asyncio>=0.24.0",
38+
"pytest-asyncio>=1.3.0",
4039
]
4140

4241
[tool.hatch.build.hooks.pin_jumpstarter]

0 commit comments

Comments
 (0)