Skip to content

Commit cc1cf8d

Browse files
TEAM4-0CasperWAdependabot[bot]
authored
[Auto-generated] Update dependencies (#190)
Update dependencies in `pyproject.toml` (#181, #185) Update GH Actions: * Bump SINTEF/ci-cd from 2.5.3 to 2.6.0 (#186) Keep at pydantic v1 support versions. Update `pre-commit` hooks. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8467325 commit cc1cf8d

8 files changed

Lines changed: 16 additions & 16 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.5.3
11+
uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.6.0
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.5.3
10+
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.6.0
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.5.3
10+
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.6.0
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.5.3
12+
uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.6.0
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/ci_tests.yml@v2.5.3
13+
uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.6.0
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/ci_update_dependencies.yml@v2.5.3
12+
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.6.0
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
@@ -16,13 +16,13 @@ repos:
1616
args: [--markdown-linebreak-ext=md]
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.1.3
19+
rev: v0.1.6
2020
hooks:
2121
- id: ruff
2222
args: ["--fix", "--exit-non-zero-on-fix"]
2323

2424
- repo: https://github.com/ambv/black
25-
rev: 23.10.1
25+
rev: 23.11.0
2626
hooks:
2727
- id: black
2828

@@ -34,7 +34,7 @@ repos:
3434
files: ^oteapi_optimade/.*$
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.6.1
37+
rev: v1.7.1
3838
hooks:
3939
- id: mypy
4040
exclude: ^tests/.*$
@@ -43,7 +43,7 @@ repos:
4343
- "pydantic<2"
4444

4545
- repo: https://github.com/SINTEF/ci-cd
46-
rev: v2.5.3
46+
rev: v2.6.0
4747
hooks:
4848
- id: docs-api-reference
4949
args:

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ requires-python = "~=3.9"
2626
dynamic = ["version"]
2727

2828
dependencies = [
29-
"DLite-Python >=0.4.3,<1",
30-
"optimade[server] ~=0.25",
31-
"oteapi-core ~=0.5.2",
29+
"DLite-Python >=0.4.5,<1",
30+
"optimade[server] ~=0.25,<1",
31+
"oteapi-core ~=0.5.2,<0.6",
3232
"oteapi-dlite >=0.1.6,<1",
3333
"requests ~=2.31",
3434
]
3535

3636
[project.optional-dependencies]
3737
examples = [
3838
"jupyter ~=1.0",
39-
"otelib ~=0.3.2",
39+
"otelib ~=0.3.2,<0.4",
4040
]
4141
doc = [
42-
"mike ~=1.1",
42+
"mike ~=2.0",
4343
"mkdocs ~=1.5",
4444
"mkdocs-awesome-pages-plugin ~=2.9",
4545
"mkdocs-jupyter ~=0.24.6",
4646
"mkdocs-material ~=9.4",
47-
"mkdocstrings[python-legacy] ~=0.23.0",
47+
"mkdocstrings[python-legacy] ~=0.24.0",
4848
"oteapi-optimade[examples]",
4949
]
5050
test = [

0 commit comments

Comments
 (0)