Skip to content

Commit

Permalink
core: services: Update to use starlette 0.22.0
Browse files Browse the repository at this point in the history
Necessary for fastapi 0.89.1

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Mar 29, 2023
1 parent 63a0140 commit 3241445
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/libs/commonwealth/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"aiohttp == 3.7.4",
"appdirs == 1.4.4",
"loguru == 0.5.3",
"starlette == 0.13.6",
"starlette == 0.22.0",
"pykson == 1.0.2",
],
dependency_links=[
Expand Down
2 changes: 1 addition & 1 deletion core/services/ardupilot_manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"appdirs == 1.4.4",
"packaging == 20.4",
"smbus2 == 0.3.0",
"starlette == 0.13.6",
"starlette == 0.22.0",
"fastapi == 0.89.1",
"fastapi-offline == 1.5.2",
"uvicorn == 0.13.4",
Expand Down
2 changes: 1 addition & 1 deletion core/services/cable_guy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def populate_static_files() -> None:
"appdirs == 1.4.4",
"psutil == 5.7.2",
"pyroute2 == 0.5.13",
"starlette == 0.13.6",
"starlette == 0.22.0",
"fastapi == 0.89.1",
"fastapi-offline == 1.5.2",
"uvicorn == 0.13.4",
Expand Down
2 changes: 1 addition & 1 deletion core/services/helper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def populate_static_files() -> None:
"fastapi-versioning == 0.9.1",
"psutil == 5.7.2",
"requests == 2.25.1",
"starlette == 0.13.6",
"starlette == 0.22.0",
"uvicorn == 0.13.4",
],
)
2 changes: 1 addition & 1 deletion core/services/nmea_injector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"fastapi-versioning == 0.9.1",
"loguru == 0.5.3",
"pynmea2 == 1.18.0",
"starlette == 0.13.6",
"starlette == 0.22.0",
"uvicorn == 0.13.4",
"validators == 0.18.2",
"pytest-mock==3.10.0",
Expand Down
2 changes: 1 addition & 1 deletion core/services/ping/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"fastapi-versioning == 0.9.1",
"loguru == 0.5.3",
"pyserial == 3.5",
"starlette == 0.13.6",
"starlette == 0.22.0",
"uvicorn == 0.13.4",
],
)
2 changes: 1 addition & 1 deletion core/services/wifi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
description="Wifi manager for wpa_supplicant",
license="MIT",
install_requires=[
"starlette == 0.13.6",
"starlette == 0.22.0",
"fastapi == 0.89.1",
"fastapi-offline == 1.5.2",
"uvicorn == 0.13.4",
Expand Down

0 comments on commit 3241445

Please sign in to comment.