chore: consolidated dependabot updates - #4337
Conversation
Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [trimesh](https://github.com/mikedh/trimesh) from 4.12.2 to 5.0.0. - [Release notes](https://github.com/mikedh/trimesh/releases) - [Commits](mikedh/trimesh@4.12.2...5.0.0) --- updated-dependencies: - dependency-name: trimesh dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.22 to 0.16.1. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.22...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [playwright](https://github.com/microsoft/playwright-python) to permit the latest version. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.61.0...v1.62.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.62.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
… batch/dependabot-updates
…to batch/dependabot-updates
….0' into batch/dependabot-updates
There was a problem hiding this comment.
💡 Codex Review
Line 1 in 69dd02f
When the backend is started with the repository root as its working directory, src/p1am_control_system/backend/database.py resolves its relative DB_FILE to this file and startup calls init_db(), turning this tracked empty SQLite artifact into the live historian database. Normal execution will therefore modify the worktree and risks operational tag/configuration data being staged in later commits; the runtime database should remain ignored rather than being checked in.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1 @@ | |||
| Subproject commit 9c673194ef4c9a55595c3799d4fddd0d7e28c561 | |||
There was a problem hiding this comment.
Remove the unconfigured worktree gitlinks
These six entries are recorded as mode-160000 submodules, but the repository has no .gitmodules mapping for them. In a checkout of this commit, even git submodule status exits with fatal: no submodule mapping found, so developer and automation tooling that inspects or initializes submodules will fail. These local .codex-worktrees directories should not be committed as gitlinks.
Useful? React with 👍 / 👎.
Performance Benchmark ResultsNo benchmark results available. |
|
Consolidated into #4408. Closing to reduce CI/CD runner load. |
Pull request was closed
Consolidated PR combining open constituent PRs:
Closes #4293
Closes #4292
Closes #4291
Closes #4290