Skip to content

Commit 9a39edf

Browse files
TEAM4-0dependabot[bot]CasperWA
authored
[Auto-generated] Update dependencies (#199)
Update dependencies: * Update dependencies in `pyproject.toml` (#191, #194, #197, #198) Update GH Actions: * Bump actions/setup-python from 4 to 5 (#192) * Bump SINTEF/ci-cd from 2.6.0 to 2.7.1 (#193) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
1 parent 242f28a commit 9a39edf

8 files changed

Lines changed: 17 additions & 17 deletions

.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/cd_release.yml@v2.6.0
11+
uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.7.1
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/ci_automerge_prs.yml@v2.6.0
10+
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.7.1
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/ci_cd_updated_default_branch.yml@v2.6.0
10+
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.7.1
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/ci_check_pyproject_dependencies.yml@v2.6.0
12+
uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.7.1
1313
if: github.repository_owner == 'SINTEF'
1414
with:
1515
git_username: "TEAM 4.0[bot]"

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 3 deletions
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/ci_tests.yml@v2.6.0
13+
uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.7.1
1414
with:
1515
# General setup
1616
install_extras: "[dev]"
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 2
5353

5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v4
55+
uses: actions/setup-python@v5
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858

@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 2
105105

106106
- name: Set up Python 3.9
107-
uses: actions/setup-python@v4
107+
uses: actions/setup-python@v5
108108
with:
109109
python-version: "3.9"
110110

.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/ci_update_dependencies.yml@v2.6.0
12+
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.7.1
1313
if: github.repository_owner == 'SINTEF'
1414
with:
1515
# General

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
args: [--py39-plus, --keep-runtime-typing]
2525

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

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

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.1.5
38+
rev: v0.1.11
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"]
4242

4343
- repo: https://github.com/PyCQA/bandit
44-
rev: 1.7.5
44+
rev: 1.7.6
4545
hooks:
4646
- id: bandit
4747
args: ["-r"]
4848
files: ^oteapi_optimade/.*$
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.7.1
51+
rev: v1.8.0
5252
hooks:
5353
- id: mypy
5454
exclude: ^tests/.*$
@@ -57,7 +57,7 @@ repos:
5757
- "pydantic<2"
5858

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dynamic = ["version"]
2727

2828
dependencies = [
2929
"DLite-Python >=0.4.5,<1",
30-
"optimade[server] >=0.25,<1",
30+
"optimade[server] >=0.25.0,<1",
3131
"oteapi-core >=0.5.2,<0.6",
3232
"oteapi-dlite >=0.1.6,<1",
3333
"requests ~=2.31",
@@ -43,7 +43,7 @@ doc = [
4343
"mkdocs ~=1.5",
4444
"mkdocs-awesome-pages-plugin ~=2.9",
4545
"mkdocs-jupyter ~=0.24.6",
46-
"mkdocs-material ~=9.4",
46+
"mkdocs-material ~=9.5",
4747
"mkdocstrings[python-legacy] ~=0.24.0",
4848
"oteapi-optimade[examples]",
4949
]
@@ -53,8 +53,8 @@ test = [
5353
"pyyaml ~=6.0",
5454
"requests-mock ~=1.11",
5555
]
56-
pre-commit = ["pre-commit ~=3.5"]
57-
dev = ["oteapi-optimade[examples,doc,test,pre-commit]"]
56+
pre-commit = ["pre-commit ~=3.6"]
57+
dev = ["oteapi-optimade[doc,examples,pre-commit,test]"]
5858

5959
[project.urls]
6060
Home = "https://github.com/SINTEF/oteapi-optimade"

0 commit comments

Comments
 (0)