Skip to content

Commit 3a691e6

Browse files
TEAM4-0dependabot[bot]CasperWA
authored
[Auto-generated] Update dependencies (#214)
Update dependencies in `pyproject.toml` (#208, #212) Update GH Actions * Bump SINTEF/ci-cd from 2.7.2 to 2.7.4 (#209, #210) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <[email protected]> Co-authored-by: Casper Welzel Andersen <[email protected]>
1 parent 98b0789 commit 3a691e6

8 files changed

+12
-12
lines changed

.github/workflows/cd_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish-package-and-docs:
1010
name: External
11-
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
11+
uses: SINTEF/ci-cd/.github/workflows/[email protected].4
1212
if: github.repository == 'SINTEF/oteapi-optimade' && startsWith(github.ref, 'refs/tags/v')
1313
with:
1414
# General

.github/workflows/ci_automerge_dependency_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-dependencies-branch:
99
name: External
10-
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
10+
uses: SINTEF/ci-cd/.github/workflows/[email protected].4
1111
if: github.repository_owner == 'SINTEF' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'ci/update-pyproject' && github.actor == 'TEAM4-0' ) )
1212
secrets:
1313
PAT: ${{ secrets.RELEASE_PAT }}

.github/workflows/ci_cd_updated_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-deps-branch-and-docs:
99
name: External
10-
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
10+
uses: SINTEF/ci-cd/.github/workflows/[email protected].4
1111
if: github.repository_owner == 'SINTEF'
1212
with:
1313
# General

.github/workflows/ci_check_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
check-dependencies:
1111
name: External
12-
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
12+
uses: SINTEF/ci-cd/.github/workflows/[email protected].4
1313
if: github.repository_owner == 'SINTEF'
1414
with:
1515
git_username: "TEAM 4.0[bot]"

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
basic-tests:
1212
name: External
13-
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
13+
uses: SINTEF/ci-cd/.github/workflows/[email protected].4
1414
with:
1515
# General setup
1616
install_extras: "[dev]"

.github/workflows/ci_update_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
create-collected-pr:
1111
name: External
12-
uses: SINTEF/ci-cd/.github/workflows/[email protected].2
12+
uses: SINTEF/ci-cd/.github/workflows/[email protected].4
1313
if: github.repository_owner == 'SINTEF'
1414
with:
1515
# General

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.0
21+
rev: v3.15.1
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py39-plus, --keep-runtime-typing]
2525

2626
- repo: https://github.com/ambv/black
27-
rev: 24.1.1
27+
rev: 24.2.0
2828
hooks:
2929
- id: black
3030

@@ -35,7 +35,7 @@ repos:
3535
additional_dependencies: [black]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.2.0
38+
rev: v0.3.1
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"]
@@ -57,7 +57,7 @@ repos:
5757
- "pydantic>=2,<3"
5858

5959
- repo: https://github.com/SINTEF/ci-cd
60-
rev: v2.7.2
60+
rev: v2.7.4
6161
hooks:
6262
- id: docs-api-reference
6363
args:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dynamic = ["version"]
2929
dependencies = [
3030
"DLite-Python >=0.4.5,<1",
3131
"optimade[server] ~=1.0",
32-
"oteapi-core ~=0.6.0",
32+
"oteapi-core ~=0.6.1",
3333
"oteapi-dlite >=0.2.0,<1",
3434
"requests ~=2.31",
3535
]
@@ -45,7 +45,7 @@ doc = [
4545
"mkdocs-awesome-pages-plugin ~=2.9",
4646
"mkdocs-jupyter ~=0.24.6",
4747
"mkdocs-material ~=9.5",
48-
"mkdocstrings[python-legacy] ~=0.24.0",
48+
"mkdocstrings[python-legacy] ~=0.24.1",
4949
"oteapi-optimade[examples]",
5050
]
5151
test = [

0 commit comments

Comments
 (0)