build(deps): bump aw-client from 06d2069 to 6e701f3#1291
build(deps): bump aw-client from 06d2069 to 6e701f3#1291dependabot[bot] wants to merge 1 commit intomasterfrom
06d2069 to 6e701f3#1291Conversation
Bumps [aw-client](https://github.com/ActivityWatch/aw-client) from `06d2069` to `6e701f3`. - [Release notes](https://github.com/ActivityWatch/aw-client/releases) - [Commits](ActivityWatch/aw-client@06d2069...6e701f3) --- updated-dependencies: - dependency-name: aw-client dependency-version: 6e701f3761101e86a9a46262b7f83967a094228d dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps the Confidence Score: 5/5This PR is safe to merge — it is a single-commit submodule bump with a well-scoped upstream feature. The change is a dependabot-managed submodule pointer update. Only one upstream commit is included, and it adds optional API key auto-loading that is backward-compatible (no keys present = same behavior as before). No logic changes exist in the parent repository itself. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant App as Application
participant AWC as ActivityWatchClient
participant FS as Local Filesystem
participant Server as AW Server
App->>AWC: initialize client
AWC->>FS: auto-load local API keys (new in 6e701f3)
FS-->>AWC: return API key (if present)
App->>AWC: make API request
AWC->>Server: request with API key header
Server-->>AWC: response
AWC-->>App: result
Reviews (1): Last reviewed commit: "build(deps): bump aw-client from `06d206..." | Re-trigger Greptile |
Bumps aw-client from
06d2069to6e701f3.Commits
6e701f3feat(client): auto-load local API keys (#106)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)