Skip to content

Commit a5fdc07

Browse files
authored
chore: update combined dependencies (#3131)
1 parent 7764010 commit a5fdc07

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
triage:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/labeler@v2
10+
- uses: actions/labeler@v4.0.1
1111
with:
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/publish_shacl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1818
- name: Set up Python
19-
uses: actions/setup-python@v1
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: 3.7
2222
- name: Install dependencies

.github/workflows/semantic_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
main:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: amannn/action-semantic-pull-request@v1.1.1
13+
- uses: amannn/action-semantic-pull-request@v4.5.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test_deploy.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5252
- name: Set up Python 3.8
53-
uses: actions/setup-python@v1
53+
uses: actions/setup-python@v4
5454
with:
5555
python-version: "3.8"
5656
- uses: actions/cache@master
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/checkout@v3
100100
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
101101
- name: Set up Python ${{ matrix.python-version }}
102-
uses: actions/setup-python@v1
102+
uses: actions/setup-python@v4
103103
with:
104104
python-version: ${{ matrix.python-version }}
105105
- uses: actions/cache@master
@@ -138,7 +138,7 @@ jobs:
138138
- uses: actions/checkout@v3
139139
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
140140
- name: Set up Python 3.8
141-
uses: actions/setup-python@v1
141+
uses: actions/setup-python@v4
142142
with:
143143
python-version: "3.8"
144144
- uses: actions/cache@master
@@ -177,7 +177,7 @@ jobs:
177177
- uses: actions/checkout@v3
178178
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
179179
- name: Set up Python 3.7
180-
uses: actions/setup-python@v1
180+
uses: actions/setup-python@v4
181181
with:
182182
python-version: 3.9
183183
- name: Install xetex
@@ -243,7 +243,7 @@ jobs:
243243
fetch-depth: 0
244244
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
245245
- name: Set up Python ${{ matrix.python-version }}
246-
uses: actions/setup-python@v1
246+
uses: actions/setup-python@v4
247247
with:
248248
python-version: "3.7"
249249
- uses: actions/cache@master
@@ -285,7 +285,7 @@ jobs:
285285
fetch-depth: 0
286286
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
287287
- name: Set up Python ${{ matrix.python-version }}
288-
uses: actions/setup-python@v1
288+
uses: actions/setup-python@v4
289289
with:
290290
python-version: ${{ matrix.python-version }}
291291
- name: Install system packages
@@ -353,7 +353,7 @@ jobs:
353353
fetch-depth: 0
354354
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
355355
- name: Set up Python ${{ matrix.python-version }}
356-
uses: actions/setup-python@v1
356+
uses: actions/setup-python@v4
357357
with:
358358
python-version: ${{ matrix.python-version }}
359359
- name: Install system packages
@@ -427,7 +427,7 @@ jobs:
427427
fetch-depth: 0
428428
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
429429
- name: Set up Python ${{ matrix.python-version }}
430-
uses: actions/setup-python@v1
430+
uses: actions/setup-python@v4
431431
with:
432432
python-version: ${{ matrix.python-version }}
433433
- name: Install system packages
@@ -501,7 +501,7 @@ jobs:
501501
fetch-depth: 0
502502
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
503503
- name: Set up Python ${{ matrix.python-version }}
504-
uses: actions/setup-python@v1
504+
uses: actions/setup-python@v4
505505
with:
506506
python-version: ${{ matrix.python-version }}
507507
- name: Install system packages
@@ -569,7 +569,7 @@ jobs:
569569
fetch-depth: 0
570570
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
571571
- name: Set up Python ${{ matrix.python-version }}
572-
uses: actions/setup-python@v1
572+
uses: actions/setup-python@v4
573573
with:
574574
python-version: ${{ matrix.python-version }}
575575
- name: Install dependencies
@@ -605,7 +605,7 @@ jobs:
605605
fetch-depth: 0
606606
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
607607
- name: Set up Python ${{ matrix.python-version }}
608-
uses: actions/setup-python@v1
608+
uses: actions/setup-python@v4
609609
with:
610610
python-version: ${{ matrix.python-version }}
611611
- name: Install dependencies
@@ -648,7 +648,7 @@ jobs:
648648
fetch-depth: 0
649649
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
650650
- name: Set up Python ${{ matrix.python-version }}
651-
uses: actions/setup-python@v1
651+
uses: actions/setup-python@v4
652652
with:
653653
python-version: ${{ matrix.python-version }}
654654
- name: Install dependencies
@@ -690,7 +690,7 @@ jobs:
690690
fetch-depth: 0
691691
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
692692
- name: Set up Python ${{ matrix.python-version }}
693-
uses: actions/setup-python@v1
693+
uses: actions/setup-python@v4
694694
with:
695695
python-version: ${{ matrix.python-version }}
696696
- name: Install dependencies
@@ -725,7 +725,7 @@ jobs:
725725
fetch-depth: 0
726726
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
727727
- name: Set up Python ${{ matrix.python-version }}
728-
uses: actions/setup-python@v1
728+
uses: actions/setup-python@v4
729729
with:
730730
python-version: ${{ matrix.python-version }}
731731
- name: Install system packages
@@ -816,7 +816,7 @@ jobs:
816816
fetch-depth: 0
817817
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
818818
- name: Set up Python ${{ matrix.python-version }}
819-
uses: actions/setup-python@v1
819+
uses: actions/setup-python@v4
820820
with:
821821
python-version: ${{ matrix.python-version }}
822822
- name: Install system packages
@@ -906,7 +906,7 @@ jobs:
906906
fetch-depth: 0
907907
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
908908
- name: Set up Python ${{ matrix.python-version }}
909-
uses: actions/setup-python@v1
909+
uses: actions/setup-python@v4
910910
with:
911911
python-version: ${{ matrix.python-version }}
912912
- name: Install dependencies
@@ -956,7 +956,7 @@ jobs:
956956
fetch-depth: 0
957957
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
958958
- name: Set up Python ${{ matrix.python-version }}
959-
uses: actions/setup-python@v1
959+
uses: actions/setup-python@v4
960960
with:
961961
python-version: "3.7"
962962
- name: Install dependencies

.github/workflows/test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v1
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
@@ -51,7 +51,7 @@ jobs:
5151
fetch-depth: 0
5252
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5353
- name: Set up Python ${{ matrix.python-version }}
54-
uses: actions/setup-python@v1
54+
uses: actions/setup-python@v4
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
- name: Install dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ apispec-webframeworks = { version = "<0.6,>=0.5.2", optional = true }
5656
appdirs = "<=1.4.4,>=1.4.3"
5757
attrs = ">=21.1.0,<22.2.0"
5858
black = { version = "==22.6.0", optional = true }
59-
calamus = "<0.4,>=0.3.13"
59+
calamus = ">=0.3.13,<0.5"
6060
circus = { version = "==0.17.1", optional = true }
6161
click = ">=8.0,<8.1.4"
6262
click-option-group = "<0.6.0,>=0.5.2"

0 commit comments

Comments
 (0)