Skip to content

Commit

Permalink
Merge pull request #586 from emmo-repo/ci/update-dependencies
Browse files Browse the repository at this point in the history
[Auto-generated] Update dependencies
  • Loading branch information
francescalb authored Apr 23, 2023
2 parents 7de0927 + 3f94544 commit b8e2c63
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected].0
uses: SINTEF/ci-cd/.github/workflows/[email protected].1
if: github.repository == 'emmo-repo/EMMOntoPy' && startsWith(github.ref, 'refs/tags/v')
with:
git_username: EMMOntoPy Developers
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/[email protected].0
uses: SINTEF/ci-cd/.github/workflows/[email protected].1
if: github.repository_owner == 'emmo-repo' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]'
secrets:
PAT: ${{ secrets.RELEASE_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_updated_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
updates-to-master:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected].0
uses: SINTEF/ci-cd/.github/workflows/[email protected].1
if: github.repository_owner == 'emmo-repo'
with:
git_username: EMMOntoPy 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/[email protected].0
uses: SINTEF/ci-cd/.github/workflows/[email protected].1
if: github.repository_owner == 'emmo-repo'
with:
git_username: EMMOntoPy Developers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
tests:
name: External
uses: SINTEF/ci-cd/.github/workflows/[email protected].0
uses: SINTEF/ci-cd/.github/workflows/[email protected].1
with:
# General
install_extras: "[dev,docs]"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
# exclude: ^tests/.*$

- repo: https://github.com/SINTEF/ci-cd
rev: v2.3.0
rev: v2.3.1
hooks:
- id: docs-api-reference
args:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ defusedxml>=0.7.1,<1
graphviz>=0.16,<0.21
numpy>=1.19.5,<2
openpyxl>=3.0.9,<3.2
Owlready2>=0.28,!=0.32,!=0.34,<0.41
Owlready2>=0.28,!=0.32,!=0.34,<0.42
packaging>=21.0,<24
pandas>=1.2,<1.6
pandas>=1.2,<2.1
Pygments>=2.7.4,<3
pyparsing>=2.4.7
PyYAML>=5.4.1,<7
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pre-commit>=2.21.0,<3; python_version<"3.8"
pre-commit~=3.2; python_version>="3.8"
pylint~=2.17
pytest~=7.2
pytest~=7.3
pytest-cov~=4.0
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mike~=1.1
mkdocs~=1.4
mkdocs-awesome-pages-plugin~=2.8
mkdocs-material~=9.1
mkdocstrings[python-legacy]~=0.20.0
mkdocstrings[python-legacy]~=0.21.2

0 comments on commit b8e2c63

Please sign in to comment.