From bf3d4ffcbbf6b2fbceecb6d488bd1772daf0bcd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:20:36 +0000 Subject: [PATCH 1/2] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 57659d8..1d82741 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -29,7 +29,7 @@ jobs: submodules: true fetch-depth: 0 - uses: pypa/cibuildwheel@v2.23.2 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: binary-${{ matrix.os }} path: ./wheelhouse/*.whl @@ -53,7 +53,7 @@ jobs: run: python -m build --sdist . - name: Check the sdist run: python -m twine check dist/*.tar.gz - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: sdist path: dist/*.tar.gz From e8d9bd7325f5c1f3a08d31938549ab1bec1744f8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:21:16 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- python/celerite2/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/celerite2/__init__.py b/python/celerite2/__init__.py index 481b095..dea1341 100644 --- a/python/celerite2/__init__.py +++ b/python/celerite2/__init__.py @@ -11,9 +11,7 @@ __email__ = "foreman.mackey@gmail.com" __license__ = "MIT" __description__ = "Fast and scalable Gaussian Processes in 1D" -__bibtex__ = ( - __citation__ -) = r""" +__bibtex__ = __citation__ = r""" @article{celerite1, author = {{Foreman-Mackey}, D. and {Agol}, E. and {Ambikasaran}, S. and {Angus}, R.},