From 8577ddcc62925290aba611d4324c4db6416f3333 Mon Sep 17 00:00:00 2001 From: Rebot <96078724+reboot-dev-bot@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:02:18 +0000 Subject: [PATCH] [Release] Synchronize for release --- .github/workflows/test.yml | 3 +++ BUILD.bazel | 2 +- pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6dc275c..613253e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,9 @@ on: # Run CI on pull requests. Passing checks will be required to merge. branches: - "**" + merge_group: + # Required if we want to use GitHub's Merge Queue feature. See: + # https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions concurrency: # Have at most one of these workflows running per branch, cancelling older diff --git a/BUILD.bazel b/BUILD.bazel index acf670b..9c7ae51 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1,7 +1,7 @@ # This `BUILD.bazel` file allows a `bazel` system (configured outside of this # repository) to use code in this directory and its subdirectories. -load("@com_github_reboot_dev_respect//reboot/examples:rules.bzl", "write_templated_source_file") +load("@com_github_reboot_dev_mono//reboot/examples:rules.bzl", "write_templated_source_file") filegroup( name = "everything", diff --git a/pyproject.toml b/pyproject.toml index 37234c8..b6d8c06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] requires-python = ">= 3.10" dependencies = [ - "reboot==0.18.0", + "reboot==0.18.1", ] [tool.rye] @@ -9,7 +9,7 @@ dev-dependencies = [ "mypy==1.2.0", "pytest>=7.4.2", "types-protobuf>=4.24.0.20240129", - "reboot==0.18.0", + "reboot==0.18.1", ] # This project only uses `rye` to provide `python` and its dependencies, so