From 8a6e801abd4f2dd6342e22d1f0112f513611f849 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 04:53:47 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20python=20to?= =?UTF-8?q?=20v3.13.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aefc461e..bc8b78f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.13.5" + python-version: "3.13.7" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index dd2958b9..a3da6abc 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.13.5' + python-version: '3.13.7' - name: Install Python dependencies run: | From 03a2e67579775c9f71ee583499dff78cdb415282 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Aug 2025 04:54:13 +0000 Subject: [PATCH 2/2] Update files from markdown-code-runner --- example/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/README.md b/example/README.md index edf5ff8a..f9117ccf 100644 --- a/example/README.md +++ b/example/README.md @@ -110,11 +110,11 @@ Using `unidep` for installation offers a more comprehensive approach. It handles $ unidep install --dry-run -e ./setup_py_project 📦 Installing conda dependencies with `conda install --yes --override-channels --channel conda-forge pandas">=1,<3" adaptive">=0.15.0, <2.0.0" pfapack packaging adaptive-scheduler numpy">=1.21" hpc05 pexpect pytest pytest-cov` -📦 Installing pip dependencies with `/opt/hostedtoolcache/Python/3.13.5/x64/bin/python -m pip install yaml2bib rsync-time-machine slurm-usage pyyaml aiokef markdown-code-runner numthreads unidep` +📦 Installing pip dependencies with `/opt/hostedtoolcache/Python/3.13.7/x64/bin/python -m pip install yaml2bib rsync-time-machine slurm-usage pyyaml aiokef markdown-code-runner numthreads unidep` 📝 Found local dependencies: {'setup_py_project': ['hatch_project', 'setuptools_project']} -📦 Installing project with `/opt/hostedtoolcache/Python/3.13.5/x64/bin/python -m pip install --no-deps -e /home/runner/work/unidep/unidep/example/hatch_project -e /home/runner/work/unidep/unidep/example/setuptools_project -e ./setup_py_project` +📦 Installing project with `/opt/hostedtoolcache/Python/3.13.7/x64/bin/python -m pip install --no-deps -e /home/runner/work/unidep/unidep/example/hatch_project -e /home/runner/work/unidep/unidep/example/setuptools_project -e ./setup_py_project` ``` @@ -157,11 +157,11 @@ unidep install-all -e $ unidep install-all -e --dry-run 📦 Installing conda dependencies with `conda install --yes --override-channels --channel conda-forge adaptive-scheduler numpy">=1.21" hpc05 pandas">=1,<3" pexpect adaptive">=0.15.0, <2.0.0" pfapack packaging pytest pytest-cov` -📦 Installing pip dependencies with `/opt/hostedtoolcache/Python/3.13.5/x64/bin/python -m pip install unidep markdown-code-runner numthreads yaml2bib rsync-time-machine slurm-usage pyyaml aiokef` +📦 Installing pip dependencies with `/opt/hostedtoolcache/Python/3.13.7/x64/bin/python -m pip install unidep markdown-code-runner numthreads yaml2bib rsync-time-machine slurm-usage pyyaml aiokef` 📝 Found local dependencies: {'pyproject_toml_project': ['hatch_project'], 'setup_py_project': ['hatch_project', 'setuptools_project'], 'setuptools_project': ['hatch_project']} -📦 Installing project with `/opt/hostedtoolcache/Python/3.13.5/x64/bin/python -m pip install --no-deps -e ./hatch2_project -e ./hatch_project -e ./pyproject_toml_project -e ./setup_py_project -e ./setuptools_project` +📦 Installing project with `/opt/hostedtoolcache/Python/3.13.7/x64/bin/python -m pip install --no-deps -e ./hatch2_project -e ./hatch_project -e ./pyproject_toml_project -e ./setup_py_project -e ./setuptools_project` ```