Skip to content

Commit 574e9c4

Browse files
chore(deps): update from template
1 parent 3c654fa commit 574e9c4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v0.7.7
1+
_commit: v0.7.8
22
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
33
attestations_enabled: true
44
author_email: helmuthva@gmail.com

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ examples/ # Example code demonstrating use of the project
5757
├── notebook.ipynb # Jupyter notebook
5858
└── script.py # Minimal script
5959
reports/ # Compliance reports for auditing
60-
├── junit.xml # Report of executions
61-
├── mypy_junit.xml # Report of executions
62-
├── coverage.xml # Test coverage in XML format
60+
├── junit.xml # Report of test executions run with pytest
61+
├── mypy_junit.xml # Report of static typing validation run with mypy
62+
├── coverage.xml # Test coverage in XML format generated by pytest-cov
6363
├── coverage_html # Report of test coverage in HTML format
6464
├── licenses.csv # List of dependencies and their license types
6565
├── licenses.json # .json file with dependencies their license types
6666
├── licenses_grouped.json # .json file with dependencies grouped by license type
67-
├── notebook.ipynb # Jupyter notebook
68-
└── script.py # Minimal script
67+
├── vulnerabilities.json # .json file with vulnerabilities detected in dependencies by pip-audit
68+
└── sbom.json # Software Bill of Materials in OWASP CycloneDX format
6969
```
7070

7171

0 commit comments

Comments
 (0)