File tree Expand file tree Collapse file tree 17 files changed +645
-383
lines changed Expand file tree Collapse file tree 17 files changed +645
-383
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ description = "BlueOS library to share common code."
55readme = " README.md"
66requires-python = " >=3.11"
77dependencies = [
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 ]
Original file line number Diff line number Diff 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]
3838lint = [
3939 " black==22.3.0" ,
Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ requires-python = ">=3.11"
77dependencies = [
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 ]
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ requires-python = ">=3.11"
66dependencies = [
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 ]
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ description = "MDNS service."
55requires-python = " >=3.11"
66dependencies = [
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 ]
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ requires-python = ">=3.11"
77dependencies = [
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 ]
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ description = "A simple web api to provide access to ethernet configuration."
55requires-python = " >=3.11"
66dependencies = [
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 ]
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ requires-python = ">=3.11"
66dependencies = [
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 ]
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ description = "Helper information for development."
55readme = " README.md"
66requires-python = " >=3.11"
77dependencies = [
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 ]
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ version = "0.1.0"
44description = " Manages BlueOS extensions."
55requires-python = " >=3.11"
66dependencies = [
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 ]
You can’t perform that action at this time.
0 commit comments