From a30da8a5d5db2c30bcf8910a1619c5e0ecf82071 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:02:57 -0800 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate (#63) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c678bc..c429e6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.9" + rev: "v0.7.2" hooks: - id: ruff args: ["--fix", "--show-fixes"] From fdc8852e870a025cfe7f56bc73e15c8d06c615c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:18:07 -0800 Subject: [PATCH 2/3] Bump mamba-org/setup-micromamba from 1 to 2 in the actions group (#62) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/catalog-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/catalog-ci.yaml b/.github/workflows/catalog-ci.yaml index 1654e33..439e195 100644 --- a/.github/workflows/catalog-ci.yaml +++ b/.github/workflows/catalog-ci.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: set up conda environment - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v2 with: environment-file: ci/environment-catalog.yaml init-shell: >- From 6b766e44e924513e6d586a1af4b3dab021d1476d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:10:03 -0700 Subject: [PATCH 3/3] Bump apache-beam in the pypi group across 1 directory (#57) Bumps the pypi group with 1 update in the / directory: [apache-beam](https://github.com/apache/beam). Updates `apache-beam` from 2.58.0 to 2.60.0 - [Release notes](https://github.com/apache/beam/releases) - [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md) - [Commits](https://github.com/apache/beam/compare/v2.58.0...v2.60.0) --- updated-dependencies: - dependency-name: apache-beam dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pypi ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06ecebd..66a600f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ bigquery = [ ] pangeo-forge = [ "pangeo-forge-recipes", - "apache-beam==2.58.0", + "apache-beam==2.60.0", "dynamic-chunks", "leap-data-management-utils[bigquery]", ]