Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#242)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and dependabot[bot] authored Aug 2, 2024
1 parent ba03e83 commit 5bc4a77
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_automerge_dependency_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/.*$
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]
Expand Down

0 comments on commit 5bc4a77

Please sign in to comment.