From 5e1ca5fd876b11ceffa0875734fcba05efa491d4 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 8 Feb 2024 13:14:22 -0500 Subject: [PATCH 1/2] update actions version --- .github/workflows/ci_workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 83e7ce02..b60654b1 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} From 257ced6901757563ab6de9b9bbc51af7766942bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:30:17 +0000 Subject: [PATCH 2/2] build(deps): bump numpy from 1.26.3 to 1.26.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.3 to 1.26.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bb32b8a..77dfe35b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ astropy==6.0.0 matplotlib==3.8.2 -numpy==1.26.3 +numpy==1.26.4 scipy==1.12.0