Conversation
Updates the requirements on [jaxtyping](https://github.com/patrick-kidger/jaxtyping) to permit the latest version. - [Release notes](https://github.com/patrick-kidger/jaxtyping/releases) - [Commits](patrick-kidger/jaxtyping@v0.3.6...v0.3.9) --- updated-dependencies: - dependency-name: jaxtyping dependency-version: 0.3.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update ipykernel requirement from >=7.1.0 to >=7.2.0
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.1...9.7.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…e-9.7.6 chore(uv): update mkdocs-material requirement from >=9.7.1 to >=9.7.6
chore(uv): update sqlfluff requirement from >=4.0.0 to >=4.1.0
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.14.14...0.15.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update jaxtyping requirement from >=0.3.6 to >=0.3.9
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(uv): update ruff requirement from >=0.14.14 to >=0.15.11
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
chore(uv): update pydantic requirement from >=2.12.5 to >=2.13.2
chore(uv): update pytest-cov requirement from >=7.0.0 to >=7.1.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Type of Change
Related Issues
Breaking Changes
Checklist
Additional Context
PR Type
Enhancement, Bug fix, Dependencies
Description
Refactored CI/CD workflows for release, deployment, and settings.
Introduced GitHub Environments and Branch Protection rules.
Added Zed editor settings and Prettier configuration.
Updated Python package and GitHub Action dependencies.
Diagram Walkthrough
flowchart LR A[GitHub Actions] --> B{CI/CD & Configuration} B --> C[Update Workflows] B --> D[Manage Environments & Protection] E[Developer Tools] --> F[Add Editor Settings] G[Dependencies] --> H[Update Packages & Actions]File Walkthrough
9 files
Add GitHub environment configurations for Develop, Production, andGitHub PagesDefine branch protection rules for 'develop' and 'main' branchesRemove the Draft Release workflowAssign 'github-pages' environment to the deployment jobChange push trigger branch to 'develop' and update Docker actionsChange push trigger branch to 'develop' and update Docker actionsAdd 'develop' branch to push trigger and update Codecov actionsAdd Prettier configuration for JSON filesAdd a new `codebook.toml` file with a list of custom words4 files
Add pull request write permissions and checkout step for approvalworkflowRefactor release workflow with separate jobs for 'develop' and'production' environmentsAdd jobs for configuring GitHub environments, permissions, and branchprotectionAdd Zed editor settings for various languages and LSP configurations4 files
Bump Docker Buildx and Metadata actions to newer versionsUpdate Docker Buildx and Metadata actions to newer versionsUpdate PR Agent action to version 'v0.34'Bump several Python dependencies to newer versions