From 242869a01c24922b60fec1108fa8425a3a7c4afc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:10:52 +0000 Subject: [PATCH] chore(deps): update minor updates --- .github/workflows/main.yml | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 756b618..de2bd04 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,9 +24,9 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4 with: - python-version: '3.10' + python-version: '3.14' - name: Install dependencies (with all extras) run: | python -m pip install --upgrade poetry @@ -42,9 +42,9 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4 with: - python-version: '3.10.11' + python-version: '3.14.6' - name: Install dependencies (with all extras) run: | python -m pip install --upgrade poetry @@ -60,7 +60,7 @@ jobs: outputs: should_publish: ${{ steps.check.outputs.result }} steps: - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3 with: node-version: 14 - run: npm install toml@3.0.0 @@ -138,9 +138,9 @@ jobs: if: ${{ fromJSON(needs.check_version.outputs.should_publish) }} steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4 with: - python-version: '3.10' + python-version: '3.14' - name: Install poetry run: | python -m pip install --upgrade poetry diff --git a/pyproject.toml b/pyproject.toml index f97a670..e36aaae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.14,<3.15" ampel-interface = ">=0.8.7,<0.9" ampel-ztf = {version = ">=0.8.5,<0.9", source = "pypi"} ampel-hu-astro = {version = ">=0.8.3a10,<0.9", source = "pypi", extras = ["slack", "sncosmo"]}