diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..d522b47 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,13 @@ +{ + "extraKnownMarketplaces": { + "reboot-plugin": { + "source": { + "source": "github", + "repo": "reboot-dev/reboot-plugin" + } + } + }, + "enabledPlugins": { + "reboot@reboot-plugin": true + } +} diff --git a/pyproject.toml b/pyproject.toml index f43f508..5326581 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] requires-python = ">= 3.10" dependencies = [ - "reboot==1.0.4", + "reboot==1.1.0", ] [tool.rye] @@ -9,7 +9,7 @@ dev-dependencies = [ "mypy==1.18.1", "pytest>=7.4.2", "types-protobuf>=4.24.0.20240129", - "reboot==1.0.4", + "reboot==1.1.0", ] # This project only uses `rye` to provide `python` and its dependencies, so diff --git a/requirements-dev.lock b/requirements-dev.lock index b4636b3..3ce516d 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -211,8 +211,9 @@ pyprctl==0.1.3 pytest==8.3.3 python-dateutil==2.9.0.post0 # via kubernetes-asyncio -python-dotenv==1.2.2 +python-dotenv==1.2.1 # via pydantic-settings + # via reboot python-multipart==0.0.22 # via mcp python-ulid==3.1.0 @@ -220,7 +221,7 @@ python-ulid==3.1.0 pyyaml==6.0.2 # via kubernetes-asyncio # via reboot -reboot==1.0.4 +reboot==1.1.0 referencing==0.37.0 # via jsonschema # via jsonschema-specifications diff --git a/requirements.lock b/requirements.lock index b85b011..635fca5 100644 --- a/requirements.lock +++ b/requirements.lock @@ -200,8 +200,9 @@ pyprctl==0.1.3 # via reboot python-dateutil==2.9.0.post0 # via kubernetes-asyncio -python-dotenv==1.2.2 +python-dotenv==1.2.1 # via pydantic-settings + # via reboot python-multipart==0.0.22 # via mcp python-ulid==3.1.0 @@ -209,7 +210,7 @@ python-ulid==3.1.0 pyyaml==6.0.2 # via kubernetes-asyncio # via reboot -reboot==1.0.4 +reboot==1.1.0 referencing==0.37.0 # via jsonschema # via jsonschema-specifications