diff --git a/.github/workflows/Linux_CI.yml b/.github/workflows/Linux_CI.yml index 22a8baa4e7..152a3b0682 100644 --- a/.github/workflows/Linux_CI.yml +++ b/.github/workflows/Linux_CI.yml @@ -21,7 +21,7 @@ jobs: - run: git fetch --prune --unshallow - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/.github/workflows/MacOS_CI.yml b/.github/workflows/MacOS_CI.yml index aa162cde2e..ab04dc01dc 100644 --- a/.github/workflows/MacOS_CI.yml +++ b/.github/workflows/MacOS_CI.yml @@ -26,7 +26,7 @@ jobs: run: brew install bash - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/Windows_CI.yml b/.github/workflows/Windows_CI.yml index 4d83a3a696..a4385e595b 100644 --- a/.github/workflows/Windows_CI.yml +++ b/.github/workflows/Windows_CI.yml @@ -23,7 +23,7 @@ jobs: - run: git fetch --prune --unshallow - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e08c6106c0..84165b9cd2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: pages: write steps: - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 - name: Checkout uses: actions/checkout@master with: diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 348b54fc76..9690665821 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,7 +3,7 @@ scipy == 1.15.2 matplotlib == 3.10.1 cvxpy == 1.7.2 ecos == 2.0.14 -pytest == 8.4.1 # For unit test +pytest == 8.4.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.17.1 # For unit test -ruff == 0.12.10 # For unit test +ruff == 0.12.12 # For unit test