From 4ff79073248069806228e5888eb529b64dc0e768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:02:49 -0400 Subject: [PATCH 1/3] Bump actions/setup-node from 4.0.4 to 4.1.0 (#694) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9ae8dbc11..19447c1a9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: fi - name: Set up Node.js - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version: 18 cache: yarn From 2c4fef75bcb80d6dd10f7aa8a28d9bb5e521daa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:07:27 -0500 Subject: [PATCH 2/3] Bump Wandalen/wretry.action from 3.5.0 to 3.7.0 (#699) Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.5.0 to 3.7.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.5.0...v3.7.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/integration_tests.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5b7f72120..eac126033 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -58,7 +58,7 @@ jobs: mpirun -n 2 python -m pytest --only-mpi pytest -m integration_test --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.0 with: action: codecov/codecov-action@v4.0.0 with: | diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index f37aae4bf..6cb068a71 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -44,7 +44,7 @@ jobs: poetry install --with test --all-extras pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.0 with: action: codecov/codecov-action@v4.0.0 with: | From bd8346c5937934397dc0ab85662cc1152b9d6906 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Mon, 18 Nov 2024 20:55:49 -0500 Subject: [PATCH 3/3] Update pre-commit (#704) * Update pre-commit * Don't update everything --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index af73c55f1..da620c98c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "aiofiles" @@ -5802,13 +5802,13 @@ files = [ [[package]] name = "pre-commit" -version = "2.21.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -9964,4 +9964,4 @@ xgboost = ["xgboost"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.12" -content-hash = "99b6417126f07e7511eddc430b930f654ea8c7f24102d8860cd01867b7f855c0" +content-hash = "ba75436c7e8c214487026714332f9116cebd432babb21c1744b2de833c5752b6" diff --git a/pyproject.toml b/pyproject.toml index 5fa586173..6b3a1c76e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ optional = true [tool.poetry.group.test.dependencies] pytest = "^7.1.1" -pre-commit = "^2.17.0" +pre-commit = "^4.0.0" pytest-cov = "^3.0.0" codecov = "^2.1.13" nbstripout = "^0.6.1"