Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#898)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: pyarrow
- dependency-name: SINTEF/ci-cd

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Jesper Friis <jesper-friis@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and jesper-friis authored Aug 10, 2024
1 parent aa0207c commit 0657ced
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0657ced

Please sign in to comment.