From 0ef2ce97abc89a6053189f4787450d2a27950f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:19:12 +0100 Subject: [PATCH 1/2] BUILD: update ipython requirement from <8.32,>=7.30.0 to >=7.30.0,<8.33 (#5715) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1dadb0649fb..b1e56bbe944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ integration-tests = [ "pytest-cov>=4.0.0,<6.1", ] tests = [ - "ipython>=7.30.0,<8.32", + "ipython>=7.30.0,<8.33", "joblib>=1.0.0,<1.5", "matplotlib>=3.5.0,<3.11", "mock>=5.1.0,<5.2", @@ -129,7 +129,7 @@ installer = [ "scikit-learn>=1.0.0,<1.7", "scikit-rf>=0.30.0,<1.6", "jupyterlab>=3.6.0,<4.4", - "ipython>=7.30.0,<8.32", + "ipython>=7.30.0,<8.33", "ipyvtklink>=0.2.0,<0.2.4", ] From 3c863dc8abc4fcdfe908700078ca3ee44d9f741e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:23:27 +0100 Subject: [PATCH 2/2] CI: Fix permission to release (#5716) --- .github/workflows/ci_cd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 56fa27504b2..1a17a18b402 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -395,6 +395,11 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'refs/tags') needs: [package, doc-build] runs-on: ubuntu-latest + # Specifying a GitHub environment is optional, but strongly encouraged + environment: release + permissions: + id-token: write + contents: write steps: - name: Release to the public PyPI repository uses: ansys/actions/release-pypi-public@v8