build(deps): bump aw-core from 0462e12 to 2859a09#1315
Conversation
Bumps [aw-core](https://github.com/ActivityWatch/aw-core) from `0462e12` to `2859a09`. - [Commits](ActivityWatch/aw-core@0462e12...2859a09) --- updated-dependencies: - dependency-name: aw-core dependency-version: 2859a09c099c9d14517458989e19f1d6da5060ec dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps the
Confidence Score: 5/5Safe to merge — the only change is a one-commit submodule bump that corrects naive datetime defaults to UTC-aware ones. The update is a single upstream bug fix that replaces naive datetime defaults with UTC-aware equivalents, removing a class of potential timezone-comparison errors. The change is additive and backward-compatible; any code already passing explicit timestamps is unaffected. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Client
participant aw-server
participant aw-core
Client->>aw-server: Create bucket / log event
aw-server->>aw-core: "Bucket(created=default) / Event(timestamp=default)"
Note over aw-core: Before: datetime.now() — naive (no tz)<br/>After: datetime.now(tz=timezone.utc) — UTC-aware
aw-core-->>aw-server: Returns object with UTC-aware timestamp
aw-server-->>Client: Stored with correct timezone info
Reviews (1): Last reviewed commit: "build(deps): bump aw-core from `0462e12`..." | Re-trigger Greptile |
Bumps aw-core from
0462e12to2859a09.Commits
2859a09fix: use UTC-aware datetime for bucket.created and event.timestamp defaults (...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)