From 5bc4a777d952301fa05ac02c4aacd88e0519211a Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Fri, 2 Aug 2024 11:17:08 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#242) Update dependencies in `pyproject.toml` (#234, #238, #239) Bump SINTEF/ci-cd from 2.7.4 to 2.8.0 (#241) Update `pre-commit` hooks. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd_release.yml | 2 +- .github/workflows/ci_automerge_dependency_prs.yml | 2 +- .github/workflows/ci_cd_updated_main.yml | 2 +- .github/workflows/ci_check_dependencies.yml | 2 +- .github/workflows/ci_tests.yml | 2 +- .github/workflows/ci_update_dependencies.yml | 2 +- .pre-commit-config.yaml | 2 +- pyproject.toml | 10 +++++----- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index c45900c..7c0b406 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.4 + uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.8.0 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 7802b0b..b19c521 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.4 + uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.8.0 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' ) || ( github.event.pull_request.head.ref == 'pre-commit-ci-update-config' && github.actor == 'pre-commit-ci[bot]' ) ) secrets: PAT: ${{ secrets.RELEASE_PAT }} diff --git a/.github/workflows/ci_cd_updated_main.yml b/.github/workflows/ci_cd_updated_main.yml index f517282..d197c50 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.4 + uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.8.0 if: github.repository_owner == 'SINTEF' with: # General diff --git a/.github/workflows/ci_check_dependencies.yml b/.github/workflows/ci_check_dependencies.yml index c1c4df8..e433193 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.4 + uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.8.0 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 2f8844a..68abbac 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.4 + uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.8.0 with: # General setup install_extras: "[dev]" diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index cf868ba..10f38ec 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.4 + uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.8.0 if: github.repository_owner == 'SINTEF' with: # General diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8995b40..355f92b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: files: ^oteapi_optimade/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: - id: mypy exclude: ^tests/.*$ diff --git a/pyproject.toml b/pyproject.toml index 5dad1da..23396bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dynamic = ["version"] dependencies = [ "DLite-Python >=0.4.5,<1", - "optimade[server] ~=1.0", + "optimade[server] ~=1.1", "oteapi-core ~=0.6.1", "oteapi-dlite >=0.2.0,<1", "requests ~=2.32", @@ -43,18 +43,18 @@ doc = [ "mike ~=2.1", "mkdocs >=1.5.3,<1.7", "mkdocs-awesome-pages-plugin ~=2.9", - "mkdocs-jupyter ~=0.24.7", + "mkdocs-jupyter ~=0.24.8", "mkdocs-material >=9.5.5,<10", - "mkdocstrings[python-legacy] ~=0.25.1", + "mkdocstrings[python-legacy] ~=0.25.2", "oteapi-optimade[examples]", ] test = [ - "pytest ~=8.2", + "pytest ~=8.3", "pytest-cov ~=5.0", "pyyaml ~=6.0", "requests-mock ~=1.12", ] -pre-commit = ["pre-commit ~=3.7"] +pre-commit = ["pre-commit ~=3.8"] dev = ["oteapi-optimade[doc,examples,pre-commit,test]"] [project.urls]