Skip to content
Snippets Groups Projects
Commit 29423b88 authored by Hock, Martin's avatar Hock, Martin :juggling:
Browse files

Merge branch 'fix_pipeline' into 'main'

Fix pipelines by removing license ci/cd and adjusting versions of numpy, pillow and setuptools

See merge request !75
parents 829fbbe1 f56cac04
No related branches found
No related tags found
1 merge request!75Fix pipelines by removing license ci/cd and adjusting versions of numpy, pillow and setuptools
Pipeline #1649723 passed
......@@ -96,15 +96,11 @@ dependency_scanning:
- echo "No before script pls"
stage: security
license_scanning:
before_script:
- echo "No before script pls"
stage: security
include:
- template: Security/SAST.gitlab-ci.yml
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/License-Scanning.gitlab-ci.yml
build_and_upload:
stage: package
......
[build-system]
requires = ["setuptools>=61", "wheel"]
requires = ["setuptools>=77", "wheel"]
build-backend = "setuptools.build_meta"
[project]
......
......@@ -4,9 +4,9 @@ fonttools==4.42.1
kiwisolver==1.4.5
matplotlib==3.7.2
myst-parser==2.0.0
numpy==1.25.2
numpy==1.26.4
packaging==23.1
Pillow==10.0.0
Pillow==10.1.0
pyparsing==3.0.9
python-dateutil==2.8.2
qrcode==7.4.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment