Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#1075)
Browse files Browse the repository at this point in the history
* Bump cmake from 3.31.1 to 3.31.2 (#1046)
* Bump mongomock from 4.2.0.post1 to 4.3.0 (#1051)
* Bump nbclient from 0.10.0 to 0.10.1 (#1052)
* Bump sphinx-autoapi from 3.3.3 to 3.4.0 (#1050)
* Bump wheel from 0.41.3 to 0.45.1 (#1049)
* Bump sphinx from 7.4.7 to 8.1.3 (#1053)
* Bump setuptools from 75.3.0 to 75.6.0 (#1056)
* Bump nbclient from 0.10.1 to 0.10.2 (#1057)
* Bump cmake from 3.31.2 to 3.31.4 (#1066)
* Bump SINTEF/ci-cd from 2.8.3 to 2.9.0 (#1074)

---------

Co-authored-by: Jesper Friis <[email protected]>
  • Loading branch information
TEAM4-0 and jesper-friis authored Jan 22, 2025
1 parent 9e309fe commit e71b98e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.8.3
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.9.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.8.3
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.9.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.8.3
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.9.0
if: github.repository_owner == 'sintef'
with:
git_username: DLite Developers
Expand Down
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requirements building
swig==4.3.0
cmake==3.31.2
cmake==3.31.4
#setuptools==67.5.0; python_version<"3.9"
#setuptools==75.3.0; python_version>="3.9"
setuptools==75.3.0
#setuptools==75.7.0; python_version>="3.9"
setuptools==75.6.0
wheel==0.45.1
4 changes: 2 additions & 2 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ breathe==4.35.0
docutils==0.21.2
lxml==5.3.0
myst-nb==1.1.2
nbclient==0.10.1
Sphinx==7.4.7
nbclient==0.10.2
Sphinx==8.1.3
sphinx-autoapi==3.4.0
sphinx-autobuild==2024.10.3
sphinx-book-theme==1.1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pint>=0.15,<1
# Plugins
PyYAML>=5.4.1,<7
pandas>=1.2,<2.3
pyarrow>=14.0,<19.0
pyarrow>=14.0,<20.0
tables>=3.8,<5.0
openpyxl>=3.0.9,<3.2
jinja2>=3.0,<4
Expand Down

0 comments on commit e71b98e

Please sign in to comment.