Skip to content

Commit 7a2b1ac

Browse files
committed
Merge branch 'update-get-by-label' of github.com:emmo-repo/EMMO-python into update-get-by-label
2 parents ae5804f + f21b25d commit 7a2b1ac

8 files changed

+9
-9
lines changed

.github/workflows/cd_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish:
99
name: External
10-
uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.2.0
10+
uses: SINTEF/ci-cd/.github/workflows/cd_release.yml@v2.3.0
1111
if: github.repository == 'emmo-repo/EMMOntoPy' && startsWith(github.ref, 'refs/tags/v')
1212
with:
1313
git_username: EMMOntoPy Developers

.github/workflows/ci_automerge_dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
update-dependabot-branch:
99
name: External
10-
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.2.0
10+
uses: SINTEF/ci-cd/.github/workflows/ci_automerge_prs.yml@v2.3.0
1111
if: github.repository_owner == 'emmo-repo' && startsWith(github.event.pull_request.head.ref, 'dependabot/') && github.actor == 'dependabot[bot]'
1212
secrets:
1313
PAT: ${{ secrets.RELEASE_PAT }}

.github/workflows/ci_cd_updated_master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
updates-to-master:
99
name: External
10-
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.2.0
10+
uses: SINTEF/ci-cd/.github/workflows/ci_cd_updated_default_branch.yml@v2.3.0
1111
if: github.repository_owner == 'emmo-repo'
1212
with:
1313
git_username: EMMOntoPy Developers

.github/workflows/ci_dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
create-collected-pr:
1313
name: External
14-
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.2.0
14+
uses: SINTEF/ci-cd/.github/workflows/ci_update_dependencies.yml@v2.3.0
1515
if: github.repository_owner == 'emmo-repo'
1616
with:
1717
git_username: EMMOntoPy Developers

.github/workflows/ci_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
tests:
1212
name: External
13-
uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.2.0
13+
uses: SINTEF/ci-cd/.github/workflows/ci_tests.yml@v2.3.0
1414
with:
1515
# General
1616
install_extras: "[dev,docs]"

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
args: [--markdown-linebreak-ext=md]
1818

1919
- repo: https://github.com/ambv/black
20-
rev: 23.1.0
20+
rev: 23.3.0
2121
hooks:
2222
- id: black
2323
name: Blacken
@@ -36,7 +36,7 @@ repos:
3636
# exclude: ^tests/.*$
3737

3838
- repo: https://github.com/SINTEF/ci-cd
39-
rev: v2.2.0
39+
rev: v2.3.0
4040
hooks:
4141
- id: docs-api-reference
4242
args:

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Pygments>=2.7.4,<3
1111
pyparsing>=2.4.7
1212
PyYAML>=5.4.1,<7
1313
rdflib>=4.2.1,<7
14-
semver>=2.8.1,<3
14+
semver>=2.8.1,<4

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pre-commit>=2.21.0,<3; python_version<"3.8"
2-
pre-commit~=3.1; python_version>="3.8"
2+
pre-commit~=3.2; python_version>="3.8"
33
pylint~=2.17
44
pytest~=7.2
55
pytest-cov~=4.0

0 commit comments

Comments
 (0)