diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 16a7f51..c45900c 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -8,7 +8,7 @@ on: jobs: publish-package-and-docs: name: External - uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.7.2 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.7.4 if: github.repository == 'SINTEF/oteapi-optimade' && startsWith(github.ref, 'refs/tags/v') with: # General diff --git a/.github/workflows/ci_automerge_dependency_prs.yml b/.github/workflows/ci_automerge_dependency_prs.yml index 8bdb776..8ac4312 100644 --- a/.github/workflows/ci_automerge_dependency_prs.yml +++ b/.github/workflows/ci_automerge_dependency_prs.yml @@ -7,7 +7,7 @@ on: jobs: update-dependencies-branch: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.7.2 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.7.4 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' ) ) secrets: PAT: ${{ secrets.RELEASE_PAT }} diff --git a/.github/workflows/ci_cd_updated_main.yml b/.github/workflows/ci_cd_updated_main.yml index 40c4db3..f517282 100644 --- a/.github/workflows/ci_cd_updated_main.yml +++ b/.github/workflows/ci_cd_updated_main.yml @@ -7,7 +7,7 @@ on: jobs: update-deps-branch-and-docs: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.7.2 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.7.4 if: github.repository_owner == 'SINTEF' with: # General diff --git a/.github/workflows/ci_check_dependencies.yml b/.github/workflows/ci_check_dependencies.yml index 896ac61..c1c4df8 100644 --- a/.github/workflows/ci_check_dependencies.yml +++ b/.github/workflows/ci_check_dependencies.yml @@ -9,7 +9,7 @@ on: jobs: check-dependencies: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.7.2 + uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.7.4 if: github.repository_owner == 'SINTEF' with: git_username: "TEAM 4.0[bot]" diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 5072466..63634c9 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -10,7 +10,7 @@ on: jobs: basic-tests: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.7.2 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.7.4 with: # General setup install_extras: "[dev]" diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index 067dfad..cf868ba 100644 --- a/.github/workflows/ci_update_dependencies.yml +++ b/.github/workflows/ci_update_dependencies.yml @@ -9,7 +9,7 @@ on: jobs: create-collected-pr: name: External - uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.7.2 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.7.4 if: github.repository_owner == 'SINTEF' with: # General diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd06753..28c05b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,13 +18,13 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: [--py39-plus, --keep-runtime-typing] - repo: https://github.com/ambv/black - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black @@ -35,7 +35,7 @@ repos: additional_dependencies: [black] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.3.1 hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"] @@ -57,7 +57,7 @@ repos: - "pydantic>=2,<3" - repo: https://github.com/SINTEF/ci-cd - rev: v2.7.2 + rev: v2.7.4 hooks: - id: docs-api-reference args: diff --git a/pyproject.toml b/pyproject.toml index 4fef917..6d4a5c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dynamic = ["version"] dependencies = [ "DLite-Python >=0.4.5,<1", "optimade[server] ~=1.0", - "oteapi-core ~=0.6.0", + "oteapi-core ~=0.6.1", "oteapi-dlite >=0.2.0,<1", "requests ~=2.31", ] @@ -45,7 +45,7 @@ doc = [ "mkdocs-awesome-pages-plugin ~=2.9", "mkdocs-jupyter ~=0.24.6", "mkdocs-material ~=9.5", - "mkdocstrings[python-legacy] ~=0.24.0", + "mkdocstrings[python-legacy] ~=0.24.1", "oteapi-optimade[examples]", ] test = [