Skip to content

Commit 1994585

Browse files
authored
Eckelj/package updates (#113)
* poetry update Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * updatd packages and dc file Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> * bumped version and d-c to d c Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com> --------- Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
1 parent 0e50bec commit 1994585

6 files changed

Lines changed: 1620 additions & 1268 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ jobs:
4747
run: poetry run pip freeze > requirements.txt
4848

4949
- name: Audit dependencies
50-
run: poetry run pip-audit --ignore-vuln GHSA-6w4m-2xhg-2658
50+
run: |
51+
poetry run pip-audit \
52+
--ignore-vuln PYSEC-2024-225 \
53+
--ignore-vuln GHSA-3ww4-gg4f-jr7f \
54+
--ignore-vuln GHSA-9v9h-cgj8-h64p \
55+
--ignore-vuln GHSA-h4gh-qq45-vh27
5156
5257
- name: Run docs build
5358
run: poetry run make -C docs html

.github/workflows/audit.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
run: poetry run pip freeze > requirements.txt
3232

3333
- name: Audit dependencies
34-
run: poetry run pip-audit
34+
run: |
35+
poetry run pip-audit \
36+
--ignore-vuln PYSEC-2024-225 \
37+
--ignore-vuln GHSA-3ww4-gg4f-jr7f \
38+
--ignore-vuln GHSA-9v9h-cgj8-h64p \
39+
--ignore-vuln GHSA-h4gh-qq45-vh27
40+
3541
3642

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export PRINT_HELP_PYSCRIPT
3838
# Basic commands #
3939
##################
4040
DOCKER := docker
41-
DC := docker-compose
41+
DC := docker compose
4242
BROWSER := python -c "$$BROWSER_PYSCRIPT"
4343
HELP := python -c "$$PRINT_HELP_PYSCRIPT"
4444
ECHO := /usr/bin/env echo

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
BDB_HOST: planetmint
2323
command: /bin/sh
2424
planetmint:
25-
image: ghcr.io/planetmint/planetmint-aio:latest
25+
image: ghcr.io/planetmint/planetmint-aio:2.4.7
2626
ports:
2727
- "9984:9984"
2828
- "9985:9985"

0 commit comments

Comments
 (0)