From c6cffcee1faa4fb067c0aea5f2532250f2093233 Mon Sep 17 00:00:00 2001 From: Rebot <96078724+reboot-dev-bot@users.noreply.github.com> Date: Sat, 24 Jan 2026 18:42:10 +0000 Subject: [PATCH] [Release] Synchronize for release --- bank/backend/tests/account_servicer_test.py | 3 +-- pyproject.toml | 4 ++-- requirements-dev.lock | 16 +++++++++++----- requirements.lock | 16 +++++++++++----- 4 files changed, 25 insertions(+), 14 deletions(-) diff --git a/bank/backend/tests/account_servicer_test.py b/bank/backend/tests/account_servicer_test.py index f6519f5..70f5e06 100644 --- a/bank/backend/tests/account_servicer_test.py +++ b/bank/backend/tests/account_servicer_test.py @@ -22,9 +22,8 @@ async def asyncTearDown(self) -> None: await self.rbt.stop() async def test_basics(self) -> None: - context = self.rbt.create_external_context(name=f"test-{self.id()}") - await self.rbt.up(Application(servicers=[AccountServicer])) + context = self.rbt.create_external_context(name=f"test-{self.id()}") # Create the state machine by calling its constructor. The fact that the # state machine _has_ a constructor means that this step is required diff --git a/pyproject.toml b/pyproject.toml index 4b8eb62..21709ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] requires-python = ">= 3.10" dependencies = [ - "reboot==0.43.0", + "reboot==0.44.0", ] [tool.rye] @@ -9,7 +9,7 @@ dev-dependencies = [ "mypy==1.18.1", "pytest>=7.4.2", "types-protobuf>=4.24.0.20240129", - "reboot==0.43.0", + "reboot==0.44.0", ] # This project only uses `rye` to provide `python` and its dependencies, so diff --git a/requirements-dev.lock b/requirements-dev.lock index 42e73b4..2565a9b 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -9,12 +9,12 @@ aiofiles==23.2.1 # via reboot -aiohappyeyeballs==2.4.1 +aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.10.5 +aiohttp==3.13.2 # via kubernetes-asyncio # via reboot -aiosignal==1.3.1 +aiosignal==1.4.0 # via aiohttp annotated-types==0.7.0 # via pydantic @@ -24,6 +24,8 @@ async-timeout==4.0.3 # via aiohttp attrs==24.2.0 # via aiohttp +bitarray==3.8.0 + # via reboot certifi==2024.8.30 # via kubernetes-asyncio cffi==1.17.1 @@ -135,6 +137,9 @@ pathspec==0.12.1 # via reboot pluggy==1.5.0 # via pytest +propcache==0.4.1 + # via aiohttp + # via yarl protobuf==5.28.3 # via googleapis-common-protos # via grpcio-health-checking @@ -163,7 +168,7 @@ python-dateutil==2.9.0.post0 pyyaml==6.0.2 # via kubernetes-asyncio # via reboot -reboot==0.43.0 +reboot==0.44.0 setuptools==75.1.0 # via grpcio-tools six==1.16.0 @@ -183,6 +188,7 @@ tomli==2.0.1 types-protobuf==5.28.0.20240924 # via mypy-protobuf typing-extensions==4.9.0 + # via aiosignal # via anyio # via fastapi # via multidict @@ -209,7 +215,7 @@ wrapt==1.16.0 # via deprecated # via opentelemetry-instrumentation # via opentelemetry-instrumentation-grpc -yarl==1.12.1 +yarl==1.22.0 # via aiohttp zipp==3.21.0 # via importlib-metadata diff --git a/requirements.lock b/requirements.lock index 8c41447..3fbc088 100644 --- a/requirements.lock +++ b/requirements.lock @@ -9,12 +9,12 @@ aiofiles==23.2.1 # via reboot -aiohappyeyeballs==2.4.1 +aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.10.5 +aiohttp==3.13.2 # via kubernetes-asyncio # via reboot -aiosignal==1.3.1 +aiosignal==1.4.0 # via aiohttp annotated-types==0.7.0 # via pydantic @@ -24,6 +24,8 @@ async-timeout==4.0.3 # via aiohttp attrs==24.2.0 # via aiohttp +bitarray==3.8.0 + # via reboot certifi==2024.8.30 # via kubernetes-asyncio cffi==1.17.1 @@ -125,6 +127,9 @@ packaging==23.1 # via reboot pathspec==0.12.1 # via reboot +propcache==0.4.1 + # via aiohttp + # via yarl protobuf==5.28.3 # via googleapis-common-protos # via grpcio-health-checking @@ -152,7 +157,7 @@ python-dateutil==2.9.0.post0 pyyaml==6.0.2 # via kubernetes-asyncio # via reboot -reboot==0.43.0 +reboot==0.44.0 setuptools==75.1.0 # via grpcio-tools six==1.16.0 @@ -169,6 +174,7 @@ tabulate==0.9.0 types-protobuf==5.28.0.20240924 # via mypy-protobuf typing-extensions==4.9.0 + # via aiosignal # via anyio # via fastapi # via multidict @@ -194,7 +200,7 @@ wrapt==1.16.0 # via deprecated # via opentelemetry-instrumentation # via opentelemetry-instrumentation-grpc -yarl==1.12.1 +yarl==1.22.0 # via aiohttp zipp==3.21.0 # via importlib-metadata