build: add SBOM and increment package version

This commit is contained in:
Julius Unverfehrt 2024-04-18 16:39:46 +02:00
parent b810449bba
commit a1e7b3b565
3 changed files with 15057 additions and 2 deletions

1
.gitignore vendored
View File

@ -31,7 +31,6 @@ __pycache__/
# file extensions # file extensions
*.log *.log
*.csv *.csv
*.json
*.pkl *.pkl
*.profile *.profile
*.cbm *.cbm

15056
bom.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pyinfra" name = "pyinfra"
version = "2.1.0" version = "2.2.0"
description = "" description = ""
authors = ["Team Research <research@knecon.com>"] authors = ["Team Research <research@knecon.com>"]
license = "All rights reseverd" license = "All rights reseverd"