Skip to content

build(deps): bump aw-client from 06d2069 to 6e701f3#1291

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-client-6e701f3
Open

build(deps): bump aw-client from 06d2069 to 6e701f3#1291
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/submodules/aw-client-6e701f3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps aw-client from 06d2069 to 6e701f3.

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels May 1, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 1, 2026

Greptile Summary

This PR bumps the aw-client git submodule from 06d2069 to 6e701f3, pulling in a single upstream commit that adds automatic loading of local API keys in the Python client (feat(client): auto-load local API keys, aw-client#106). The change is a routine dependency update with no modifications to the parent repository's own code.

Confidence Score: 5/5

This 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

Filename Overview
aw-client Submodule pointer bump from 06d2069 to 6e701f3, introducing auto-load of local API keys in the Python client library

Sequence Diagram

sequenceDiagram
    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
Loading

Reviews (1): Last reviewed commit: "build(deps): bump aw-client from `06d206..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants