Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#177)
Browse files Browse the repository at this point in the history
Update GH Actions:
* Bump SINTEF/ci-cd from 2.5.2 to 2.5.3 (#173)

Update dependencies in `pyproject.toml` (#176)

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Casper Welzel Andersen <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2023
1 parent a355db1 commit f2b16ad
Show file tree
Hide file tree
Showing 8 changed files with 11 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/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
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/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
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 }}
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/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
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/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
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/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
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/[email protected].2
uses: SINTEF/ci-cd/.github/workflows/[email protected].3
if: github.repository_owner == 'SINTEF'
with:
# General
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
rev: v0.1.2
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]

- repo: https://github.com/ambv/black
rev: 23.10.0
rev: 23.10.1
hooks:
- id: black

Expand All @@ -43,7 +43,7 @@ repos:
- "pydantic<2"

- repo: https://github.com/SINTEF/ci-cd
rev: v2.5.2
rev: v2.5.3
hooks:
- id: docs-api-reference
args:
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ requires-python = "~=3.9"
dynamic = ["version"]

dependencies = [
"DLite-Python >=0.3.22,<1,!=0.4.0,!=0.4.1",
"DLite-Python >=0.4.2,<1",
"optimade[server] ~=0.25",
"oteapi-core ~=0.5.2",
"oteapi-dlite >=0.1.5,<1",
"psycopg2-binary !=2.9.9",
"oteapi-dlite >=0.1.6,<1",
"requests ~=2.31",
]

Expand Down

0 comments on commit f2b16ad

Please sign in to comment.