Skip to content

Commit e9e4ffa

Browse files
committed
WIP: Bump libs fixes
1 parent d19ea2a commit e9e4ffa

File tree

17 files changed

+645
-383
lines changed

17 files changed

+645
-383
lines changed

core/libs/commonwealth/pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ description = "BlueOS library to share common code."
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"aiohttp==3.7.4",
8+
"aiohttp==3.12.13",
99
"appdirs==1.4.4",
1010
"eclipse-zenoh==1.4.0",
11-
"loguru==0.5.3",
12-
"psutil==5.7.2",
11+
"loguru==0.7.3",
12+
"psutil==7.0.0",
1313
"pykson==1.0.2",
1414
"sentry-sdk==2.29.1",
15-
"starlette==0.27.0",
1615
]
1716

1817
[tool.uv.sources]

core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dev = [
3333
"pytest-mock==3.10.0",
3434
"pytest-timeout==2.1.0",
3535
"pytest-xdist>=3.3.1",
36-
"pyelftools==0.30",
36+
"pyelftools==0.32",
3737
]
3838
lint = [
3939
"black==22.3.0",

core/services/ardupilot_manager/pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ requires-python = ">=3.11"
77
dependencies = [
88
"appdirs==1.4.4",
99
"commonwealth==0.1.0",
10-
"fastapi==0.105.0",
11-
"fastapi-versioning==0.9.1",
12-
"loguru==0.5.3",
13-
"packaging==20.4",
14-
"psutil==5.7.2",
15-
"pydantic==1.10.12",
16-
"pyelftools==0.30",
10+
"fastapi==0.115.14",
11+
"fastapi-versioning==0.10.0",
12+
"loguru==0.7.3",
13+
"packaging==25.0",
14+
"psutil==7.0.0",
15+
"pydantic==2.11.7",
16+
"pyelftools==0.32",
1717
"pyserial==3.5",
18-
"smbus2==0.3.0",
19-
"uvicorn==0.18.0",
20-
"validators==0.18.2",
18+
"smbus2==0.5.0",
19+
"uvicorn==0.35.0",
20+
"validators==0.35.0",
2121
]
2222

2323
[tool.uv.sources]

core/services/bag_of_holding/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ requires-python = ">=3.11"
66
dependencies = [
77
"appdirs==1.4.4",
88
"commonwealth==0.1.0",
9-
"dpath==2.1.5",
10-
"fastapi==0.105.0",
11-
"fastapi-versioning==0.9.1",
12-
"loguru==0.5.3",
13-
"pydantic==1.10.12",
14-
"uvicorn==0.18.0"
9+
"dpath==2.2.0",
10+
"fastapi==0.115.14",
11+
"fastapi-versioning==0.10.0",
12+
"loguru==0.7.3",
13+
"pydantic==2.11.7",
14+
"uvicorn==0.35.0"
1515
]
1616

1717
[tool.uv.sources]

core/services/beacon/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description = "MDNS service."
55
requires-python = ">=3.11"
66
dependencies = [
77
"commonwealth==0.1.0",
8-
"fastapi==0.105.0",
9-
"fastapi-versioning==0.9.1",
10-
"loguru==0.5.3",
11-
"psutil==5.7.2",
12-
"pydantic==1.10.12",
13-
"uvicorn==0.18.0",
14-
"zeroconf==0.38.4",
8+
"fastapi==0.115.14",
9+
"fastapi-versioning==0.10.0",
10+
"loguru==0.7.3",
11+
"psutil==7.0.0",
12+
"pydantic==2.11.7",
13+
"uvicorn==0.35.0",
14+
"zeroconf==0.147.0",
1515
]
1616

1717
[tool.uv.sources]

core/services/bridget/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ requires-python = ">=3.11"
77
dependencies = [
88
"bridges==0.1.0",
99
"commonwealth==0.1.0",
10-
"fastapi==0.105.0",
11-
"fastapi-versioning==0.9.1",
12-
"loguru==0.5.3",
13-
"pydantic==1.10.12",
10+
"fastapi==0.115.14",
11+
"fastapi-versioning==0.10.0",
12+
"loguru==0.7.3",
13+
"pydantic==2.11.7",
1414
"pyserial==3.5",
15-
"requests==2.26.0",
16-
"uvicorn==0.18.0",
15+
"requests==2.32.4",
16+
"uvicorn==0.35.0",
1717
]
1818

1919
[tool.uv.sources]

core/services/cable_guy/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description = "A simple web api to provide access to ethernet configuration."
55
requires-python = ">=3.11"
66
dependencies = [
77
"commonwealth==0.1.0",
8-
"fastapi==0.105.0",
9-
"fastapi-versioning==0.9.1",
10-
"loguru==0.5.3",
11-
"psutil==5.7.2",
12-
"pydantic==1.10.12",
8+
"fastapi==0.115.14",
9+
"fastapi-versioning==0.10.0",
10+
"loguru==0.7.3",
11+
"psutil==7.0.0",
12+
"pydantic==2.11.7",
1313
"pyroute2==0.8.1",
1414
"sdbus-networkmanager==2.0.0",
15-
"uvicorn==0.18.0",
15+
"uvicorn==0.35.0",
1616
]
1717

1818
[tool.uv.sources]

core/services/commander/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ requires-python = ">=3.11"
66
dependencies = [
77
"appdirs==1.4.4",
88
"commonwealth==0.1.0",
9-
"fastapi==0.105.0",
10-
"fastapi-versioning==0.9.1",
11-
"loguru==0.5.3",
12-
"uvicorn==0.18.0",
9+
"fastapi==0.115.14",
10+
"fastapi-versioning==0.10.0",
11+
"loguru==0.7.3",
12+
"uvicorn==0.35.0",
1313
]
1414

1515
[tool.uv.sources]

core/services/helper/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ description = "Helper information for development."
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"beautifulsoup4==4.9.3",
8+
"beautifulsoup4==4.13.4",
99
"commonwealth==0.1.0",
10-
"fastapi==0.105.0",
11-
"fastapi-versioning==0.9.1",
12-
"loguru==0.5.3",
13-
"psutil==5.7.2",
14-
"pydantic==1.10.12",
10+
"fastapi==0.115.14",
11+
"fastapi-versioning==0.10.0",
12+
"loguru==0.7.3",
13+
"psutil==7.0.0",
14+
"pydantic==2.11.7",
1515
"speedtest-cli==2.1.3",
16-
"uvicorn==0.18.0",
16+
"uvicorn==0.35.0",
1717
]
1818

1919
[tool.uv.sources]

core/services/kraken/pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ version = "0.1.0"
44
description = "Manages BlueOS extensions."
55
requires-python = ">=3.11"
66
dependencies = [
7-
"aiocache==0.12.2",
8-
"aiodocker==0.21.0",
9-
"aiohttp==3.7.4",
7+
"aiocache==0.12.3",
8+
"aiodocker==0.24.0",
9+
"aiohttp==3.12.13",
1010
"commonwealth==0.1.1",
11-
"fastapi==0.105.0",
12-
"fastapi-versioning==0.9.1",
13-
"loguru==0.5.3",
14-
"psutil==5.7.2",
15-
"pydantic==1.10.12",
16-
"semver==3.0.2",
17-
"uvicorn==0.18.0",
11+
"fastapi==0.115.14",
12+
"fastapi-versioning==0.10.0",
13+
"loguru==0.7.3",
14+
"psutil==7.0.0",
15+
"pydantic==2.11.7",
16+
"semver==3.0.4",
17+
"uvicorn==0.35.0",
1818
]
1919

2020
[tool.uv.sources]

0 commit comments

Comments
 (0)