Skip to content

Commit 4fcec1f

Browse files
updated poetry workflows (#100)
updated dependencies updated workflows made pip-audit usage consistent Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com> Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> Co-authored-by: Jürgen Eckel <juergen@riddleandcode.com>
1 parent b492f3f commit 4fcec1f

5 files changed

Lines changed: 420 additions & 404 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ jobs:
3939
with:
4040
python-version: 3.9
4141

42-
- name: Install pip-audit
43-
run: pip install --upgrade pip
44-
4542
- name: Setup poetry
46-
uses: Gr1N/setup-poetry@v7
43+
uses: Gr1N/setup-poetry@v8
4744

4845
- name: Install dependencies
4946
run: poetry install
@@ -70,7 +67,7 @@ jobs:
7067
python-version: 3.9
7168

7269
- name: Setup poetry
73-
uses: Gr1N/setup-poetry@v7
70+
uses: Gr1N/setup-poetry@v8
7471

7572
- name: Run tests
7673
run: make test
@@ -90,7 +87,7 @@ jobs:
9087
python-version: 3.9
9188

9289
- name: Setup poetry
93-
uses: Gr1N/setup-poetry@v7
90+
uses: Gr1N/setup-poetry@v8
9491

9592
- name: Install dependencies
9693
run: poetry install --with dev

.github/workflows/audit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ jobs:
2121
with:
2222
python-version: 3.9
2323

24-
- name: Install pip-audit
25-
run: pip install --upgrade pip
26-
2724
- name: Setup poetry
28-
uses: Gr1N/setup-poetry@v7
25+
uses: Gr1N/setup-poetry@v8
2926

3027
- name: Install dependencies
3128
run: poetry install

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
Changelog
77
=========
88

9+
0.18.3 (2023-14-06)
10+
-------------------
11+
Fixed
12+
^^^^^
13+
* bumped versions of several libraries
14+
* fixed security dependency issues
15+
916
0.18.2 (2023-17-04)
1017
-------------------
1118
Fixed

0 commit comments

Comments
 (0)