diff --git a/.github/workflows/ci_automerge_dependabot.yml b/.github/workflows/ci_automerge_dependabot.yml index 4660747ce..1f1714475 100644 --- a/.github/workflows/ci_automerge_dependabot.yml +++ b/.github/workflows/ci_automerge_dependabot.yml @@ -7,7 +7,7 @@ on: jobs: update-dependabot-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.7.4 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.0 if: github.repository_owner == 'SINTEF' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' secrets: PAT: ${{ secrets.RELEASE_PAT }} diff --git a/.github/workflows/ci_cd_updated_master.yml b/.github/workflows/ci_cd_updated_master.yml index 65ecd4be8..730271d29 100644 --- a/.github/workflows/ci_cd_updated_master.yml +++ b/.github/workflows/ci_cd_updated_master.yml @@ -7,7 +7,7 @@ on: jobs: updates-to-master: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.7.4 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.0 if: github.repository_owner == 'SINTEF' with: # General diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index daa36b310..057ade1f0 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -9,7 +9,7 @@ on: jobs: create-collected-pr: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.7.4 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.0 if: github.repository_owner == 'sintef' with: git_username: DLite Developers diff --git a/requirements_full.txt b/requirements_full.txt index c8a4e2fed..edb73a81a 100644 --- a/requirements_full.txt +++ b/requirements_full.txt @@ -3,7 +3,7 @@ fortran-language-server>=1.12.0,<1.13 PyYAML>=5.4.1,<7 #psycopg2>=2,<3 pandas>=1.2,<2.3 -pyarrow>=14.0,<17.0 +pyarrow>=14.0,<18.0 tables>=3.8,<5.0 rdflib>=4.2.1,<8 pint>=0.15,<1