Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto-generated] Update dependencies #937

Merged
merged 32 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
83f3f8b
Bump sphinx from 7.3.7 to 8.0.2 (#915)
dependabot[bot] Aug 12, 2024
25b6a30
Bump sphinx-design from 0.6.0 to 0.6.1 (#917)
dependabot[bot] Aug 12, 2024
3f25bf3
Bump sphinx-autoapi from 3.1.2 to 3.2.1 (#914)
dependabot[bot] Aug 12, 2024
2f272c1
Bump lxml from 5.2.2 to 5.3.0 (#916)
dependabot[bot] Aug 12, 2024
11490cb
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 12, 2024
4bcc51f
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 12, 2024
70c9348
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 12, 2024
189e0cc
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 12, 2024
dfd46a2
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 12, 2024
eb74660
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 13, 2024
25bf63d
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 13, 2024
372b804
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 13, 2024
31266e7
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 13, 2024
512a7ac
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 14, 2024
2ad0d2c
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 14, 2024
10ba01f
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 14, 2024
14f9d6f
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 14, 2024
5e14e62
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 14, 2024
5517888
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 15, 2024
1ae0a92
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 15, 2024
e2f6b9c
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 16, 2024
2a26389
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 16, 2024
3b3dae3
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 17, 2024
91f1572
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 17, 2024
12d4dc3
Bump SINTEF/ci-cd from 2.8.0 to 2.8.1 (#934)
dependabot[bot] Aug 22, 2024
e414ed8
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 22, 2024
fe301ea
Bump SINTEF/ci-cd from 2.8.1 to 2.8.2 (#935)
dependabot[bot] Aug 23, 2024
fac9420
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Aug 23, 2024
8b2b329
Bump sphinx-autoapi from 3.2.1 to 3.3.1 (#938)
dependabot[bot] Sep 2, 2024
6366e34
Reverted doc requirements
jesper-friis Sep 3, 2024
2e960ca
Keep 'ci/dependabot-updates' up-to-date with 'master'
TEAM4-0 Sep 3, 2024
3cd780b
Merge branch 'ci/update-dependencies' of github.com:SINTEF/dlite into…
jesper-friis Sep 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected].0
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
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/[email protected].0
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
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/[email protected].0
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
if: github.repository_owner == 'sintef'
with:
git_username: DLite Developers
Expand Down