Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#438)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update mkdocstrings[python-legacy] requirement from ~=0.23.0 to ~=0.24.0 (#435)
* Update pytest-httpx requirement from ~=0.26.0 to ~=0.27.0 (#436)

Update GH Actions:
* Bump SINTEF/ci-cd from 2.5.3 to 2.6.0 (#437)

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: OPTIMADE Developers <[email protected]>
  • Loading branch information
3 people authored Nov 22, 2023
1 parent c2ea30f commit 32bc5d4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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:
update-repo-and-release:
name: External
uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.5.3
uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.6.0
if: github.repository == 'Materials-Consortia/optimade-gateway' && startsWith(github.ref, 'refs/tags/v')
with:
# General
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_automerge_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
update-dependabot-branch:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.5.3
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.6.0
if: github.repository_owner == 'Materials-Consortia' && ( ( startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]' ) || ( github.event.pull_request.head.ref == 'ci/update-pyproject' && github.actor == 'CasperWA' ) )
secrets:
PAT: ${{ secrets.RELEASE_PAT_CASPER }}
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-dependabot-branch-and-docs:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.5.3
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.6.0
if: github.repository_owner == 'Materials-Consortia'
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 @@ -8,7 +8,7 @@ on:
jobs:
check-dependencies:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.5.3
uses: SINTEF/ci-cd/.github/workflows/ci_check_pyproject_dependencies.yml@v2.6.0
if: github.repository_owner == 'Materials-Consortia'
with:
git_username: OPTIMADE Developers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
create-collected-pr:
name: External
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.5.3
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.6.0
if: github.repository_owner == 'Materials-Consortia'
with:
# General
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.5.3
uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.6.0
with:
# General
install_extras: "[dev]"
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
rev: v0.1.6
hooks:
- id: ruff
args:
Expand All @@ -41,7 +41,7 @@ repos:
- "pydantic<2"

- repo: https://github.com/SINTEF/ci-cd
rev: v2.5.3
rev: v2.6.0
hooks:
- id: docs-api-reference
args:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docs = [
"mkdocs~=1.5",
"mkdocs-awesome-pages-plugin~=2.9",
"mkdocs-material~=9.4",
"mkdocstrings[python-legacy]~=0.23.0",
"mkdocstrings[python-legacy]~=0.24.0",
]
dev = [
"optimade-gateway[docs]",
Expand All @@ -49,7 +49,7 @@ dev = [
"pytest-asyncio~=0.21.1",
"pytest-cov~=4.1",
"pytest-httpx~=0.22.0; python_version < '3.9'",
"pytest-httpx~=0.26.0; python_version >= '3.9'",
"pytest-httpx~=0.27.0; python_version >= '3.9'",
]

[project.urls]
Expand Down

0 comments on commit 32bc5d4

Please sign in to comment.